Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

Uninstall Proxy Switcher Lite with exe uninstaller

Need to uninstall Proxy Switcher Lite from about 100 computers.  Hope to use PDQ Deply for this task.  The program is installed under:

C:\Program Files (x86)\Proxy Switcher Lite

and the file to uninstall is:  unins000.exe

What is the best way to remote uninstall the program?  Do I use batch file?  What should I run in the batch file?

 

Thanks!

0

Comments

1 comment
Date Votes
  • Execute this command:

    "%ProgramFiles%\Proxy Switcher Lite\unins000.exe" /SILENT

    0