Win10 how to switch power plan one key

  
In10 how to switch power plan one-click? Microsoft designed different power plans in order to enable different types of Windows10 devices to manage power properly. Then win10 how to switch power plan, see the following win10 one-button switching power plan tutorial will know!
Win10 power plan settings are especially important for mobile devices such as notebooks and tablets, because this is related to the device battery life Ability problem.

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" is still not possible).
The system default power plan has three kinds: balance, energy saving, 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” to meet daily routines. demand.
For notebook and tablet users, using the "Energy Saver" program in battery mode can maximize battery life.
Of course, some OEMs will provide more detailed additional power plans, this article will not discuss.

For the default 3 power plans of the win10 system, if you can achieve “one button”, it is more convenient and efficient, and can be easily realized by adding the desktop right-click menu item.
specific code as follows:
Windows Registry Editor Version 5.00
; Created by http://winaero.com, reedited by http://ithome.com
[HKEY_CLASSES_ROOTDesktopBackgroundShellSwitch Power Plan]
"Icon"="powercpl.dll"
"MUIVerb"="Switch Power Plan"
"Position"="Top"
"SubCommands"=""< Br>[HKEY_CLASSES_ROOTDesktopBackgroundShellSwitch Power PlanShellBalanced]
"MUIVerb"="Balance"
"Icon"="powercpl.dll"
[HKEY_CLASSES_ROOTDesktopBackgroundShellSwitch Power PlanShellBalancedCommand]
@="powercfg .exe /S 381b4222-f694-41f0-9685-ff5bb260df2e "
[HKEY_CLASSES_ROOTDesktopBackgroundShellSwitch Power PlanShellHigh Performance]
" MUIVerb " = " high performance "
" Icon " = " powercpl.dll "
[HKEY_CLASSES_ROOTDesktopBackgroundShellSwitch Power PlanShellHigh PerformanceCommand]
@ = " powercfg.exe /S 8c5e7fda-e8bf-4a96- 9a85-a6e23a8c635c "
[HKEY_CLASSES_ROOTDesktopBackgroundShellSwitch Power PlanShellPower Saver]
" MUIVerb " = " energy "
" Icon " = " powercpl.dll "
[HKEY_CLASSES_ROOTDesktopBackgroundShellSwitch Power PlanShellPower SaverCommand] < Br>@="powercfg.exe /S a1841308-3541-4fab-bc81-f71556f20b4a"
This code is the same as the method in win10/win8.1"personalization" setup tutorial in win10 Paste into the newly created text document and save it as “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 add an item to cancel the right-click menu, simply following code in accordance with the above method can handle:
Windows Registry Editor Version 5.00
; Created by http://winaero.com
[- HKEY_CLASSES_ROOTDesktopBackgroundShellSwitch Power Plan]

Copyright © Windows knowledge All Rights Reserved