microsoft:misc:koll_proc
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| microsoft:misc:koll_proc [2019/10/10 08:33] – created rplecko | microsoft:misc:koll_proc [2019/10/10 09:12] (current) – rplecko | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| === Kill process / Stop hung service === | === Kill process / Stop hung service === | ||
| - | | + | |
| + | * Find service you want to kill (in this case " | ||
| + | |||
| + | < | ||
| + | C: | ||
| + | SERVICE_NAME: | ||
| + | DISPLAY_NAME: | ||
| + | </ | ||
| + | * Now we know the right name of service (SERVICE_NAME: | ||
| + | |||
| + | < | ||
| + | C: | ||
| + | PID : 3480 | ||
| + | </ | ||
| + | * With known PID we can now kill the process | ||
| + | < | ||
| + | taskkill /f /pid 3480 | ||
| + | SUCCESS: The process with PID 3480 has been terminated | ||
| + | </ | ||
microsoft/misc/koll_proc.1570696388.txt.gz · Last modified: 2019/10/10 08:33 by rplecko
