Sinisterly
Uninstall installed programs from CMD - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Computers (https://sinister.ly/Forum-Computers)
+--- Forum: Antivirus & Protection (https://sinister.ly/Forum-Antivirus-Protection)
+--- Thread: Uninstall installed programs from CMD (/Thread-Uninstall-installed-programs-from-CMD)



Uninstall installed programs from CMD - ๖ۣۜSнυғғ׆ϵя - 06-07-2012

In this tut ill show how to uninstall programs from CMD.

1) Open CMD through run.

2) Now type wmic

3) After that write: PRODUCT GET NAME (your installed programs will show up on CMD.

4)Than write this: PRODUCT WHERE NAME="the program's name" call uninstall.

5) After that press Y (if you want to uninstallit) or N (for the opposite).

6) You're done


RE: Uninstall installed programs from CMD - dark_codes - 06-07-2012

nice share keep it up...more share to come!


RE: Uninstall installed programs from CMD - ๖ۣۜSнυғғ׆ϵя - 06-07-2012

Thanks Bro!

You will expect more dude(;


RE: Uninstall installed programs from CMD - #Unkn0wn - 06-07-2012

Next time give credits (Not forum name, Just poster name)
Good one BTW


RE: Uninstall installed programs from CMD - mothered - 06-07-2012

Nice one mate.

Tested on the Windows 7 platform, and working well.
Thanks.


RE: Uninstall installed programs from CMD - HrDe - 06-08-2012

Any one tried it, it's worked?


RE: Uninstall installed programs from CMD - chipp - 08-22-2012

thanks for share, btw this is for the wmic commands' explanations:

http://ss64.com/nt/wmic.html

i haven't read it though... haha...


RE: Uninstall installed programs from CMD - cappy2073 - 08-22-2012

Simple tutorial...nice one. thanx


RE: Uninstall installed programs from CMD - suyi - 08-23-2012

using this command, it completely uninstall program?
coz some program will not completely uninstall and the file still on Program File ??
Sad