Skip to main content

How we can uninstall a program using command prompt

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:

<b>product get name</b> and hit Enter.

This command will populates a list of installed applications on your PC
with complete name of
an application.
6. Now type:

<b>product where name=” ” call uninstall</b> 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:
<b>product where name=”VMware Tools” call uninstall</b>

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.
Enjoy!!!!

Comments

Popular posts from this blog

How To Find The IP Address Of A Website

In many IT trickz and hack, We need to know the IP ( Internet Protocol ) address of the Website. Like if the website is blocked in the System then we can access it if we own the IP address of that website. But the Question arises that.. How to Find the IP Address of  Website ? Step 1 : Open Command Prompt. ( Go to Run and type cmd and hit Enter )

How To Skip Ads In adf.ly On Opera Mini ( Mobile )

More then 60% user on internet use the internet through there mobile. And many time when we want to download something, we have to skip the adf.ly's ads. But the ads won't load in opera mini. So there is an easy trick to skip adf.ly's ads in opera mini. Step 1 : Open the page. Step 2 : Enter the java script in address bar. And hit enter/go. javascript:refresh   Step 3 : Click on Skip Ad . And the desired page will open.   Step 4 : Access your desired Webpage :)    CLICK HERE to try the Trick.

ENABLE RIGHT CLICK ON RIGHT CLICK DISABLED SITES

ENABLE RIGHT CLICK ON RIGHT CLICK DISABLED SITES ------------------------------------------- Several web sites turn off the ability of right-click on there pages. Web administrators are using this to protecting their web pages from unauthorized copying. This is very common in past, but still there are lots of sites using this to protect copying there content by others. They use simple JavaScript to disable the ability of right-clicking on there web pages. Here I’m going to show you a very simple way to turn this function ON. When ever you visiting offending website type the code in red below in the browser URL bar, with the most cases this will work perfectly and enable you to write click on any web page and do what ever you want. “ jav ascript:void- (document. oncontext men u=null ) "