How to uninstall program using CMD

1. You must launch CMD. Press the Win key, then type CMD, then press Enter.

2. wmic is the command to use.

3. Enter the name of the product and hit Enter.

This will display all of the applications installed on your computer, as well as allowing you to use the program name in the following step. It may differ from the installed applications under Programs and Features.

4. This is an example of the command described below.

(It’s best if you get a Y/N approval prompt.)

product where name=”name of program” call uninstall (To NOT be prompted Y/N to approve.)

product where name=”name of program” call uninstall /nointeractive

5. After that, the software should be successfully uninstalled.

Reference:

Leave a Comment

Your email address will not be published. Required fields are marked *