Skip to content

Instantly share code, notes, and snippets.

@fenneh
Created May 3, 2012 22:22
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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