Skip to content

Instantly share code, notes, and snippets.

@fenneh
Created May 3, 2012 22:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fenneh/2589971 to your computer and use it in GitHub Desktop.
Save fenneh/2589971 to your computer and use it in GitHub Desktop.
AVG Automatic Removal
## For 32bit (x86) machines;
PSEXEC \\Computername "C:\Program Files\AVG\AVG2012\avgmfapx.exe" /Appmode=Setup /uninstall /uilevel=Silent /dontrestart
## For 64bit (x64) machines;
PSEXEC \\Computername "C:\Program Files (x86)\AVG\AVG2012\avgmfapx.exe" /Appmode=Setup /uninstall /uilevel=Silent /dontrestart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment