Hi, I'm try to optimize my PC if i wanna play...
thus i had the idea to make a simple tutorial, for optimizing, whatever...

my tip:

creating a batch file, and run this:

Code:

@echo off
echo.
echo Please wait . . .
start /wait Rundll32.exe advapi32.dll,ProcessIdleTasks
exit
With the little batch file you can force Windows to run and close all background processes, which would normally accomplish it in calm minutes.

another ideas?