Kill Unresponsive Programs Without Using Task Manager

December 22nd, 2009 @ Paritosh (173)

1


As a regular user of Windows, unresponsive programs is a routine for me. Windows, as you know, is generally not known for its stability. Though Windows 7 is less prone to getting “Not Responding” errors, however chances are there will be such an error once in a while. The reason for getting may vary from less RAM, Viruses to poorly designed applications.
So, lets assume that while working with Internet Explorer, it suddenly hangs.

What will you do now ?

I am pretty sure you will reach out for Ctrl+Alt+Del keys or run the task manager in some other geeky way then you will select the buggy(unresponsive) application and choose “End Task”.

Before reading this post completely, you are going to follow any of the 2 methods mentioned above. Right ?

Now before telling you the shortcut, i want to tell that there is absolutely nothing wrong with this approach, in fact most of us use this method (Even i did before writing this shortcut). Moving further, has it ever happened to you that the task manager itself took ages to load up ? I don’t know about you but it did (with me) and can happen (with you too) because task manager does a lot of other things besides just ending tasks. And who doesn’t like to do things the easy way ……

How To Do It ?

Follow the simple steps given below :

  1. Right click on the desktop and choose New.
  2. Click on Shortcut.
  3. In the dialog box that appears just type
  4. taskkill.exe /f /fi “status eq not responding”

  5. Save it and give a it a name of your choice.

That’s It !
Now just wait for something to start “Not Responding” and then run the shortcut you just created !

Working

In particular the command we use says that kill all taskes whose status is equal to “not responding” and kill them forcefully (/f). The /fi switch is used to filter and pinpoint the application to kill. We are using the Program’s status to filter the applications that are not responding and then kill them instantly.

Enter Your Email Address For Free Updates:

I, Paritosh, am the Co-Owner and author at TechVorm. Fairly new to the blogging world, i came to know about the concept of blogging during a casual google search and from there on my urge to know things caused me to start blogging. I, then planned to start part time blogging. This little journey, of over 6 months has been a good experience and i hope that it continues to be the same. You Can Follow me on Twitter @ParitoshBh