The need to uninstall a program using command prompt rarely arises, but it is good to have the knowledge, just in case such rare cases arise.
You might have the need to remove some features in some programs like MS-Office, Peachtree, etc. Instead of removing the whole program, you can use this technique to uninstall a program using the command prompt.
See Also:
- Windows not detecting Android? Do this.
- Reset Windows 8 password without losing files
- How to disable Windows Defender
Without further ado, let’s get to business.
Steps on Uninstall a program using command prompt
- Run the CMD program as administrator,
- Enter “wmic” without quotes and hit enter,
- Type “product get name” without quotes to get a list of programs installed on your PC,
- Now, note the name of the program you want to uninstall,
- Then type product where name=”product name” call uninstall, replace product name with the name of the app you want to uninstall

- Enter y and hit enter to confirm uninstall, or n to cancel uninstall.
If you have any questions or comments, please use the comments section.















