Windows Script Examples for Quick OC/CnQ changes

ittech

Weaksauce
Joined
Jun 9, 2004
Messages
86
First of all this is just for my setup, you will want to customize this stuff.
You need ClockGen for your board, and Windows XP.

I setup my BIOS to be 201fsb to disable PCI frq linkage and fix at 33mhz. Also have CnQ on. I do have the voltage upped in the Bios to support these clocks as I can't get voltage changes in windows with clockgen. You may however...

I have clockgen in C:\CG-NVNF4.

I have 3 INI files for clockgen:

201fsb.ini:
[CG-NVNF4]
FSB=201

230fsb.ini
[CG-NVNF4]
FSB=230

245fsb.ini
[CG-NVNF4]
FSB=245


then I have 3 scripts:

CGStd.cmd:
cg-nvnf4.exe -file=201fsb.ini
powercfg /setactive "Minimal Power Management"

CGPerf.cmd:
cg-nvnf4.exe -file=230fsb.ini
powercfg /setactive "Minimal Power Management"

CGExt.cmd:
powercfg /setactive "Home/Office Desk"
cg-nvnf4.exe -file=245fsb.ini


Then make shortcuts to the scripts and give them representative icons. copy them to your quicklaunch and you have one button click to setting your CnQ status and your OC status.

The first two have CnQ on, and the last do not so that full voltage takes effect properly.


Hope this helps some of you OC with Cool and Quiet :)
 
Back
Top