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
- With known PID wi can now kill the process
microsoft/misc/koll_proc.1570698538.txt.gz · Last modified: 2019/10/10 09:08 by rplecko
