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.

  • 相关阅读:
    决策树
    交叉熵与softmax
    集成学习
    SVM算法
    蒙特卡罗方法
    K近邻--KNN
    K-Means聚类
    DBSCAN密度聚类
    Bagging、随机森林
    支持向量机SVM
  • 原文地址:https://www.cnblogs.com/mystar/p/Uninstall_program.html
Copyright © 2011-2022 走看看