Recent content by RVR

  1. RVR

    How to block 'psexec' command for kill process and stop service?

    Even if we remove all the methods related to Service Stop, then also the 'psexec' command (call the same command for two times) is stopping our service. Kindly help to overcome this issue.
  2. RVR

    How to block 'psexec' command for kill process and stop service?

    OUr service (TestService) is a Windows Service, and the TestService.exe is also running on SYSTEM account. If we try the same (psexec command) for 'RpcSs (Remote Procedure Call)' service, then we can't stop this service. The error message is '[SC] ControlService FAILED 1052: The requested...
  3. RVR

    How to block 'psexec' command for kill process and stop service?

    Hi All, We are having a Windows Service developed with Visual C++ (VS 2012), and we applied 'Protection' for this service (Aim is to prevent Kill process/Stop service from any other method). For applying protection into our service, we are editing the 'EXPLICIT_ACCESS' and 'SECURITY_DESCRIPTOR'...
Back
Top