I am needing a script to uninstall Kaspersky.
Here is the functions i found for a silent install Silent mode
To remove the application in the silent mode:
- Open the command line.
- Run the command:
- <Path to setup.exe>\setup.exe /s /x
Example: C:\kes 10\en\setup.exe /s /x
- For versions SP1 MR4 (10.2.6.3733) and earlier:
msiexec /x {7A4192A1-84C4-4E90-A31B-B4847CA8E23A} /qn
- Version SP2 (10.3.0.6294):
msiexec /x {7911E943-32CC-45D0-A29C-56E6EF762275} /qn
- <Path to setup.exe>\setup.exe /s /x
- setup.exe /pKLLOGIN=<User name> /pKLPASSWD=*** /s /x
- For versions SP1 MR4 (10.2.6.3733) and earlier:
msiexec.exe /x {7A4192A1-84C4-4E90-A31B-B4847CA8E23A} KLLOGIN=<User name> KLPASSWD=*** /qn
- Version SP2 (10.3.0.6294):
msiexec.exe /x {7911E943-32CC-45D0-A29C-56E6EF762275} KLLOGIN=<User name> KLPASSWD=*** /qn