首页 > 系统 > Win8 > 正文

win8右键关机设置图文教程

2024-06-28 13:43:39
字体:
来源:转载
供稿:网友

  桌面--新建文本文件--复制下面的命令代码--

  Windows Registry Editor Version 5.00

  ;Created by Vishal Gupta for AskVG.com

  [HKEY_CLASSES_ROOTDesktopBackgroundShellPower Menu]

  "MUIVerb"="电源控制"

  "SubCommands"="lock;logoff;switch;sleep;hibernate;restart;shutdown"

  "Icon"="shell32.dll,215"

  "Position"="bottom"

  [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshelllock]

  @="锁定"

  [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshelllockcommand]@="Rundll32 User32.dll,LockWorkStation"

  [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshelllogoff]

  @="注销"

  [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshelllogoffcommand]@="Shutdown -l"

  [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellswitch]

  @="更改用户"

  [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellswitchcommand]@="tsdiscon.exe"

  [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellsleep]

  @="睡眠"

  [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellsleepcommand]

  @="rundll32.exe powrPRof.dll,SetSuspendState Sleep"

  [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellhibernate]

  @="休眠"

  [HKEY_LOCAL_MACHINESOFTWAREMicr

  osoftWindowsCurrentVersionExplorerCommandStoreshellhibernatecommand]

  @="Shutdown -h"

  [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellrestart]

  @="重启"

  [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellrestartcommand]

  @="Shutdown -r -f -t 00"

  [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellshutdown]

  @="关机"

  [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellshutdowncommand]

  @="shutdown -s -hybrid -t 00"

  然后另保存,改文件名为 右键菜单.reg 保存类型为:所有文件

win8右键关机设置图文教程 CUOxin.COM

  保存好了就是注册表文件了,可以直接双击导入 。

点击查看原图

  效果图:

点击查看原图

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表