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 HACK REMOTE COMPUTER USING IP ADDRESS?

HOW TO HACK REMOTE COMPUTER USING IP ADDRESS? Note: we are not responsible what you are going to do with this trick FIRSTLY WE WILL TELL YOU WHAT IS INTERNET PROTOCOL (IP) The Internet Protocol is the principal communications protocol used for relaying datagram (packets) across an internetwork using the Internet Protocol Suite. Responsible for routing packets across network boundaries, it is the primary protocol that establishes the Internet. IP is the primary protocol in the Internet layer of the Internet Protocol Suite and has the task of delivering datagrams from the source host to the destination host solely based on their addresses. For this Purpose, IP defines addressing methods and structures for datagram encapsulation Literally, hacking is accessing something or somebody in internet without their permission or interest. While, speaking in summary, hacking is very easy job, it is like instead of using front door, finding the hidden door of a house...

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 fix " bootmgr is compressed" error in window7/8

Sometimes people compresses the c drive or boot drive of the computer to get more space on that drive. The system files are also compressed due to this action and when next time you starts your computer it shows error like : " bootmgr is compressed. Please press alt + ctrl +del to restart" This error due to the compression of boot files of system. Then there is only solution for this is to decompress this drive.