How to speed up your computer For EXTREME GAMERS.
Make computer go faster temporarily for faster games
This Batch file is designed to shutdown several of windows XP services, and then trying to reduce lag.
Simply paste the code into a notepad and rename it game_runner.bat and save it. Run the program, could take anything from 20 secs to a few minutes to run, depending on system spec.
BATCH FILE: A file that contains a sequence, or batch, of commands. Batch files are useful for storing sets of commands that are always executed together because you can simply enter the name of the batch file instead of entering each command individually.
HOW:
Open NOTEPAD and paste the code and save as (YOUR_FILENAME.bat) and click the drop down box Save as type choose All Files and click save...and presto your done!...Amigo
if you want to add some services that you want to disable just add
example: net stop "Automatic Updates"
Copy and Paste and save it as GAME.BAT
net stop "Computer Browser"
net stop Server
net stop Workstation
net stop "Help and Support"
net stop Messenger
net stop "Print Spooler"
net stop "Shell Hardware Detection"
net stop "SSDP Discovery Service"
net stop "Task Scheduler"
net stop Themes
net stop "Upload Manager"
net stop "Windows Image Acquisition (WIA)"
net stop "Automatic Updates"
REM IPsec might be nessesary for ADSL Users
net stop "IPSEC Services"
REM The Following might not be installed on your system
REM if they are I would recommend switching them off.
net stop "Ipod service"
net stop "SecuROM User Access Service (V7)"
REM I use Norton antivirus and I switch it off completely.
net stop "Symantec AntiVirus Client"
REM All done Press any key to close this window
pause
Copy and Paste and save it as UN_GAME.BAT
net start "Computer Browser"
net start Server
net start Workstation
net start "Help and Support"
net start Messenger
net start "Print Spooler"
net start "Shell Hardware Detection"
net start "SSDP Discovery Service"
net start "Task Scheduler"
net start Themes
net start "Upload Manager"
net start "Windows Image Acquisition (WIA)"
net start "Automatic Updates"
REM IPsec might be nessesary for ADSL Users
net start "IPSEC Services"
REM The Following might not be installed on your system
REM if they are I would recommend switching them off.
net start "Ipod service"
net start "SecuROM User Access Service (V7)"
REM I use Norton antivirus and I switch it off completely.
net start "Symantec AntiVirus Client"
REM All done Press any key to close this window
pause
WARNING:
IF YOU ADD THE SERVICES IN GAME.BAT IT SHOULD HAVE ALSO IN UN_GAME.BAT just like ON and OFF...CHIAO!...If you don't know what to do just used the default services i put in the code...
ليست هناك تعليقات:
إرسال تعليق