Dear mmowned friends. This is my very first contribution. Ive searched for an older topic to make sure its not a repost. Feel free to flame, cheer and have a beer with me.
Steps - Simple Script Guide
1 - First open your notepad to have a new text file on your screen;
2 - In the very first line, add the following:
del C:\Windows\Prefetch\*.* /Q
3 - In the second line, add the following:
Rundll32.exe advapi32.dll,ProcessIdleTasks
4 - Save your file somewhere like your desktop with the .bat extension;
*make sure you dont do something dumb like myfile.bat.txt doh... must be myfile.bat
5 - Now plain simple, double click this file, a DOS window will pop and execute this actions. Right after it disapears, you may launch your game, app, or whatever.
What does it do?
The first line will empty the windows prefetch files, leaving a clean new session for whatever you want to do. The second line will track and kill all the idle process on your system.
P.S. - If your running a very fast computer, this wont be as great as those who use it on slow machines.