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.