The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Make Laptop Boot at a particular power plan?

    Discussion in 'Windows OS and Software' started by arjunned, Sep 17, 2010.

  1. arjunned

    arjunned Notebook Deity

    Reputations:
    288
    Messages:
    766
    Likes Received:
    0
    Trophy Points:
    30
    As the topic asks, is it possible to make windows 7 boot at a particular power plan (High Performance)?

    Thanks.
     
  2. thundernet

    thundernet Notebook Deity

    Reputations:
    609
    Messages:
    1,285
    Likes Received:
    0
    Trophy Points:
    55
    I am not sure if I understand the question but Windows7 reboots at the plan you used the last time.So yes it's possible.Set the power plan to whatever you want and win7 will be booting at that plan.
     
  3. arjunned

    arjunned Notebook Deity

    Reputations:
    288
    Messages:
    766
    Likes Received:
    0
    Trophy Points:
    30
    Actually what i met is, i want windows to boot at a particular power plan (eg. high performance) irrespective of what the plan was before a reboot. That is to make the laptop boot at High Performance mode at every boot, even if i have changed that plans.
     
  4. xeroxide

    xeroxide Notebook Deity

    Reputations:
    487
    Messages:
    1,390
    Likes Received:
    1
    Trophy Points:
    56
    ok if you create shortcuts with these lines (red text), you can set the plan...

    powercfg -setactive SCHEME_MIN (high performance)
    powercfg -setactive SCHEME_BALANCED (balanced)
    powercfg -setactive SCHEME_MAX (power save)

    you can then place whichever you wish into the startup folder.
     
  5. arjunned

    arjunned Notebook Deity

    Reputations:
    288
    Messages:
    766
    Likes Received:
    0
    Trophy Points:
    30
    Thanks xeroxide. :)