Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Pure VPN - Up to 27 Months
vgp
Updated:
Friday at 8:10 AM
එක පැකේජ් එකයි මාසෙටම Unlimited Internet. තාමත් DATA CARD දාන්න සල්ලි වියදම් කරනවද? අඩුම මිලට අපෙන්.
sayuru bandara
Updated:
Jun 2, 2026
Ad icon
ඉන්ටර්නෙට් එකෙන් හරියටම සල්ලි හොයන්න සහ Success වෙන්න කැමතිද? 🚀 (E-Money & Success Stories)
siri sumana
Updated:
May 30, 2026
Gemini AI PRO 18 months Offer
Hawaka
Updated:
May 27, 2026
Ad icon
koko account
DasunEranga
Updated:
May 27, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
Computers & Internet
Tips & Tricks
:::::::How To Hack::::::::::
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="Chooty malli" data-source="post: 9080028" data-attributes="member: 273036"><p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px"><span style="color: Blue"><em><span style="font-size: 22px">How to Terminate Full Screen Game or Software Process when It Hangs</span></em></span></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px">Actually it is pretty simple and doesn’t require any advance level of computer knowledge.</span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px">First you need to know what is the process name used by the game. Let’s take Counter Strike Source as an example. You can check the process name for the game by right clicking the CSS shortcut and select Properties. </span> <span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px">Go to the Shortcut tab to view the Target. As you can see, CSS process is actually hl2.exe (half-life 2).</span> <span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px"><img src="http://i36.tinypic.com/2cqd94o.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></span> <span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px">Now you need to create a batch file that will kill the hl2.exe process when you simultaneously hit a combination of shortcut keys. </span> <span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px">Open Notepad (Start> Programs> Accessories> Notepad), and type the command line shown below.</span> <span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px"></span> <span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px"></span> <span style="font-size: 15px">taskkill /IM hl2.exe</span><span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px">You should replace the hl2.exe with the target of your game that you want to kill. </span> <span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px">Save the text file as killcss.bat or whatever you want to call it as long as the extension is .bat and not .txt. </span> <span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px">When you run the killcss.bat file, it should be able to close the game. Now we will assign a shortcut key to run the batch file.</span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px">Right click the killcss.bat file and select “Create Shortcut”. A new file named “Shortcut to killcss.bat” will appear. Right click at “Shortcut to killcss.bat” file and select Properties. Click at the Shortcut Key blank area and type any key of your choice. </span> <span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px">If you type the letter “L”, it will automatically assign Ctrl + Alt + L as the shortcut key to run the killcss.bat file.</span> <span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px"><img src="http://i34.tinypic.com/14vi715.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></span> <span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px">One very more important rule is that the .bat file MUST be placed at desktop for the shortcut key to take effect.</span> <span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px">When the game hangs in future, I just need to hit Ctrl + Alt + L key to kill the game so I can restart the game without hard resetting my computer.</span> <span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px"></span></span></p> <p style="text-align: left"><span style="color: #000000"><span style="font-size: 15px"><a href="http://creativecommons.org/licenses/by/3.0" target="_blank">http://creativecommons.org/licenses/by/3.0</a></span> </span></p></blockquote><p></p>
[QUOTE="Chooty malli, post: 9080028, member: 273036"] [LEFT][COLOR=#000000][SIZE=4][COLOR=Blue][I][SIZE=6]How to Terminate Full Screen Game or Software Process when It Hangs[/SIZE][/I][/COLOR] Actually it is pretty simple and doesn’t require any advance level of computer knowledge. First you need to know what is the process name used by the game. Let’s take Counter Strike Source as an example. You can check the process name for the game by right clicking the CSS shortcut and select Properties. [/SIZE] [SIZE=4] Go to the Shortcut tab to view the Target. As you can see, CSS process is actually hl2.exe (half-life 2).[/SIZE] [SIZE=4] [IMG]http://i36.tinypic.com/2cqd94o.png[/IMG][/SIZE] [SIZE=4] Now you need to create a batch file that will kill the hl2.exe process when you simultaneously hit a combination of shortcut keys. [/SIZE] [SIZE=4] Open Notepad (Start> Programs> Accessories> Notepad), and type the command line shown below.[/SIZE] [SIZE=4] [COLOR=#EEEEEE][FONT=verdana][/FONT][/COLOR][/SIZE] [SIZE=4] [/SIZE] [SIZE=4]taskkill /IM hl2.exe[/SIZE][SIZE=4] You should replace the hl2.exe with the target of your game that you want to kill. [/SIZE] [SIZE=4] Save the text file as killcss.bat or whatever you want to call it as long as the extension is .bat and not .txt. [/SIZE] [SIZE=4] When you run the killcss.bat file, it should be able to close the game. Now we will assign a shortcut key to run the batch file. Right click the killcss.bat file and select “Create Shortcut”. A new file named “Shortcut to killcss.bat” will appear. Right click at “Shortcut to killcss.bat” file and select Properties. Click at the Shortcut Key blank area and type any key of your choice. [/SIZE] [SIZE=4] If you type the letter “L”, it will automatically assign Ctrl + Alt + L as the shortcut key to run the killcss.bat file.[/SIZE] [SIZE=4] [IMG]http://i34.tinypic.com/14vi715.png[/IMG][/SIZE] [SIZE=4] One very more important rule is that the .bat file MUST be placed at desktop for the shortcut key to take effect.[/SIZE] [SIZE=4] When the game hangs in future, I just need to hit Ctrl + Alt + L key to kill the game so I can restart the game without hard resetting my computer.[/SIZE] [SIZE=4] [URL="http://creativecommons.org/licenses/by/3.0"][/URL][/SIZE] [/COLOR][/LEFT] [/QUOTE]
Insert quotes…
Verification
Asuwa dahayen wadi kalama keeyada?
Post reply
Top
Bottom