|
||||
Re: Overclock TP2 in WM?
Quote:
There is a start_speed and a boost_speed, and if I'm reading the script correctly the CPU is initially overclocked to the start_speed value if there is not a shortcut to the Msm7KAutoCpuSpeed program in \Windows\StartUp, and then the boost_speed variable is used when the device isn't in a state that needs to be throttled. Why can't those two variables be merged into boost_speed and just make the initial call to Msm7KAutoCpuSpeed.exe use the value of boost_speed? For example: If (NOT (FileExists("\Windows\StartUp\Msm7kAutoCpuSpeed.ln k"))) RunWait("\Program Files\Msm7kCpuSpeed\Msm7KAutoCpuSpeed.exe", boost_speed) EndIf PS - Just tried the script and it's working great, I can see it throttled and then unthrottle within a few hundred milliseconds when I come back from sleep. Thanks to you and everyone else who put the effort in to making this usable! Last edited by aguenter322; 07-30-2010 at 05:20 PM. |
|
|
|