5 Nov
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 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

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.

[ Download Game Minimizer ]
[tags]terminate, kill, process, game, hang[/tags]
: Copying this article to your website is strictly NOT allowed. However, if you like this article, you can use the HTML code below to directly link to this article.
Maximize New Internet Explorer Windows How to Terminate Full Screen Game or Software Process when Hang It’s Weekend! Let’s Have Some Fun in 3D Deathmatch Shooting Game FREE Flash Game: Swords and Sandals 2 – Emporer’s Reign IObit Game Booster Gives Smoother and Better Game Play Think You’re Computer Smart? Beat OddPawn to Proof It Automatically Close Running Programs and Eject USB PenDrive
Have computer technical problems? Get FREE help from Raymond.CC FORUM
Thanks raymond. All software worked fine. And thank you for phasinog this
thanks rymond
Thanks Ray.. does this application works on windows vista.
Haha, i was wondering why no one posted anything to my thread. Maybe it had somthing to do with the dumb thread title that i put. Anyway, thanks for the other two apps.
Great, thanks.
Thanks Raymond
Really useful info especially when I try out really high end games.
Will definitely try out soon
Moo seems to be alternative for Task manager ,super f4 seems to be good choice to end unresponsive games can killing a process causes unstebility .
收费吗?
coooll…thx raymond
Thanks Raymond, for the post!
Raymond, i am really sorry for this off subject comment. coz i cannot find other way in. I have a s60 mobile and i want to use torrent on my mobile. is there any application for it? my handset supports only sis and jar files. thanks
with autohotkey and this little script
\”^!F4::
WinGet, active_id, PID, A
run, taskkill /PID %active_id% /F,,Hide
return\”
you can force application , in the first plan, to close when you touch CTRL+ALT+F4. taskkill is a native command in windows to kill a process in dos.
john_lennon, administrator on http://www.lesdelliens.com
i’ll try it….
Hey, I’m the author of SuperF4.
Glad to see people are using it :D
Just let me know if you have any problems with it.
great utility especially for my desktop
running SAF4 on my comp (Vista HP SP1) kills explorer. Not bad concidering that I have to choose between forced shutdown and restart, but it will be great to find a work around. I could try and restart explorer from TaskManager probably… still any ideas why it kills explorer?