following are the commands I used to resolve from remote network machine
"please wait for the system Event Notification service"
Open command promt in remote machine
sc \\servername queryex SENS
Output
SERVICE_NAME: SENS
TYPE : 2 WIN32_SHARE_PROCESS
STATE : 4 RUNNING
(STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
PID : 909
FLAGS :
example:
taskkill /s \\servername /PID 909 /F
"please wait for the system Event Notification service"
Open command promt in remote machine
sc \\servername queryex SENS
Output
SERVICE_NAME: SENS
TYPE : 2 WIN32_SHARE_PROCESS
STATE : 4 RUNNING
(STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
PID : 909
FLAGS :
From a windows remote machine
taskkill /s \\servername /PID <pid> /F
example: