The Content Provided on HackClarify are Only for Security Awareness & Educational Purposes Only, Hackclarify is Not Responsible for any Harm Done!
Place Your Ads Here By Requesting Using The Contact Form
Uninstall Programs Using CMD in Windows XP/Vista/7
I have been into situation when you install a software on a computer, its starts freezing and you are not able to work on the computer. Suddenly the CPU usage shoots to 100% and there is nothing to do but to restart computer. Then also situation remains the same and even not able lo launch Add/Remove wizard to uninstall the newly installed software which caused all the problem. This is where our old DOS shell comes in handy. I am going to tell you how we can uninstall a program using command prompt with few simple commands.
1. Click Start Menu.
2. Click All Programs.
3. Click Accessories and select Command Prompt.
4. When the command prompt is open, type wmic and press Enter.
5. Now type command: product get name and hit Enter. This command will populates a list of installed applications on your PC with complete name of an application.
6. Now type: product where name=” ” call uninstall and hit Enter (Note: Inside name” “ you have to write the exact name of software you wish to uninstall from the populated list. For an example VMware Tools).
Example: product where name=”VMware Tools” call uninstall
7. Type Y for confirming un-installation process then press Enter to uninstall the software completely.
This trick works on Windows XP Professional, Windows Vista, Windows 7, Windows Server 2003 and Windows Server 2008.
Tags: cmd, windows
Subscribe to:
Post Comments (Atom)
Share your views...
4 Respones to "Uninstall Programs Using CMD in Windows XP/Vista/7"
it's not working.............
July 13, 2012 at 11:03 PM
ive tried this and it says no instance available now what?
August 9, 2012 at 6:13 PM
'wmic' is not recognized as an internal or external command, operable program or batch file --> using XP
March 13, 2013 at 10:37 AM
eddy
March 17, 2015 at 12:28 PM
Post a Comment