45.添加右键切换电源计划

添加命令:

1
reg delete "HKEY_CLASSES_ROOT\DesktopBackground\shell\SwitchPowerPlan" /f & reg add "HKEY_CLASSES_ROOT\DesktopBackground\shell\SwitchPowerPlan" /v Icon /t REG_SZ /d powercpl.dll /f & reg add "HKEY_CLASSES_ROOT\DesktopBackground\shell\SwitchPowerPlan" /v MUIVerb /t REG_SZ /d 切换电源计划 /f & reg add "HKEY_CLASSES_ROOT\DesktopBackground\shell\SwitchPowerPlan" /v Position /t REG_SZ /d Bottom /f & reg add "HKEY_CLASSES_ROOT\DesktopBackground\shell\SwitchPowerPlan" /v SubCommands /t REG_SZ /d "" /f & reg add "HKEY_CLASSES_ROOT\DesktopBackground\shell\SwitchPowerPlan\Shell\01menu" /v Icon /t REG_SZ /d powercpl.dll /f & reg add "HKEY_CLASSES_ROOT\DesktopBackground\shell\SwitchPowerPlan\Shell\01menu" /v MUIVerb /t REG_SZ /d 节能 /f & reg add "HKEY_CLASSES_ROOT\DesktopBackground\shell\SwitchPowerPlan\Shell\01menu\Command" /ve /t REG_SZ /d "powercfg /setactive a1841308-3541-4fab-bc81-f71556f20b4a" /f & reg add "HKEY_CLASSES_ROOT\DesktopBackground\shell\SwitchPowerPlan\Shell\02menu" /v Icon /t REG_SZ /d powercpl.dll /f & reg add "HKEY_CLASSES_ROOT\DesktopBackground\shell\SwitchPowerPlan\Shell\02menu" /v MUIVerb /t REG_SZ /d 平衡 /f & reg add "HKEY_CLASSES_ROOT\DesktopBackground\shell\SwitchPowerPlan\Shell\02menu\Command" /ve /t REG_SZ /d "powercfg /setactive 381b4222-f694-41f0-9685-ff5bb260df2e" /f & reg add "HKEY_CLASSES_ROOT\DesktopBackground\shell\SwitchPowerPlan\Shell\03menu" /v Icon /t REG_SZ /d powercpl.dll /f & reg add "HKEY_CLASSES_ROOT\DesktopBackground\shell\SwitchPowerPlan\Shell\03menu" /v MUIVerb /t REG_SZ /d 高性能 /f & reg add "HKEY_CLASSES_ROOT\DesktopBackground\shell\SwitchPowerPlan\Shell\03menu\Command" /ve /t REG_SZ /d "powercfg /setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c" /f & reg add "HKEY_CLASSES_ROOT\DesktopBackground\shell\SwitchPowerPlan\Shell\04menu" /v Icon /t REG_SZ /d powercpl.dll /f & reg add "HKEY_CLASSES_ROOT\DesktopBackground\shell\SwitchPowerPlan\Shell\04menu" /v MUIVerb /t REG_SZ /d 卓越性能 /f & reg add "HKEY_CLASSES_ROOT\DesktopBackground\shell\SwitchPowerPlan\Shell\04menu\Command" /ve /t REG_SZ /d "powercfg /setactive e9a42b02-d5df-448d-aa00-03f14749eb61" /f

删除命令:

1
reg delete "HKEY_CLASSES_ROOT\DesktopBackground\shell\SwitchPowerPlan" /f
  • Copyrights © 2023-2024 kukusun