Little program to help improve game performance


Recommended Posts

I won't elaborate here - all the details are on this webpage:

Download - http://ryzza007.googlepages.com/autotaskkiller

Readme/Userguide - http://ryzza007.googlepages.com/AutoTaskKill.pdf

Feedback welcome :)

Edited by Ryan R
Now, what happens to those proccess that were closed after you quit a game(Do they come back afterwards)?

Does this program close Punkbunster proccess too?

You choose what processes to be closed. And you decide if they come back or not when it's done. At least that's what I got from reading the user guide.

I think it'd be nice if you made the user guide

1. In a more "common" format that MHT (IIRC that's like an IE-Save as Full page). Firefox won't open it, It gets stuck on a infinite loop of open open open, you get the point.

2. In a format that could hold all the assets, like PDF, because unfortunately for much I want I don't have access to "G:\Users\{YOU}\Documents\ATK Doc\Auto TaskKill_files\image001.jpg" ;)

Anyway, I think this could be useful for those struggling to get that extra FPS boost. To be honest I don't need it now, but months ago I would even kill explorer and run the exe from task manager's run dialog :D

Please understand exactly what this app does before posting here - many have said the same as you without trying it out :)

It can also restart the apps after you finish playing. It won't benefit everyone - it's mainly for people who run a lot of programs on slower PC's.

Good idea. Although, it's not that hard to use Task Manager or the actual application UI's to close them before playing a game. People shouldn't really be running more than a few resource hoggin' processes in the background that need closing before a game is played.

What is so hard to understand about how this program works? You start a game it ends the processes you tel it to, then you can have it re-run those processes when your done playing. It is a very good idea, however, I think the only thing that I run is ObjectDock which is almost totally in memory. In any case, though, it is a good idea and should be usefull to many people.

  • 2 weeks later...

Good idea. I tried this kind of application before (can't remember what the name was but I think it wasn't free)

Still a long way to go (click to select tasks, save into a list so don't have to type everytime), but this is a good start!

Good idea. I tried this kind of application before (can't remember what the name was but I think it wasn't free)

Still a long way to go (click to select tasks, save into a list so don't have to type everytime), but this is a good start!

Are you thinking of End-It-All? I used to use it before playing games in the distant past.

http://www.docsdownloads.com/Tier1/enditall.htm

neat program, it does the same basicly like this .bat commands

taskkill /F /IM explorer.exe
taskkill /F /IM msnmsgr.exe
taskkill /F /IM nod32kui.exe

start /wait C:\Games\World of Warcraft\Wow.exe

start "" "C:\Windows\Explorer.exe"
start "" "C:\Program Files\ESET\nod32kui.exe" /b
start "" "C:\Program Files\MSN Messenger\msnmsgr.exe" /b

basically it kills the explorer, messenger and nod32, run's the game and when you exit the game it start's them again

and if you want to make a shortcut in desktop with various things in the right click menu you can do this (ex: for UT99) a .reg file like UT.reg with a menu option to the .bat killing the process

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}]
"InfoTip"="UnrealTournament Options"
"NeverShowExt"=""
@="Unreal Tournament"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}\DefaultIcon]
@="C:\\Games\\UnrealTournament\\Help\\Unreal.ico"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}\Shell]

[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}\Shell1]
@="Unreal Tournament"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}\Shell1\Command]
@="C:\\Games\\UnrealTournament\\System\\UnrealTournament.exe"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}\Shell2]
@="• Unreal Tournament Kill Process Bat"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}\Shell2\Command]
@="C:\\Games\\UnrealTournament\\ut.bat"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}\Shell3]
@="• Unreal Tournament Safe Mode"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}\Shell3\Command]
@="C:\\Games\\UnrealTournament\\System\\UnrealTournament.exe -safe"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}\Shell4]
@="TeamSpeak"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}\Shell4\Command]
@="C:\\Program Files\\Teamspeak2_RC2\\TeamSpeak.exe"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}\Shell5]
@="The All-Seeing Eye"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}\Shell5\Command]
@="C:\\Program Files\\Eye\\Eye.exe"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}\ShellFolder]
"Attributes"=hex:00,00,00,00

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{00000000-5191-0000-0000-000000000002}]

then simply a refresh on desktop will make the new icon appear

