How to stop latest Symantec from command line

See below comments
Check command on 64 bit OS
%ProgramFiles(x86)%\Symantec\Symantec Endpoint Protection\smc.exe" -p [Password] -stop
Method:
%ProgramFiles(x86)%\Symantec\Symantec Endpoint Protection\smc.exe" -p 123 -stop
In 32 BIt
"%programfiles%\Symantec\Symantec Endpoint Protection\smc.exe" -p [Password] -stop
Method:
"%programfiles%\Symantec\Symantec Endpoint Protection\smc.exe" -p 123 -stop

Comments

Popular Posts