Kill unresponsive process in windows that won't stop through Task Manager or Process Explorer
up vote
5
down vote
favorite
Up front: I'm using windows 7 64 bit.
So sometimes I am trying to kill a process but it won't quit. I can try killing the process or the process structure, but Task Manager won't accomplish anything. There are a couple of tricks on the net, like
taskkill.exe /f /fi "status eq not responding"
but I wouldn't be asking here if that did the job...
Is there any trick to get rid of these processes completely?
The reason I'm dealing with this is because I sometimes run a program that won't start properly and starts a bunch of helper programs, but none of the helper programs show up the processes, so I figured that just killing the processes that are visibly active would do the trick, though seemingly they are jammed.
Thanks to a few users I have tried resolving the issue by using Process Explorer and closing the handle/killing the process. This did not work either. If you have any other suggestions I'll be happy to hear them.
windows-7 process kill
add a comment |
up vote
5
down vote
favorite
Up front: I'm using windows 7 64 bit.
So sometimes I am trying to kill a process but it won't quit. I can try killing the process or the process structure, but Task Manager won't accomplish anything. There are a couple of tricks on the net, like
taskkill.exe /f /fi "status eq not responding"
but I wouldn't be asking here if that did the job...
Is there any trick to get rid of these processes completely?
The reason I'm dealing with this is because I sometimes run a program that won't start properly and starts a bunch of helper programs, but none of the helper programs show up the processes, so I figured that just killing the processes that are visibly active would do the trick, though seemingly they are jammed.
Thanks to a few users I have tried resolving the issue by using Process Explorer and closing the handle/killing the process. This did not work either. If you have any other suggestions I'll be happy to hear them.
windows-7 process kill
1
It's really dead, you're just seeing the corpse. See How to kill a task that is "lacking an instance"?
– Ben N
Mar 24 '16 at 14:06
1
As mentioned in the post that @BenN posted, download and use Process Explorer to kill the process, close open handles to it.
– Ganesh R.
Mar 24 '16 at 14:49
@BenN Thanks for your reply. I was hopeful but this did not resolve the issue either......
– 1010011010
Mar 24 '16 at 15:19
Hmm, interesting. Sounds like you have a hung kernel-mode driver. This article might help you debug, if you're up for some serious troubleshooting. Does the problem happen with many different programs, or just a couple? If the latter, which programs? (I've retracted my close vote.)
– Ben N
Mar 24 '16 at 15:49
1
It only happens with one program, it's a video game "League of Legends". When I open the first instance, after opening it, subsequent instances will produce new processes but won't no there is no new visual output. I've contacted their customer support but up until now I'm only getting automated responses which don't seem to help..
– 1010011010
Mar 24 '16 at 16:29
add a comment |
up vote
5
down vote
favorite
up vote
5
down vote
favorite
Up front: I'm using windows 7 64 bit.
So sometimes I am trying to kill a process but it won't quit. I can try killing the process or the process structure, but Task Manager won't accomplish anything. There are a couple of tricks on the net, like
taskkill.exe /f /fi "status eq not responding"
but I wouldn't be asking here if that did the job...
Is there any trick to get rid of these processes completely?
The reason I'm dealing with this is because I sometimes run a program that won't start properly and starts a bunch of helper programs, but none of the helper programs show up the processes, so I figured that just killing the processes that are visibly active would do the trick, though seemingly they are jammed.
Thanks to a few users I have tried resolving the issue by using Process Explorer and closing the handle/killing the process. This did not work either. If you have any other suggestions I'll be happy to hear them.
windows-7 process kill
Up front: I'm using windows 7 64 bit.
So sometimes I am trying to kill a process but it won't quit. I can try killing the process or the process structure, but Task Manager won't accomplish anything. There are a couple of tricks on the net, like
taskkill.exe /f /fi "status eq not responding"
but I wouldn't be asking here if that did the job...
Is there any trick to get rid of these processes completely?
The reason I'm dealing with this is because I sometimes run a program that won't start properly and starts a bunch of helper programs, but none of the helper programs show up the processes, so I figured that just killing the processes that are visibly active would do the trick, though seemingly they are jammed.
Thanks to a few users I have tried resolving the issue by using Process Explorer and closing the handle/killing the process. This did not work either. If you have any other suggestions I'll be happy to hear them.
windows-7 process kill
windows-7 process kill
edited Mar 24 '16 at 15:16
asked Mar 24 '16 at 13:33
1010011010
14414
14414
1
It's really dead, you're just seeing the corpse. See How to kill a task that is "lacking an instance"?
– Ben N
Mar 24 '16 at 14:06
1
As mentioned in the post that @BenN posted, download and use Process Explorer to kill the process, close open handles to it.
– Ganesh R.
Mar 24 '16 at 14:49
@BenN Thanks for your reply. I was hopeful but this did not resolve the issue either......
– 1010011010
Mar 24 '16 at 15:19
Hmm, interesting. Sounds like you have a hung kernel-mode driver. This article might help you debug, if you're up for some serious troubleshooting. Does the problem happen with many different programs, or just a couple? If the latter, which programs? (I've retracted my close vote.)
– Ben N
Mar 24 '16 at 15:49
1
It only happens with one program, it's a video game "League of Legends". When I open the first instance, after opening it, subsequent instances will produce new processes but won't no there is no new visual output. I've contacted their customer support but up until now I'm only getting automated responses which don't seem to help..
– 1010011010
Mar 24 '16 at 16:29
add a comment |
1
It's really dead, you're just seeing the corpse. See How to kill a task that is "lacking an instance"?
– Ben N
Mar 24 '16 at 14:06
1
As mentioned in the post that @BenN posted, download and use Process Explorer to kill the process, close open handles to it.
– Ganesh R.
Mar 24 '16 at 14:49
@BenN Thanks for your reply. I was hopeful but this did not resolve the issue either......
– 1010011010
Mar 24 '16 at 15:19
Hmm, interesting. Sounds like you have a hung kernel-mode driver. This article might help you debug, if you're up for some serious troubleshooting. Does the problem happen with many different programs, or just a couple? If the latter, which programs? (I've retracted my close vote.)
– Ben N
Mar 24 '16 at 15:49
1
It only happens with one program, it's a video game "League of Legends". When I open the first instance, after opening it, subsequent instances will produce new processes but won't no there is no new visual output. I've contacted their customer support but up until now I'm only getting automated responses which don't seem to help..
– 1010011010
Mar 24 '16 at 16:29
1
1
It's really dead, you're just seeing the corpse. See How to kill a task that is "lacking an instance"?
– Ben N
Mar 24 '16 at 14:06
It's really dead, you're just seeing the corpse. See How to kill a task that is "lacking an instance"?
– Ben N
Mar 24 '16 at 14:06
1
1
As mentioned in the post that @BenN posted, download and use Process Explorer to kill the process, close open handles to it.
– Ganesh R.
Mar 24 '16 at 14:49
As mentioned in the post that @BenN posted, download and use Process Explorer to kill the process, close open handles to it.
– Ganesh R.
Mar 24 '16 at 14:49
@BenN Thanks for your reply. I was hopeful but this did not resolve the issue either......
– 1010011010
Mar 24 '16 at 15:19
@BenN Thanks for your reply. I was hopeful but this did not resolve the issue either......
– 1010011010
Mar 24 '16 at 15:19
Hmm, interesting. Sounds like you have a hung kernel-mode driver. This article might help you debug, if you're up for some serious troubleshooting. Does the problem happen with many different programs, or just a couple? If the latter, which programs? (I've retracted my close vote.)
– Ben N
Mar 24 '16 at 15:49
Hmm, interesting. Sounds like you have a hung kernel-mode driver. This article might help you debug, if you're up for some serious troubleshooting. Does the problem happen with many different programs, or just a couple? If the latter, which programs? (I've retracted my close vote.)
– Ben N
Mar 24 '16 at 15:49
1
1
It only happens with one program, it's a video game "League of Legends". When I open the first instance, after opening it, subsequent instances will produce new processes but won't no there is no new visual output. I've contacted their customer support but up until now I'm only getting automated responses which don't seem to help..
– 1010011010
Mar 24 '16 at 16:29
It only happens with one program, it's a video game "League of Legends". When I open the first instance, after opening it, subsequent instances will produce new processes but won't no there is no new visual output. I've contacted their customer support but up until now I'm only getting automated responses which don't seem to help..
– 1010011010
Mar 24 '16 at 16:29
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
You can try using Process Hacker - http://processhacker.sourceforge.net. I've been using it a long time and it always worked.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
You can try using Process Hacker - http://processhacker.sourceforge.net. I've been using it a long time and it always worked.
add a comment |
up vote
0
down vote
You can try using Process Hacker - http://processhacker.sourceforge.net. I've been using it a long time and it always worked.
add a comment |
up vote
0
down vote
up vote
0
down vote
You can try using Process Hacker - http://processhacker.sourceforge.net. I've been using it a long time and it always worked.
You can try using Process Hacker - http://processhacker.sourceforge.net. I've been using it a long time and it always worked.
answered Mar 24 '16 at 18:13
Alexiy
24726
24726
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1056845%2fkill-unresponsive-process-in-windows-that-wont-stop-through-task-manager-or-pro%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
It's really dead, you're just seeing the corpse. See How to kill a task that is "lacking an instance"?
– Ben N
Mar 24 '16 at 14:06
1
As mentioned in the post that @BenN posted, download and use Process Explorer to kill the process, close open handles to it.
– Ganesh R.
Mar 24 '16 at 14:49
@BenN Thanks for your reply. I was hopeful but this did not resolve the issue either......
– 1010011010
Mar 24 '16 at 15:19
Hmm, interesting. Sounds like you have a hung kernel-mode driver. This article might help you debug, if you're up for some serious troubleshooting. Does the problem happen with many different programs, or just a couple? If the latter, which programs? (I've retracted my close vote.)
– Ben N
Mar 24 '16 at 15:49
1
It only happens with one program, it's a video game "League of Legends". When I open the first instance, after opening it, subsequent instances will produce new processes but won't no there is no new visual output. I've contacted their customer support but up until now I'm only getting automated responses which don't seem to help..
– 1010011010
Mar 24 '16 at 16:29