September 14, 201114 yr Hello,how can I create a power plan and activate it only in writing in the registry?thanks in advance for your help
September 17, 201114 yr not possible because of hardware guid based if I remember.you can set power plan by using "powercfg -change montior-timeout ... -change disk-timeout ..."
October 18, 201114 yr not possible because of hardware guid based if I remember.you can set power plan by using "powercfg -change montior-timeout ... -change disk-timeout ..."Thats right. You can see the GUID with /L parameter.powercfg /LBut you can import a configuration to a specified GUID, if i remember.POWERCFG -EXPORT <Filename> <oldGUID>POWERCFG -IMPORT <Filename> <newGUID> I used that when I did my WinRE and did the import before capturing the Image @ OOBE by pressing Shift+F10EDIT:I know, this is no reg, but may help anywayYou could also add the following command to RUNONCE if you are able to put the POW-Files somewhere (here in C:\Windows\POWER for example):POWERCFG /IMPORT C.\Windows\Power\Balanced.pow SCHEME_BALANCEDPOWERCFG /IMPORT C:\Windows\Power\Minimal.pow SCHEME_MINPOWERCFG /IMPORT C:\Windows\Power\Maximal.pow SCHEME_MAXBecause u can use these aliases instead of the GUID Edited October 18, 201114 yr by Schiiwa
Create an account or sign in to comment