卸载应用程序

可以通过以下方式之一从命令行卸载 Kaspersky Endpoint Security:

要在静默模式下卸载应用程序:

  1. 以管理员身份运行命令行解释器 (cmd.exe)。
  2. 转到 Kaspersky Endpoint Security 分发包所在文件夹。
  3. 运行以下命令:
    • 如果卸载过程没有密码保护

      setup_kes.exe /s /x

      msiexec.exe /x <GUID> /qn

      <GUID> 是应用程序的唯一 ID。您可以使用以下命令找到应用程序的 GUID:

      wmic product where "Name like '%Kaspersky Endpoint Security%'" get Name, IdentifyingNumber

    • 如果卸载过程有密码保护

      setup_kes.exe /pKLLOGIN=<用户名> /pKLPASSWD=<密码> /s /x

      msiexec.exe /x <GUID> KLLOGIN=<用户名> KLPASSWD=<密码> /qn

    例如:

    msiexec.exe /x {9A017278-F7F4-4DF9-A482-0B97B70DD7ED} KLLOGIN=KLAdmin KLPASSWD=!Password1 /qn

页面顶部