End Not Responding Task Automatically in Windows XP


Sometimes an application will “hang” and stop working. In Ubuntu Linux, there’s a feature calledForce Quit. With this feature, the not responding application will quit within clicks. In Windows, to quit a not responding application, you will have to go to the Windows Task Manager (Ctrl + Alt + Del) to “End Task”.

Sometimes, it takes even longer time than expected to end a not responding application, which is really very annoying. Now, you can make the not responding application end itself automatically (in Windows XP) by editting the Windows registry.

This requires you to be extremely careful because you need to edit the Windows registry. Before doing that, make sure you backup your Windows Registry and go to the Registry Editor.

Go to Start > Run and type regedit.

On the left panel, navigate to HKEY_CURRENT_USER\Control Panel\Desktop

Then on the right panel, create or edit the following values:

Set “AutoEndTasks” value to 1. (default value: 0)

Set “HungAppTimeout” value to 1000. (default value: 5000)

Set “WaitToKillAppTimeout” value to 0. (default value: 20000)

If the key does not exist, you will have to create a new DWORD by right clicking any where at the right panel and select:

and enter the above values.

After you have finish editting the registry, exit the Registry Editor.  Every now and then when an application is not responding, it will end automatically.

Read Also: How to safey edit, restore and backup Windows Registry

[ via Tech Bold ]

Information and Links

Join the fray by commenting, tracking what others have to say, or linking to it from your blog.


Other Posts

Write a Comment

Take a moment to comment and tell us what you think. Some basic HTML is allowed for formatting.

Reader Comments

Thanks for this tips.. it really helps.

nice tip, but unfortunately, i have change window XP to Vista.

Can vista make it?

@amei79,
I’m sure about Vista, but you can try to access the Registry Editor and look for the values that I have mentioned above. But remember if you are modifying your registry, it’s better to keep a backup before you modify.