In this article you will learn how to uninstall programs using cmd in windows. We uninstall programs from control panel. But following these steps you can uninstall programs using cmd.
Read : How to make folders undeletable, unrenamable
Step 1. Open command prompt.
Step 2. In the command prompt, type "wmic" and press enter.
Step 3. Type "product get name" and press enter.
Type of write - product(space)get(space)name
Note : After typing "product get name" you will see a list of programs. This list will not show you all programs installed in your computer.
Step 4. To uninstall program type the below line in the cmd.
program where name="name of program" call uninstall
Type of write - product(space)where(space)name="name of program"(space)call(space)uninstall
Step 5. Type y to confirm uninstalling the program, press enter and wait for some time.
Also Read : How to lock/hide folders
Step 6. When successfully uninstalled, you can close the command prompt.
You are done.
No comments:
Post a Comment