Ever wondered how one can uninstall any software from Windows with Command prompt??
Well, here is a quick and simple way to do this.
2.) Type wmic in command prompt and Enter, you may see a new line with wmic:root\cli>
3.) Now at the command prompt, type the following command:
product get name
This will generate a list of all installed applications on the system. This may take some time, depending on how many applications you have in your system.
4.) At the Command Prompt, Type the following command:
product where name=”" call uninstall
Specify the name of application in the quotes (make sure you type the name of application correctly using the generated list of application). Suppose I want to uninstall Adobe Flash application from my system, my command would look like this:
5.) It would ask to Confirm your action, Type y and press enter to proceed with uninstall.
Thats it. you have successfully uninstalled the software using command prompt.
Enjoy !!!
The power of this command doesn’t only do uninstallation of applications but also you can perform many tasks. You can list all applications with their versions and date, you can also install, reinstall, configure or upgrade any application using this command.
To know more commands about this particuler product, Type: wmic product/?, same way if you want to know more on product list then Type wmic product list/?
Well, here is a quick and simple way to do this.
===============================================================
Other Visitors are Reading : 10 WAYS TO HACK WINDOWS PASSWORDS
===============================================================
Procedure:
1.) Open Command Prompt2.) Type wmic in command prompt and Enter, you may see a new line with wmic:root\cli>
3.) Now at the command prompt, type the following command:
product get name
This will generate a list of all installed applications on the system. This may take some time, depending on how many applications you have in your system.
4.) At the Command Prompt, Type the following command:
product where name=”" call uninstall
Specify the name of application in the quotes (make sure you type the name of application correctly using the generated list of application). Suppose I want to uninstall Adobe Flash application from my system, my command would look like this:
5.) It would ask to Confirm your action, Type y and press enter to proceed with uninstall.
Thats it. you have successfully uninstalled the software using command prompt.
Enjoy !!!
The power of this command doesn’t only do uninstallation of applications but also you can perform many tasks. You can list all applications with their versions and date, you can also install, reinstall, configure or upgrade any application using this command.
To know more commands about this particuler product, Type: wmic product/?, same way if you want to know more on product list then Type wmic product list/?
Thank you
==============================================================
Other Visitors are Reading : 10 WAYS TO HACK WINDOWS PASSWORDS
==============================================================
No comments:
Post a Comment