How to add the power plan option to the desktop right button in Win10 system?

  

If we want to leave the computer and fear that the computer is running out of power, no one is present, we can set the power plan. However, it is not very convenient to turn on the power plan function. If we add the power plan to the desktop right button, it can be very Convenient settings are inevitable for you who are tight in time.



Steps:

Copy the following code into a text document, and then change the suffix name to *.reg (* means the user can freely Name, but the suffix must be reg), double-click to import into the registry to open the right side of the desktop.
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"="Switch Power Plan" "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"="powercpl.dll" [HKEY_CLASSES_ROOT\\DesktopBackground\\Shell\\Switch Power Plan \\Shell\\High Performance\\Command] @="powercfg.exe /S 8 C5e7fda-e8bf-4a96-9a85-a6e23a8c635c" [HKEY_CLASSES_ROOT\\DesktopBackground\\Shell\\Switch Power Plan\\Shell\\Power Saver] "MUIVerb"="Energy" "Icon"="powercpl.dll" [HKEY_CLASSES_ROOT\\ DesktopBackground\\Shell\\Switch Power Plan\\Shell\\Power Saver\\Command] @="powercfg.exe /S a1841308-3541-4fab-bc81-f71556f20b4a"

2. If you want to cancel the right-click menu, add the item. Just follow the above code as follows:
Windows Registry Editor Version 5.00 ; Created by http://winaero.com [-HKEY_CLASSES_ROOT\\DesktopBackground\\Shell\\Switch Power Plan]

When the user is working, it is recommended to set the power plan to high performance to avoid temporarily leaving the automatic standby lost file.

Copyright © Windows knowledge All Rights Reserved