Kill Windows Service
Open command prompt in windows. Windows > Run > cmd > [Enter]> sc queryex
SERVICE_NAME:TYPE : 110 WIN32_OWN_PROCESS (interactive) STATE : 4 RUNNING (STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN) WIN32_EXIT_CODE : 0 (0x0) SERVICE_EXIT_CODE : 0 (0x0) CHECKPOINT : 0x0 WAIT_HINT : 0x0 PID : FLAGS :
> taskkill /f /pid
Or If you know the image name
> taskkill /f /im <image_name>
No comments:
Post a Comment