在win8右键菜单怎么添加关机,重启,注销选项
在win8右鍵菜單怎么添加關機,重啟,注銷選項
Windows 8右鍵菜單添加關機,重啟,注銷…
原理就是在注冊表中添加命令,新建立記事本,把以下內容保存為.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右键菜单怎么添加关机,重启,注销选项的全部內容,希望文章能夠幫你解決所遇到的問題。
 
                            
                        - 上一篇: 拼多多怎么开启号码保护
- 下一篇: windows8系统的无故自动开机(通过
