laptopwiki:guides:os:windows:general:advpwrcfg

Advanced Power Settings

This could be useful if you want to quickly change settings in your power plan based on what your laptop is doing.

Create a new text document, copy/paste the line from below and save it as AdvPowerSettings.bat

  control.exe powercfg.cpl,,3

You can also create a shortcut from this command

Create a new text document, copy/paste one of the lines from below Save it as powerplanX.bat

Boost Disabled

  powercfg.exe /SETACVALUEINDEX SCHEME_CURRENT 54533251-82be-4824-96c1-47b60b740d00 be337238-0d82-4146-a960-4f3749d470c7 000
  powercfg.exe -S SCHEME_CURRENT

Efficient Aggressive

  powercfg.exe /SETACVALUEINDEX SCHEME_CURRENT 54533251-82be-4824-96c1-47b60b740d00 be337238-0d82-4146-a960-4f3749d470c7 004
  powercfg.exe -S SCHEME_CURRENT

Boost Mode Index Numbers

The last 3 digits of the above commands can be changed to the following for the various boost modes

  • Possible Setting Index: 000 - Disabled
  • Possible Setting Index: 001 - Enabled
  • Possible Setting Index: 002 – Aggressive
  • Possible Setting Index: 003 - Efficient Enabled
  • Possible Setting Index: 004 - Efficient Aggressive
  • Possible Setting Index: 005 - Aggressive At Guaranteed
  • Possible Setting Index: 006 - Efficient Aggressive At Guaranteed
  • laptopwiki/guides/os/windows/general/advpwrcfg.txt
  • Last modified: 08/01/2023 19:46
  • by dustojnikhummer