to remove this simply another .reg file

Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT\CLSID\{00000000-5006-0000-0000-000000000002}]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{00000000-5006-0000-0000-000000000002}]

[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{00000000-5006-0000-0000-000000000002}]

Edited by Mayhem
neat program, it does the same basicly like this .bat commands

taskkill /F /IM explorer.exe
taskkill /F /IM msnmsgr.exe
taskkill /F /IM nod32kui.exe

start /wait C:\Games\World of Warcraft\Wow.exe

start "" "C:\Windows\Explorer.exe"
start "" "C:\Program Files\ESET\nod32kui.exe" /b
start "" "C:\Program Files\MSN Messenger\msnmsgr.exe" /b

basically it kills the explorer, messenger and nod32, run's the game and when you exit the game it start's them again

i've been doing this since windows 98. it's always made a massive difference when playing games :D

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • I can name 10x that on why not to switch.... It's funny outlook/office are going towards web app wrappers, and then MS is now preaching native apps again.... ugh can we just pick a lane and stay in it
    • Absolutely NOBODY has suggested such a conclusion. I am affirming the sober reality check that AV2's overall market adoption will take longer than AV1's adoption rate -- which, by the way, is the whole point of the article! While PCI-SIG is productive (on paper), other WGs have created all sorts of confusing progress plans that consumers have tuned-out of their improvements... HTML/W3C, USB, HDMI, BT, WIFI (ieee802.11) as a few other groups where spec naming conventions, split progress paths, overlapping ambitions... I'm not critiquing the AV specs group; I'm simply affirming that adoption for AV2 faces headwinds beyond the macroeconomics of it all.
    • Segra 1.5.2 by Razvan Serea Segra is a free, open-source OBS-powered game recorder offering fast gameplay capture, instant clips, AI highlights, deep game integration, and seamless uploads—perfect for gamers, streamers, and content creators. Lightweight, fast, zero bloat. Segra key features: Automatic Game Recording: Begin capturing gameplay the moment your game launches, with zero manual setup. Instant Clipping: Save important moments instantly using a customizable hotkey—perfect for highlights, montages, or quick shares. Segra AI Highlights: Let Segra automatically detect kills, assists, deaths, and key events to generate polished highlight reels without manual editing. Gameplay Uploads: Upload recordings and clips directly to Segra.tv for fast sharing and cloud access. Deep Game Integration: Enjoy advanced game-data tracking across hundreds of supported titles, enabling smart highlight generation and stat-informed clipping. High-Performance Capture: Record up to 4K at 144 FPS using OBS-powered technology with minimal performance impact, supporting NVENC, AMD VCE, and custom quality controls. Segra Editor: Edit recordings easily with timeline controls, segment management, and event-based navigation to build the perfect clip. Customization Options: Adjust hotkeys, output formats, storage paths, codecs, capture quality, and performance settings for a tailored recording experience. Segra 1.5.2 changelog: Settings: Added an Airplane Mode that hides account, login, and upload features. Storage: Added a button to migrate videos into the recording path after changing it. Import: Added auto-scroll and a highlight pulse to videos right after importing. Recording: Added graceful handling of low disk space and output failures, finalizing files safely with clear errors. Recording: Added a guard blocking recording when any drive exceeds 99% full. OBS: Removed the download timeout to support users with slow internet. Clips: Fixed an error modal incorrectly appearing when clip creation was cancelled. Settings: Fixed the content folder path not refreshing in the UI after changes. Updates: Improved error handling for multiple simultaneous update checks. Stability: Fixed a WebSocket reconnect loop that ran while the window was backgrounded. Dependencies: Updated project dependencies. Maintenance: Removed dead code, reduced duplication, and fixed several latent bugs. Download: Segra 1.5.2 | 73.1 MB (Open Source) View: Segra Homepage | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Collaborator
      Asgardi earned a badge
      Collaborator
    • Conversation Starter
      mobandz earned a badge
      Conversation Starter
    • Apprentice
      fernan99 went up a rank
      Apprentice
    • One Month Later
      nothanks earned a badge
      One Month Later
    • One Month Later
      B2Proxy earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      472
    2. 2
      PsYcHoKiLLa
      246
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      69
    5. 5
      Michael Scrip
      60
  • Tell a friend

    Love Neowin? Tell a friend!