I am looking for a script or some cmd command to uninstall any app from my computer. I am using Windows OS. Being an automation analyst I have to constantly run automated te
I figured it out myself and it works for many projects which have .exe setups.
Following is the format
1. Open terminal with admin rights
2. go to path in where setup that you used to install the product.
3. Once there then type: setupname.exe /uninstall /q