Removing the application from the command line

You can start the application uninstallation process from the command line. Uninstallation is performed in interactive or silent mode (without starting the Application Setup Wizard).

To start the application uninstallation process in interactive mode,

in the command line type setup.exe /x or msiexec.exe /x {7911E943-32CC-45D0-A29C-56E6EF762275}.

The Setup Wizard starts. Follow the instructions of the Setup Wizard.

To start the application uninstallation process in silent mode,

in the command line type setup.exe /s /x or msiexec.exe /x {7911E943-32CC-45D0-A29C-56E6EF762275} /qn.

This starts the application uninstallation process in silent mode (without starting the Setup Wizard).

If the application uninstallation operation is password protected, the user name and its corresponding password must be entered in the command line.

To remove the application from the command line in interactive mode when the user name and password for authentication of Kaspersky Endpoint Security removal, modification, or repair are set:

In the command line, type setup.exe /pKLLOGIN=<User name> /pKLPASSWD=***** /x or

msiexec.exe KLLOGIN=<User name> KLPASSWD=***** /x {7911E943-32CC-45D0-A29C-56E6EF762275}.

The Setup Wizard starts. Follow the instructions of the Setup Wizard.

To remove the application from the command line in silent mode when the user name and password for authentication of Kaspersky Endpoint Security removal, modification, or repair are set:

In the command line, type setup.exe /pKLLOGIN=<User name> /pKLPASSWD=***** /s /x or

msiexec.exe /x {7911E943-32CC-45D0-A29C-56E6EF762275} KLLOGIN=<User name> KLPASSWD=***** /qn.

Page top