Skip to content

Instantly share code, notes, and snippets.

@fenneh
Created May 3, 2012 22:22
Show Gist options
  • Select an option

  • Save fenneh/2589971 to your computer and use it in GitHub Desktop.

Select an option

Save fenneh/2589971 to your computer and use it in GitHub Desktop.

Revisions

  1. fen created this gist May 3, 2012.
    7 changes: 7 additions & 0 deletions gistfile1.ps1
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    ## 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