Kill unresponsive process in windows that won't stop through Task Manager or Process Explorer











up vote
5
down vote

favorite
1












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.










share|improve this question




















  • 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















up vote
5
down vote

favorite
1












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.










share|improve this question




















  • 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













up vote
5
down vote

favorite
1









up vote
5
down vote

favorite
1






1





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.










share|improve this question















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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














  • 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










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.






share|improve this answer





















    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














     

    draft saved


    draft discarded


















    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

























    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.






    share|improve this answer

























      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.






      share|improve this answer























        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.






        share|improve this answer












        You can try using Process Hacker - http://processhacker.sourceforge.net. I've been using it a long time and it always worked.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 24 '16 at 18:13









        Alexiy

        24726




        24726






























             

            draft saved


            draft discarded



















































             


            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            AnyDesk - Fatal Program Failure

            How to calibrate 16:9 built-in touch-screen to a 4:3 resolution?

            Актюбинская область