
THE ABOVE COMMAND line examples are the ones to use for a third-party tool for uninstall, for example what command-line to pass via SCCM Wmic product where name="Symantec Endpoint Protection" get IdentifyingNumberĮxample: msiexec.exe /x /lv!* c:\uninstallSEP.txt The product uninstall key / identifier may be obtained thusy:


Note: If a client is password protected, you need to disable it first and then run the script.

REG ADD "HKEY_LOCAL_MACHINE \SOFTWARE \Symantec \Symantec Endpoint \Protection \AV \AdministratorOnly \Security" /v LockUnloadServices /d 0 /t REG_DWORD /f /reg: 64 REG ADD "HKEY_LOCAL_MACHINE \SOFTWARE \Symantec \Symantec Endpoint \Protection \AV \AdministratorOnly \Security" /v UseVPUninstallPassword /d 0 /t REG_DWORD /f /reg: 64 REG DELETE " HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\Symantec Endpoint Protection\SMC" /v SMCINSTDATA /f /reg: 64 :: move device on back-end to a container without password :: update to current policy without password "C:\Program Files (x86)\Symantec\Symantec Endpoint Protection \smc.exe " -updateconfig timeout /t 30 "C:\Program Files (x86)\Symantec\Symantec Endpoint Protection\ smc.exe" - stop msiexec /x REBOOT= REALLYSUPPRESS ALLUSERS= 2 /qn /norestart shutdown -a shutdown -r -f -t 60 -c " Symantec has been uninstalled.
