zoukankan      html  css  js  c++  java
  • How to uninstall a program command line

    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.

  • 相关阅读:
    填充与复制
    张量排序
    数据统计
    合并与分割
    前向传播(张量)- 实战
    数学运算
    Broadcasting
    TensorFlow2-维度变换
    集合3
    集合2
  • 原文地址:https://www.cnblogs.com/mystar/p/Uninstall_program.html
Copyright © 2011-2022 走看看