新一代Win8系統怎么關機是擺在不少初次安裝Win8系統用戶常常面對的難題,由于Win8開始菜單去掉了,我們習慣了在開始菜單中找關機入口已不復存在。電腦百事網編輯之前也為大家介紹了不少Win8關機方法,也很實用,比如新建關機快捷鍵、找回Win8開始菜單等等都可以解決此類問題,不過今天小編在某論壇看到一篇在Win8右鍵菜單添加關機,重啟,注銷,休眠,睡眠,切換用戶,鎖住等功能,眾多用戶叫好,所以這里整理下,分享給大家,算是補充,先看效果吧。
擴展鏈接:Win8怎么關機 Win8關機方法大全

Win8右鍵快捷菜單關機效果
Win8右鍵菜單中添加關機,重啟,注銷等功能方法如下:
原理就是在注冊表中添加命令,新建立記事本,把以下內容保存為.reg,雙擊導入即可。
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOTDesktopBackgroundShellPower Menu]
“MUIVerb”=”Power Menu”
“SubCommands”=”lock;logoff;switch;sleep;hibernate;restart;shutdown”
“Icon”=”shell32.dll,215″
“Position”=”bottom”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshelllock]
@=”Lock”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorer
CommandStoreshelllockcommand]
@=”Rundll32 User32.dll,LockWorkStation”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshelllogoff]
@=”Log Off”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorer
CommandStoreshelllogoffcommand]
@=”Shutdown -l”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellswitch]
@=”Switch User”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorer
CommandStoreshellswitchcommand]
@=”tsdiscon.exe”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellsleep]
@=”Sleep”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplore
rCommandStoreshellsleepcommand]
@=”rundll32.exe powrprof.dll,SetSuspendState Sleep”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellhibernate]
@=”Hibernate”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorer
CommandStoreshellhibernatecommand]
@=”Shutdown -h”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellrestart]
@=”Restart”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorer
CommandStoreshellrestartcommand]
@=”Shutdown -r -f -t 00″
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellshutdown]
@=”Shut Down”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplore
rCommandStoreshellshutdowncommand]
@=”Shutdown -s -f -t 00″
懶人包:如果你不想制作注冊表文件,那么請點擊:Win8右鍵菜單關機注冊表文件 下載,然后運行注冊表文件導入即可。
當然你也可以下載現成的注冊表文件,包含卸載,以上操作需要對注冊表有一定了解哦,對注冊表不懂的朋友不妨閱讀下以下的擴展鏈接吧。