There is a program that I am currently trying to write a batch uninstaller for. In this case I would normally uninstall using WMIC, however the program is not listed under "wmic product get name | sort". I can tell that it is making registry entries, so I know if the program is on the machine and was considering an if statement to check for those entries. Any ideas on how to uninstall the program "psiphon" through batch or powershell?
