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

    • Last week I was investigating an issue with contacts and tried using the new Outlook. In the real (Classic) Outlook, you can easily go to any Outlook folder and present it in a Table View, then customize the columns to show/sort any field, which was exactly what I needed. But of course, the new Outlook doesn't have this feature at all. I gave up. Oh, and can we possibly stop claiming the new Outlook has PST support? What it really has is the ability to use the real Outlook in the background to pretend to have PST support. There is no PST support without the real Outlook installed.
    • Honestly just before Panos left it started to feel like MS just wasnt interested in them so they were being less innovative with them, and then when he DID leave for Amazon its kind of clear the direction is gone. It felt like Panos had both goals and drive, and a vision, but it felt like no matter what his title/department was the Surface devices never had the full interest of the rest of management and he was just pushing a bolder up a hill that MS was adding dirt to as he went.
    • A roguelike and a 4X strategy game are free to claim on the Epic Games Store by Pulasthi Ariyasinghe The final leg of the Epic Games Store's mystery giveaways promotion just landed, and it brought along two more games to keep. Last week's Lonestar and Calico giveaways have now been replaced with copies of Rogue Waters and Songs of Conquest to claim for PC gamers. As always, the game is yours to add permanently to your Epic Games Store library within the next seven days. Diving into the games, Songs of Conquest is developed by Lavapotion. This is a turn-based 4X strategy experience that has players making tough decisions and participating in tactical combat while also managing their kingdom. "Songs of Conquest is a turn-based strategy game inspired by 90s classics. Lead powerful magicians called Wielders and venture to lands unknown," explains the developer. "Wage battles against armies that dare oppose you, hunt for powerful artifacts and expand your territory. The world is ripe for the taking – seize it." Meanwhile, Rogue Waters comes from developer Ice Code Games. This rogue-lite experience has you taking the role of Captain Cutter as he commands his ship and crew through procedurally generated encounters. You'll be recruiting and training crew, use sea creatures, and battle with other ships and pirates. "Set sail as Captain Cutter, a pirate caught in a deadly struggle for power and vengeance," adds the developer. "Navigate dangerous waters, unleash mythical sea creatures, and outwit enemies as you chase legendary treasure and confront dark secrets." The newly available Rogue Waters and Songs of Conquest giveaways on the Epic Games Store are set to run until June 11, giving PC gamers seven days to claim the latest offer. Once this closes out, a new freebie will take its place on the same day, which is slated to be Warhammer 40K Speed Freeks. Don't forget that mobile gamers can check out the Epic Game Store's weekly giveaways on Android and iOS to grab a freebie there as well.
    • Still using Classic Outlook? Microsoft highlights 15 reasons to switch to New Outlook by Usama Jawad As many of you may know, Microsoft has been trying to get customers to ditch Classic Outlook in favor of New Outlook for quite some time now. To that end, it has added numerous capabilities to the latter, including PST features, and it is working on several more, such as a unified inbox. However, customer response has been a bit lukewarm so far, with many considering the New Outlook to be "hot garbage". Now, Microsoft has highlighted 15 features that users can leverage in New Outlook in yet another attempt to get customers to migrate. Although not all of the 15 capabilities are exclusive to New Outlook, in fact, most of them are available in Classic Outlook as well. But Microsoft hopes that this combination of familiar and fresh features will be able to attract existing users as well as new ones. For ease of readability, we have summarized the 15 features below: Pin an email: This makes it easier to track important emails Snooze an email: You can temporarily snooze an email thread for a specific time frame until it becomes relevant again. This can be very useful in scenarios where you don't feel like actively following a thread or simply want to follow up on a later date Add multiple categories at the same time: You can assign multiple categories to an email through a single, simplified interface Sweep: As the name implies, you can define automated move processes on your inbox to declutter it, rather than cleaning it up manually Schedule send: Does exactly what it says on the tin, and can be useful when accommodating recipients in different timezones Simplified folder sharing: The sharing process has been simplified so permissions are automatically applied on parent folders Follow a meeting: This is an RSVP option that lets people know that you won't be able to join the meeting but would still like to access a recap Save calendar views: You can save different views for the calendar based on different workflows Improved meeting tracking: Organizers have more controls in viewing meeting responses, such as the ability to sort and download them. Typically useful when there is a large audience Meeting recap: The Outlook Calendar surfaces a meeting recap with recordings, transcripts, and shared files Filtered views: Allows you to declutter your Calendar so that it's easier to scan and schedule Change a recurring event: Users can modify future events of a series of meetings while preserving the configuration of previous ones Rename your email account: This labeling makes it easier to identify multiple accounts in Outlook Modern themes: Exactly what the name says, plus Dark Mode Keyboard shortcuts: This facilitates flexible user behavior as customers can choose between Outlook for Windows shortcuts, Outlook for the web, or turn them off completely There you have it. It's a decent list, but it remains to be seen if it will move the needle in a meaningful way for users who are attached to Classic Outlook. Again, a lot of the aforementioned features are already available in Outlook Classic, but for some, native functionality is not present, and people typically resort to workarounds. Microsoft will be hoping that it's primarily those capabilities that get people to finally switch.
    • Please I need help I been trying to find this secure boot on my ColorFul motherboard in the bios But i cant i turned off CSM everything watch every video i cant find it. BATTLE-AX B660M-HD DELUXE V20
  • Recent Achievements

    • 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
    • One Year In
      MadMung0 earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      478
    2. 2
      PsYcHoKiLLa
      247
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      76
    5. 5
      Michael Scrip
      60
  • Tell a friend

    Love Neowin? Tell a friend!