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 stop it
microsoft/misc/koll_proc.1570696790.txt.gz · Last modified: 2019/10/10 08:39 by rplecko
