Kaspersky Endpoint Security 12 for Windows

Setup /x。卸载应用程序

2024年2月14日

ID 123471

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

  • 使用应用程序安装向导互动模式。
  • 在静默模式下。以静默模式启动卸载后,卸载过程不再需要您的参与(静默卸载)。要在静默模式下卸载应用程序,请使用 /s/qn 开关。

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

  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

另请参阅:

卸载应用程序

Did you find this article helpful?
What can we do better?
Thank you for your feedback! You're helping us improve.
Thank you for your feedback! You're helping us improve.