Win8三大操作:关机、重启、注销,一键搞定!

U盘大师

  有用户可能会觉得关机、重启、注销一类的系统操作应该更快地启动才能方便我们紧急情况下的需要。特别是win8以后的操作系统很多用户都还不熟悉使用方法,关于这三大操作,本文就来介绍一个更加快捷简便的方法,就是在win8系统中把关机、重启、注销等操作都添加到右键的菜单栏中,从而让大家使用起来更加得心应手。
 

  相关推荐:如何重装系统win7


\
 

  新建一个记事本文本,将以下内容保存为后缀是.reg的文件,双击该文件将其导入到注册表:
 

  Windows Registry Editor Version 5.00
 

  [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Power Menu]
 

  “MUIVerb”=”Power Menu”
 

  “SubCommands”=”lock;logoff;switch;sleep;hibernate;restart;shutdown”
 

  “Icon”=”shell32.dll,215″
 

  “Position”=”bottom”
 

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock]
 

  @=”Lock”
 

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer
 

  \CommandStore\shell\lock\command]
 

  @=”Rundll32 User32.dll,LockWorkStation”
 

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\logoff]
 

  @=”Log Off”
 

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer
 

  \CommandStore\shell\logoff\command]
 

  @=”Shutdown -l”
 

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\switch]
 

  @=”Switch User”
 

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer
 

  \CommandStore\shell\switch\command]
 

  @=”tsdiscon.exe”
 

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\sleep]
 

  @=”Sleep”
 

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explore
 

  r\CommandStore\shell\sleep\command]
 

  @=”rundll32.exe powrprof.dll,SetSuspendState Sleep”
 

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\hibernate]
 

  @=”Hibernate”
 

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer
 

  \CommandStore\shell\hibernate\command]
 

  @=”Shutdown -h”
 

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\restart]
 

  @=”Restart”
 

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer
 

  \CommandStore\shell\restart\command]
 

  @=”Shutdown -r -f -t 00″
 

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\shutdown]
 

  @=”Shut Down”
 

  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explore
 

  r\CommandStore\shell\shutdown\command]
 

  @=”Shutdown -s -f -t 00″
 

  以上内容复制粘贴即可,这就是通过在注册表中添加命令,从而让win8系统中的关机、重启、注销等可以在右键菜单栏中实现的方法。