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.

How to uninstall a program command line

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-04
  • 2022-12-23
猜你喜欢
  • 2021-08-14
  • 2021-07-08
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
  • 2021-10-03
  • 2021-07-21
相关资源
相似解决方案