microsoft:misc:koll_proc
This is an old revision of the document!
Kill process / Stop hung service
- Start CMD with administrative rights
- Find service you want to kill (in this case “spooler”)
C:\Windows\system32>sc queryex | findstr /I spoo SERVICE_NAME: Spooler DISPLAY_NAME: Print Spooler
- Now we know the right name of service (SERVICE_NAME: Spooler) and we can find its PID
C:\Windows\system32>sc queryex Spooler |findstr PID
PID : 3480
microsoft/misc/koll_proc.1570696941.txt.gz · Last modified: 2019/10/10 08:42 by rplecko
