1- Kill
Kill is a little app written withAutoHotkeys which does the work as its name suggests. It can kill anyprocess or application with only one click. If the application stopsresponding, just double click the Kill app and then click on the windowthat you want to terminate.
Download:
Kill (208.2 KiB, 70 hits)
2- xKillxKill is a similar app to Kill but it’s more advanced in the sensethat it can run in the system tray and has a shortcut to activate killmode. So if an application is not responding, just press Ctrl – Alt –BackSpace. This will activate the kill mode and clicking on any windowwill terminate that process. To deactivate the kill mode withoutkilling any app, just press Esc.
Download:
xKill (17.9 KiB, 74 hits)
3- Registry hackWindows has an Auto End Task timer which means that after aspecified time interval, the not responding applications will beterminated automatically. Setting this Auto End Task timer to 0 secondswill terminate the not responding apps instantaneously.
To alter the registry setting for this timer:
Go to Start –> Run –> regedit
Go to the following key: HKEY_CURRENT_USER\Control Panel\Desktop
In the right hand pane, find the key called “WaitToKillAppTimeout”,double click it and set the time to wait for not respondingapplications to come back to normal. The time is in milliseconds. Ifyou want to end the task immediately, give the value as 0 but this willnot be wise.
4- Taskkill batch file/Command LineThere’s a Windows command called Taskkill which is used to terminateprocesses. Simply create a shortcut with the following command:
taskkill.exe /f /fi “status eq not responding”
You can also download this shortcut from the following location and use it from wherever you want.
Task Kill Shortcut (77.0 KiB, 66 hits)
5- Process AssassinProcess Assassin is a software utility that can terminate the notresponding applications. If any application is not responding, justselect it from the Process Assassin menu and terminate it. ProcessAssassin also includes a predefined set of famous applications that canbe terminated easily.
Download:
Process Assassin 1.1 (314.2 KiB, 78 hits |