Last month I posted a tip on how to terminate full screen game or application when hang. I had to come up with a trick on how to do that because once in a while Counter-Strike would hang on me and the only thing I could do is to press the reset button. Hard resetting a computer is not good because it can cause damage on my hard drive and I don’t want to risk that.

The batch file to kill a process works only on older games that has very lousy protection. I’ve played computer games before that doesn’t allow me to use Alt+Tab, Windows key, Ctrl+Esc, or anything that can get me out of the game. It is supposed to be some kind of game protection but it is actually causing more annoyance. I couldn’t terminate the game with taskkill command when hang and cannot even minimize the game to check my email or messages that I receive from instant messenger.

xje4bv suggested a nice tool in forum that is able to kill all kinds of processes by pressing a hotkey whether hung or not.

SuperF4 kills the currently selected program when you press Ctrl+Alt+F4. This is different from when you press Alt+F4. Alt+F4 only asks the currently selected program to exit, allowing it to decide for itself if it really want to.

You can also kill a process by pressing [the windows key]+F4 and then clicking the window with your mouse. Note that the mouse cursor does not change to reflect that SuperF4 is in this mode. You can press escape or the right mouse button to exit this mode without killing a program.

SuperF4

SuperF4 should be able to kill all kinds of processes, whether they are hung or not. Beware though, SuperF4 effectively kills the program and doesn’t give it a chance to save unsaved work etc…

[ Download SuperF4 ]

There’s another tool that moo created which is able to execute specified exe with commands when you click ctrl+alt+del. It is sort of like a launcher for the hotkey ctrl+alt+del. All you need to do is to download CtrlAltDel, extract it and run CtrlAltDelAction.exe followed by the command. An example is C:\>CtrlAltDelAction.exe taskkill /F /IM hl2.exe

Ctrl Alt Del Action

Alternatively, you can also drag any file such as .bat file over CtrlAltDelAction.exe. To remove or stop CtrlAltDelAction, just run CtrlAltDelAction.exe again. Simple and a very geeky tool.

Mojo also suggested a tool called Game Minimizer which is a freeware tray application that minimize full screen applications such as games to system tray by pressing a hotkey. In addition, GameMinimizer will minimize all windows when its tray icon double-clicked.
Game Minimizer
[ Download Game Minimizer ]

[tags]terminate, kill, process, game, hang[/tags]