Thread Tools Display Modes
02-16-08, 12:56 AM   #1
Thrae
A Cyclonian
 
Thrae's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2005
Posts: 42
Quick XP & Vista Performance Tip!

It's COMMAND-LINE time people! With a little bit of command line scripting power, we can get you a little more FPS, especially for low-end systems. You see, XP and Vista can give higher or lower priority to any running process, including our own little WoW.exe. We can take advantage of that by giving WoW.exe a higher priority. Make a new file in your WoW directory (usually C:\Program Files\World of Warcraft) and name it WoW.bat. Make sure it's WoW.bat and not WoW.bat.txt! Put this in it:

start /high /wait WoW.exe

That will start the program, WoW.exe, under a higher priority then all other processes. This will allow increased performance even on medium to some high end systems, especially with Vista that has tons of threads running in the background.

Vista Only
However, we can do better! You see, AMD and Intel have both implemented a way to underclock their processors. Vista uses this to save you energy and therefore $$$ when the system is mostly idle. However, leaving Vista to decide when is a good time to put your CPU up to 100% power doesn't work as well for games. Let's open up a command prompt.

- Press Windows Key + R to get the run box, then type in "cmd".
- Type in powercfg /L > powercfg.txt
- Type in notepad powercfg.txt

- Note the power configurations. The one you are currently on has an * next to it. You want to find the "High Performance" or "Max Performance" out of the list, and the one that is currently set to. Example:

Existing Power Schemes (* Active)
-----------------------------------
Power Scheme GUID: 381b4222-f694-41f0-9685-ff5bb260df2e (Balanced)
Power Scheme GUID: 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c (High performance)
Power Scheme GUID: a1841308-3541-4fab-bc81-f71556f20b4a (Power saver) *

So, what do we do with this information? We change the batch file a little. In my case, it would be...

powercfg -S 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c
start /high /wait WoW.exe
powercfg -S a1841308-3541-4fab-bc81-f71556f20b4a

Bah, all this gobbly-gook, eh? Look at the list above and see that 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c is "High Performance", while a1841308-3541-4fab-bc81-f71556f20b4a is "Power Saver". So while I'm gaming, such as World of Warcraft, I'm on "High Performance" mode -- 100% CPU power, no underclocking. When I'm not gaming, I'm on "Power Saver" mode -- 5% to 50% CPU power, saving precious energy and letting laptops increase the battery duration.

All this may seem scary, but it's a no-cost increase in performance for you! Have fun, and happy gaming.
__________________
Yes, I was a Tauren. Yes, it was bigger.
  Reply With Quote
02-16-08, 01:06 AM   #2
Thrae
A Cyclonian
 
Thrae's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2005
Posts: 42
This is not for the faint of heart!

There's a little freeware proggie out there called GameXP which can tweak your XP system for better performance by removing unneeded services, background programs, tweak Windows systems, and tweak your video card settings. However, much of its power goes deep into the vastness that is the REGISTRY, and as such, you should not do this unless you're prepared to have to go into Safe Mode and repair it. If you don't know what I'm talking about, don't do it! Even though GameXP makes a backup of the registry, user beware. For those that feel OK with a program changing registry entries, here's the download:

http://www.theorica.net/download.htm

For securing your desktop, you may also be interested in SafeXP, another freeware proggie.

Drivers

New official 174.16 Nvidia drivers!
Users of Nvidia chipsets in both desktops and laptops may find tweaked / leaked drivers over here: http://www.tweakforce.com/modules.ph...download&cid=1, under the "XtremeG" set. I have noted good performance increases on a lot of games on my 8800GT. Since this is a third-party bundle, and many times a bundle of beta / leaked beta drivers, be prepared to have to reinstall your drivers in Safe Mode!

For users of ATI chipsets in both desktops and laptops, nothing beats http://www.omegadrivers.net/. The same warnings apply -- use at your own risk!

Happy gaming!
__________________
Yes, I was a Tauren. Yes, it was bigger.

Last edited by Thrae : 02-29-08 at 03:27 AM.
  Reply With Quote
02-16-08, 11:59 AM   #3
littlebuddha79
An Onyxian Warder
 
littlebuddha79's Avatar
AddOn Compiler - Click to view compilations
Join Date: Sep 2007
Posts: 377
Originally Posted by Thrae View Post
Vista Only
However, we can do better! You see, AMD and Intel have both implemented a way to underclock their processors. Vista uses this to save you energy and therefore $$$ when the system is mostly idle. However, leaving Vista to decide when is a good time to put your CPU up to 100% power doesn't work as well for games. Let's open up a command prompt.

- Press Windows Key + R to get the run box, then type in "cmd".
- Type in powercfg /L > powercfg.txt
- Type in notepad powercfg.txt

- Note the power configurations. The one you are currently on has an * next to it. You want to find the "High Performance" or "Max Performance" out of the list, and the one that is currently set to. Example:
Ok, I'm good up until the "Type in powercfg /L > powercfg.txt" part.

I've tried typing this in a few different ways and keep coming up with an error in the cmd window that says it does not recognize the command given.

Does the command prompt need to be at a certain point, or am I just missunderstanding what I'm supposed to by typing in the cmd prompt?

Could you clarify what to type exactly in quotes to eliminate my confusion, please? I would appreciate it.

Sorry to be a bit of a dunce, but I think I would benefit from what you've described here.

Thank you.
  Reply With Quote
02-16-08, 12:40 PM   #4
Gemini_II
A Molten Giant
 
Gemini_II's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 762
That line should be:
Code:
powercfg /L > powercfg.txt
and
Code:
notepad powercfg.txt

Just as my own two copper... I would be wary of changing processing priority (Step #1 of this guide) if you are not sure of what you are doing. Changing priority can have some very adverse results on your computer (although Thrae is right, it could increase performance). Just be careful and don't set anything above High.
__________________
Retired prior to 3.2, before all challenge was removed.

  Reply With Quote
02-16-08, 01:17 PM   #5
Beladona
A Molten Giant
 
Beladona's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 539
If you are not on a laptop, and don't care about power savings, you can easily put your computer into High performance mode all the time in power options, found in your control panel (in vista)
  Reply With Quote
02-16-08, 04:11 PM   #6
Dreadlorde
A Pyroguard Emberseer
 
Dreadlorde's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2006
Posts: 2,302
I would also suggest nLite. It let's you make you a customized version of windows XP.
__________________

Funtoo - Plan 9 - Windows 7

Last edited by Dreadlorde : 02-18-08 at 06:10 PM.
  Reply With Quote
02-18-08, 05:19 PM   #7
Thrae
A Cyclonian
 
Thrae's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2005
Posts: 42
Originally Posted by Dreadlorde View Post
I would also suggest nLite or vLite. It let's you make you a customized version of windows XP/ windows vista.
I strongly recommend against vLite -- it's still in beta and already has a lot of problems with the upcoming SP1. The savings from vLite are really minimal anyway. If you want a good guide of which services to manually disable, try BlackViper's guide: http://www.blackviper.com/
__________________
Yes, I was a Tauren. Yes, it was bigger.
  Reply With Quote
02-16-08, 05:10 PM   #8
tralkar
An Onyxian Warder
 
tralkar's Avatar
Join Date: Jan 2005
Posts: 352
opps.................

Last edited by tralkar : 02-16-08 at 05:15 PM.
  Reply With Quote

WoWInterface » General Discussion » Chit-Chat » Quick XP & Vista Performance Tip!


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off