Kaspersky Endpoint Security 8 for Windows (for workstations)

 
 
 

How to uninstall Kaspersky Endpoint Security 8 for Windows in command line prompt. Removing the software in a silent mode

ID: 7010
Complexity
 
 
 
 

Applies to:
  • Kaspersky Endpoint Security 8 for Windows (for Workstations)
  • Kaspersky Endpoint Security 8 for Windows (for File Servers)
  • In order to uninstall Kaspersky Endpoint Security 8 for Windows in command line prompt:

    In an interactive mode:

    Type the following in the command line prompt:

      • msiexec /x {D72DD679-A3EC-4FCF-AFAF-12E2552450B6}, where the x key stands for uninstall;

      • msiexec /x <file_path+file_name>. For example, msiexec /x C:\kes8\kes8win_x64.msi;

      • <file_path+setup.exe> /x. For example, C:/kes8/setup.exe /x, where the key stands for uninstall.

    The Setup wizard will start. Follow it to uninstall the application.

    In a silent mode (without the Setup wizard)

    You should use the /qn key to uninstall the application in a silent mode using msiexec:

      • msiexec /x {D72DD679-A3EC-4FCF-AFAF-12E2552450B6} /qn, where q stands for silent mode, i.e. no user interaction, and n – no GUI.
    In order to uninstall the application in silent mode using setup.exe, you should use the /s key:
      • C:/kes8/setup.exe /x /s, where – non-interactive (silent) mode.
    Information If the application is protected with a password against removal, you should use the command msiexec with the KLPASSWD=password key. Example:
    msiexec /x {D72DD679-A3EC-4FCF-AFAF-12E2552450B6} /qn KLPASSWD=123

     
     
     
     
    Did the provided info help you?
    Yes No