Shortcuts to kill non-responding programs in Windows 7 instantly

To kill non-responding or hung  or frozen applications, normally one opens the Task Manager, and right clicks on the process and selects End Task.

But you can also create a desktop shortcut to kill such non-responding applications in a click.

To do so, right click on an empty area on your desktop.

Select New>Shortcut.

In the first box of the Create Shortcut Wizard, type :

taskkill.exe /f /fi “status eq not responding”

Click Next.

Name the shortcut : TaskKiller.

Click Finish.

Then select an appropriate icon for it !

The shortcut uses the Taskkill command to identify and terminate application/s that are Not Responding.

Or you could create a .bat file (right click desktop > New > Notepad) with the following matter:

@echo off
taskkill.exe /f /fi “status eq not responding”
exit

Save it as .bat file.

Alternatively, you can also check out freeware Process Assassin.

ProcessAssassin 400x295 Shortcuts to kill non responding programs in Windows 7 instantly

Process Assassin enables the user to select a Not Responding application and terminate it immediately without calling any other external programs. There are options available too.

Another similar application is Task Killer. It is a neat way to unload frozen applications, processes or services. It shows the tasks, windows and/or services in popup menu.

How to kill Processes using command prompt in Windows may also interest you.

If you have liked this post, you might want to check out some more, on topics like , .

About AnandK@TWC

Anand aka HappyAndyK is an end-user Windows enthusiast, a Microsoft MVP in Windows Desktop Experience since 2007, and the Admin of TheWindowsClub.com, TheGeeksClub.com & WinVistaClub.com. Creating a System Restore Point before trying out a new software or a tweak is always recommended.
Follow on Google: +AnandK@TWC

Ads

Random Posts

  • http://www.abhishekbhatnagar.com abhishek

    You can either use, process explorer for the same by Microsoft which is a better tool I think than process assasin – wats say ?

© 2012 The Windows Club All Rights Reserved