3 Feb

Automatically End Task of Hung application in Windows XP

Filed under: Tips, Windows XP No Responses

The following registry hack allows for automatically killing a task if it becomes unresponding. This is a quite useful trick since every now and then some application does become un-responding.

Make sure to backup your registry before trying to edit the registry. Follow the procedure:

    Start Registry Editor. (Start->run->”regedit”)

  • On the left, navigate to,

HKEY_CURRENT_USER\Control Panel\Desktop

  • Create a new DWORD entry or alter the value, named “AutoEndTasks” and set its value as 1.
  • Create a new DWORD entry or alter the value, named “HungAppTimeout” and set its value as 1000.
  • Create a new DWORD entry or alter the value, named “WaitToKillAppTimeout” and set its value as 1.
  • Exit registry editor.

Now every time an application becomes un-resposnding it will automatically be killed. If you haven’t worked with Registry editor before, make sure to read how to safely edit the Windows Registry.


Related Posts


Leave a Reply

  © TechBold The content is not released under Creative Common Licence. It cannot be reproduced under any circumstances without author's approval.