Win10 how to switch power plan win10 one key switch power plan tutorial

  

win10 how to switch power plan? In order to allow different types of Windows 10 devices to manage power properly, Microsoft has designed different power plans. Then win10 how to switch the power plan with one key, see the following win10 one-button switching power plan tutorial will know!

The Win10 power plan setting is especially important for mobile devices such as laptops and tablets, as it relates to the device's battery life.


However, if you want to switch between different power plans, you need to enter the control panel's "Power Options" (in Win10 Preview 10122, "Settings" still can't Implement this switch).

There are three default power plans for the system: balance, energy saving, and high performance. “High performance” is hidden by default. Because of the high power consumption, users who have high requirements for computer performance can be considered for desktop users.

General users use “balance” program Can meet daily needs.

For notebook and tablet users, use the “Energy Saver” program in battery mode to maximize battery life.

Of course, some OEMs will provide a more detailed additional power plan, which is not discussed in this article.


For the default 3 power plans of the win10 system, if you can achieve “one button”, it is more convenient and efficient, you can add the desktop right-click menu item. Easy to implement.

The specific code is as follows:

Windows Registry Editor Version 5.00

; Created by http://winaero.com, reedited by http://ithome.com

[HKEY_CLASSES_ROOT\\DesktopBackground\\Shell\\Switch Power Plan]

"Icon"="powercpl.dll"

"MUIVerb"="Switching Power Plan"< Br>

"Position"="Top"

"SubCommands"=""

[HKEY_CLASSES_ROOT\\DesktopBackground\\Shell\\Switch Power Plan\\Shell\\Balanced]

"MUIVerb"="Balance"

"Icon"="powercpl.dll"

[HKEY_CLASSES_ROOT\\DesktopBackground\\Shell\\Switch Power Plan\\ Shell\\Balanced\\Command]

@="powercfg.exe /S 381b4222-f694-41f0-9685-ff5bb260df2e"

[HKEY_CLASSES_ROOT\\DesktopBackground\\Shell\\Switch Power Plan\\Shell\\ High Performance]

"MUIVerb"="High Performance"

"Icon"=&q Uot;powercpl.dll"

[HKEY_CLASSES_ROOT\\DesktopBackground\\Shell\\Switch Power Plan\\Shell\\High Performance\\Command]

@="powercfg.exe /S 8c5e7fda-e8bf-4a96 -9a85-a6e23a8c635c"

[HKEY_CLASSES_ROOT\\DesktopBackground\\Shell\\Switch Power Plan\\Shell\\Power Saver]

"MUIVerb"="Energy Saving"

" ;Icon"="powercpl.dll"

[HKEY_CLASSES_ROOT\\DesktopBackground\\Shell\\Switch Power Plan\\Shell\\Power Saver\\Command]

@="powercfg.exe /S a1841308 -3541-4fab-bc81-f71556f20b4a"

Paste this code into a new text file and save it in the same way as in win10/win8.1"Personalization"Setup Tutorial. For “all files", the file name is free, and the suffix name is changed to “.reg” After double-clicking the run, all the way & ldquo; OK & rdquo;, complete the registry content to add.

If you want to cancel the right-click menu to add an item, just follow the above method:

Windows Registry Editor Version 5.00

; Created by http://winaero.com

[-HKEY_CLASSES_ROOT\\DesktopBackground\\Shell\\Switch Power Plan]

Copyright © Windows knowledge All Rights Reserved