Open OS X Terminal Applications (Open Finder, Select Applications and then Utilities, then open Terminal.app).
In the command prompt enter the following commands
- sudo su
- echo "ExcludePattern ^/Applications/Marc's Minion[.]pvm/" >> /Applications/Avira.app/Contents/config/avguard.conf
Suggest adding the default location, at which new VMs are created as well(as mentioned in KB).
- echo "ExcludePattern ^/Users/[^.]*/Parallels/" >> /Applications/Avira.app/Contents/config/avguard.conf
Then reboot OS X. If there is there is still an issue, then it is due to the way Avira handles exclude paths with spaces and quotes. You may try open terminal once again and add a more generic exclude path to attempt handling the VM bundle. For this sake in the Terminal:
- sudo su
- echo "ExcludePattern ^/Applications/[^/.]*[.]pvm/" >> /Applications/Avira.app/Contents/config/avguard.conf