Minggu, 24 Juli 2011

GAME BOOSTER PRO ?

 Aren't happy with the boost you got from the last work-around.
Then lets step up....

You can stop some unnecessary process from the command prompt to release more memory for the game

Goto command prompt and type net start
You can see the list of processes running on your system.As you can see many of the processes are useless for your offline gaming.Some are...........



DNS Client
Encrypting File System (EFS)
Extensible Authentication Protocol 
Group Policy Client
IP Helper
Microsoft Antimalware Service
Microsoft Network Inspection
Network Connections
 Network List Service
 Network Location Awareness

Network Store Interface Service
 Office Software Protection Platform
 Offline Files

 Print Spooler
Remote Access Connection Manager
Remote Procedure Call (RPC)
Task Scheduler
TCP/IP NetBIOS Helper
Telephony
 Themes

Windows Firewall
 Windows Font Cache Service

Windows Backup
Windows Search
 Windows Update
 WLAN AutoConfig




To stop the processes in the cmd prompt type net stop <process name>
Replace <process name> with the processes listed above within " " .

Creating a batch file can automate this process stopping.
To automate this in the notepad type this........

@echo off
net stop "DNS Client"
net stop "Encrypting File System (EFS)"
net stop "Extensible Authentication Protocol"
net stop "Group Policy Client"
net stop "IP Helper"
net stop "Microsoft Antimalware Service"
net stop "Microsoft Network Inspection"
net stop "Network Connections"
net stop "Network List Service"
net stop "Network Location Awareness"

net stop "Network Store Interface Service" choice:y
 net stop "Office Software Protection Platform"
 net stop "Offline Files"

 net stop "Print Spooler"
net stop "Remote Access Connection Manager"
net stop "Remote Procedure Call (RPC)"
net stop "Task Scheduler"
net stop "TCP/IP NetBIOS Helper"
net stop "Telephony" choice:y
net stop "Themes"

net stop "Windows Firewall"
net stop  "Windows Font Cache Service"

net stop "Windows Backup"
net stop "Windows Search"
 net stop "Windows Update"
 net stop "WLAN AutoConfig"


Goto file save as � type the file name as stop.bat save
Now double clicking the stop.bat file will do the work.(Log in as admin is required for this to work proper).Confirming action as y (yes) is required for some processes.
After your gaming to get back your system to its usual state create a batch file just like above with all the "stop" replaced as "start" and save as start.bat.Double click on this to restore the system to normal.


Noticed boost in your gaming ?

0 komentar:

Posting Komentar