|
|

Having to do with a lot of programs can be fun and distressing at the same time. As a matter of fact, once you don’t need of a certain application anymore, you have to uninstall it to free up some space in your hard disk. The easy solution to do that is to use those features located under “Programs and Features” which let you uninstall, change or repair your software. These features are part of the so called GUI (graphic user interface) whose task is to let you perform, thanks to icons and a “guided mode”, certain operations with ease. Anyway, uninstalling programs in this way is not the fastest method available. Let’s see how we can remove software with a couple of simple commands from DOS. (these commands are also useful when you can’t uninstall a program by using the regular way).
- Click Start.
- Click All Porgrams.
- Click Accessories and select Command Prompt.
- Once the black Windows is open, type WMIC and press Enter.
- Now type this command: product get name .This command will create a list of installed applications on your PC. This list, apart from being useful to know what you have got on your PC, lets you also see the complete name of an application.
- Now type: product where name=”" call uninstall Note: Inside name”" you have to write the name of software you wish to uninstall i.e. Microsoft Silverlight
- Here is a complete example of the above command: product where name=”Microsoft Silverlight” call uninstall
- When prompted just press Y to uninstall the application.
This trick works for Windows XP Professional, Windows Vista, Windows Server 2003 and Windows Server 2008.
Tags: trick, Vista, Xp
Related Articles
Latest Articles
If you can not find what you are looking for, you might want to try Google Advanced Search and get thousands of results, specifically selected for you.
Google Advanced Search
|
5 Comments to “How to uninstall programs from DOS”
Leave a Comment
Incoming Search Terms for the Article:
dos uninstall - uninstall from DOS - how to remove dos program softice - how to uninstall program from dos - how to uninstall from dos - how to uninstall programs in dos - uninstall dos command - how to uninstall in dos - dos commando delete - dos uninstall command - uninstall using dos - dos command for uninstalling - uninstall using dos command - how to uninstall program in dos - how to uninstall programs from dos - dos command to uninstall software - uninstalling from dos - uninstall program from dos - uninstall program in dos - uninstall application through DOS - uninstall dos - Uninstalling with DOS - uninstall a software from dos - dos commands uninstall - How to uninstall a program using dos commands -Best screen resolution 1280x800 or higher.
Web Talk is best viewed in Firefox.

September 16th, 2009 at 5:41 am
Good trick. It also seems to be faster than the normal procedure.
October 13th, 2009 at 5:11 pm
this command can not be used unless you are the administrator. I am not that person and NEED to get rid of a program, “Quick View Plus”!
November 3rd, 2009 at 7:51 am
as usual, this does not work on vista
November 3rd, 2009 at 8:13 am
Hi Carmine,
I confirm that this trick works, at least for me. Make sure to have admin rights. Make sure to type everything correctly and use capital letters where needed.
December 8th, 2009 at 10:09 am
I tried this and it removed the item from the product list, but it’s still in the Add/Remove file and evertwhere else. Using WINXP Pro. Any comments?