The Windows Management Instrumentation Command line interface, or WMIC, is a command line program that you can use to uninstall programs form your computer, while programs are traditionally uninstalled through the Add/Remove Programs or Programs and Features sections of the Control Panel.

Here is steps as below:

1. open the command prompt

2. Type "wmic" and press "Enter"

3. Type "product get name" to look at the resulting list of installed programs

4. Type "product where name="product to remove" call uninstall

5. Type "yes" and "Enter" to confirm the uninstallation of the program.

posted on 2013-05-07 09:58  琴韵之弦  阅读(347)  评论(0)    收藏  举报