SCRIPT FOR SILENT UNINSTALL (AVAST HOME)

Im a new Network Administrator in a company, and they doesn’t have any antivirus corporate license. But, many of the employees are using several free antivirus. Many of them are using Avast Home.

I talk with my employer and we decided to unistall them. So im creating a script to make a silent unistall.

The script is something like this:

net stop “avast! Antivirus” /yes
net stop “avast! iAVS4 Control Service” /yes
net stop “avast! Mail Scanner” /yes
net stop “avast! Web Scanner” /yes
aswclear.exe \verysilent

But when the script try to stop the one of the services (net stop), an avast user promnt comes up with a cancel default action (if the user doesnt interact with the promnt in N seconds)

Can I avoid this promnt? I need a really silent uninstall …

No, that’s not possible - unless you deactivate the self-defense option in the program settings first.