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'm content with my dual charger for now, but this actually sounds quite nice - and it's less expensive than I was expecting. As for the company, they can name themselves "Nazirapist" for all I care.
    • While I miss Outlook for a couple of small things, I use Thunderbird now because I don't like how MS wants to force you to change things.
    • Chrome has history of being the browser everyone uses because Internet Explorer sucks, not realizing that Edge changed that, but people got into the habit of using Chrome. I use Brave and I've never been happier with a browser. It does what it is meant to do and gets out of the way.
    • Wino Mail -> Microsoft Outlook (the new one). Link: https://github.com/bkaankose/Wino-Mail Just sayin.
    • Microsoft launches Godot Sample to streamline Xbox PC game development on the engine by Pulasthi Ariyasinghe Microsoft today announced a new endeavor that aims to make it simpler for Godot developers to get their products into the Xbox PC ecosystem. Dubbed the "XBOX Godot Sample," this is a new public reference for developers using the open-source engine. This is set to serve as an example of how Microsoft GDK, Xbox Services, and PlayFab can be integrated into their projects. The sample is available now on GitHub as a working example. This covers key features in gaming projects that developers may need to release their projects on Xbox PC, with everything from matchmaking and game sign-in to gamepad compatibility with Godot being covered. This release is being called the first step in giving Godot developers the tools to bring their games over to Xbox PC, with more changes to come based on feedback and issue reports. However, the company was clear that this is not related to bringing Godot projects to Xbox consoles. The engine's open development model stops it from accessing console SDKs due to the requirement of NDAs and legal contracts. Here's how it explained this Godot sample project's focus: This is a source-only sample, not a product. It's MIT-licensed at the wrapper layer; the GDK and PlayFab dependencies still require their own installs and license acceptance, consistent with our other XBOX samples. There is no set update cadence for support or maintenance. We’ll watch the repo, monitor issues, and iterate where it makes sense, but this isn't a commercial release. That said, we’re excited to hear your feedback and see any community PRs, as we evolve this together. This is the first step in bringing Godot for XBOX on PC. We plan to evolve it over time based on what the community tells us is most valuable. This sample is built specifically for XBOX on PC. It doesn’t include support for XBOX Series X|S or XBOX One. If you’re already building for XBOX Series X|S or XBOX One, please talk with your XBOX representative. If not, you can get started by signing up here. Game developers can find the XBOX Godot Sample by heading to GitHub over here. Documentation on how to get started with Godot for building an Xbox PC project can be seen here.
  • 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
      468
    2. 2
      PsYcHoKiLLa
      243
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      73
    5. 5
      Michael Scrip
      60
  • Tell a friend

    Love Neowin? Tell a friend!