Remove Kaspersky Network Agent
Hello
I need help to uninstall the Kaspersky v.12 network agent. I need to understand how I create a script the uninstall line is MsiExec.exe / I {0F05E4E5-5A89-482C-9A62-47CC58643788} / l * v "C: \ Windows \ Temp \ $ klnagent-uninstall.log"
I still need it for version 10 -
the line looks like - MsiExec.exe / I {0F05E4E5-5A89-482C-9A62-47CC58643788} / l * v "C: \ WINDOWS \ Temp \ $ klnagent-uninstall.log"
I need to uninstall it through the antivirus panel does not work and I have more than 700 stations to remove
Answers (1)
replace the /I with /X (see all options for MSI files here: https://docs.microsoft.com/en-us/windows/win32/msi/command-line-options )
And if you add a /qn it will also be uninstalled silently.