I have a cutomer who is trying to automate the choice for the control panel item, "Power settings" -> "CPU Pwr" via a reg file. the choices are 1-max performance 2-Max Power save 3-auto power (default). they have tried using rem-capture but it does not detect any changes. does anyone know a way to automate setting this value? the desired choice is "Max Performance" thanks, afshin
capturing "power settings" on VC5090 |
1 Replies
Hello Afshin, It maybe set via a named event - The MC35 was. That would explain why there is no reg setting. You would need to find the event name if this was the case - maybe in registry. If not engineering would need to let you know the event name. If you can get the event name you could set via a script. Or you maybe able to use the script command DevicePower and specify the driver as "CPU1:" , so max power would be DevicePower "CPU1:" 0 1- No idea if this works, but I do have an example script that implies it might.