Sometimes I have a very stubborn process that I can not kill with task manager, taskkill, or wmic. This usually happens to chrome or firefox. The best guide I have found has been this. Does anyone have any other ideas for killing stubborn processes?
1. Try to kill with task manager.
Does not work.
2. Try to kill with taskkill. taskkill does point out there is an issue with a parent process. So also try to close that.
Does not work.
3. Try to kill with wmic.
Does not work.
One other interesting thing I found while google searching is this. It gives you the ability to look at all your columns in wmic.
Does anyone else have any suggestions?
1. Try to kill with task manager.
Does not work.
2. Try to kill with taskkill. taskkill does point out there is an issue with a parent process. So also try to close that.
Does not work.
Code:
C:\>taskkill /f /t /PID 10296
ERROR: The process with PID 10296 (child process of PID 11824) could not be terminated.
Reason: Access is denied.
C:\>taskkill /IM firefox.exe /f /t
ERROR: The process with PID 10296 (child process of PID 11824) could not be terminated.
Reason: Access is denied.
C:\>taskkill /f /t /PID 10296
ERROR: The process with PID 10296 (child process of PID 11824) could not be terminated.
Reason: Access is denied.
C:\>taskkill /f /t /PID 11824
ERROR: The process "11824" not found.
3. Try to kill with wmic.
Does not work.
Code:
C:\>wmic process where name='firefox.exe' delete
Deleting instance \\GHOST\ROOT\CIMV2:Win32_Process.Handle="10296"
ERROR:
Description = Access denied
One other interesting thing I found while google searching is this. It gives you the ability to look at all your columns in wmic.
Code:
wmic process where name="firefox.exe" get /format:htable > c:process.htm
Does anyone else have any suggestions?
My Computer
System One
-
- OS
- 10 and 11
- Computer type
- Laptop