Jump to content

Power plan by registry


ricky03

Recommended Posts


  • 1 month later...

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 /L

But 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+F10

EDIT:

I know, this is no reg, but may help anyway

You 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_BALANCED
POWERCFG /IMPORT C:\Windows\Power\Minimal.pow SCHEME_MIN
POWERCFG /IMPORT C:\Windows\Power\Maximal.pow SCHEME_MAX

Because u can use these aliases instead of the GUID :whistle:

Edited by Schiiwa
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...