How to uninstall programs from DOS


Windows(Only): 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).

  1. Click Start.
  2. Click All Porgrams.
  3. Click Accessories and select Command Prompt.
  4. Once the black Windows is open, type WMIC and press Enter.
  5. 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.
  6. 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
  7. Here is a complete example of the above command: product where name=”Microsoft Silverlight” call uninstall
  8. When prompted just press Y to uninstall the application.
This trick works for Windows XP Professional, Windows Vista, Windows Server 2003 and Windows Server 200

0 comments:

 
^ Scroll to Top