Endpoint Protection

 View Only
  • 1.  Stop SEP remotely

    Posted May 03, 2013 04:42 AM

    Hello,

     

    I'm trying to stop SEP remotely on Win7 computers. Tamper protection is running and a password is needed to stop services via smc.exe

    No way by Services.msc as all is greyed. Impossible to change startup type of the service and kill the process as well (Tamper ON or OFF)

    Psexec smc -stop does not work (Tamper ON or OFF) because the password option seems to not be possible remotely

    How to do that ?

     

    Thanks in advance,

    Regards



  • 2.  RE: Stop SEP remotely
    Best Answer

    Posted May 03, 2013 04:57 AM

    try to this for psexec tool


    "%programfiles%\Symantec\Symantec Endpoint Protection\smc.exe" -p [Password] -stop

    check this discussion also

    https://www-secure.symantec.com/connect/forums/restart-smcexe-remotely



  • 3.  RE: Stop SEP remotely

    Posted May 03, 2013 05:05 AM

    Check the thread RNishi Revert

    https://www-secure.symantec.com/connect/forums/restart-smcexe-remotely#comment-3857851



  • 4.  RE: Stop SEP remotely

    Posted May 03, 2013 05:09 AM

    Hello,

    Check command on 64 bit OS

    %ProgramFiles(x86)%\Symantec\Symantec Endpoint Protection\smc.exe" -p [Password] -stop

    Exam:

    %ProgramFiles(x86)%\Symantec\Symantec Endpoint Protection\smc.exe" -p 123 -stop

    In 32 BIt

    "%programfiles%\Symantec\Symantec Endpoint Protection\smc.exe" -p [Password] -stop

    Exam..

    "%programfiles%\Symantec\Symantec Endpoint Protection\smc.exe" -p 123 -stop



  • 5.  RE: Stop SEP remotely

    Posted May 03, 2013 05:27 AM

    Working fine now.

    Thanks !