How to uninstall program using cmd

Find the below steps how to uninstall a program using CMD

Step 1:

          Open Command prompt as Administrator.


Step 2:

          Then type WMIC and hit Enter .

Step 3:

         Then type Product Get Name and hit Enter to show installed programs on your PC.


Step 4:

        Then type Product where name="type your program name" call unistall and hit Enter and type yes and hit enter.




         

Comments

Popular posts from this blog

How to use DIR Command

How to use DEL/ERASE Command

How to use ENDLOCAL/SETLOCAL