User Tools

Site Tools


microsoft:misc:koll_proc

This is an old revision of the document!


Kill process / Stop hung service

  1. Start CMD with administrative rights
  2. 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
  1. 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