系統(tǒng)下載、安裝、激活,就到系統(tǒng)天地來!

所在位置: 首頁 — 系統(tǒng)文章 — win8系統(tǒng)教程

Ghost Win8.1系統(tǒng)如何制作桌面右鍵關(guān)機菜單的技巧

作者:系統(tǒng)天地 日期:2015-08-23

 

Ghost Win8.1系統(tǒng)如何制作桌面右鍵關(guān)機菜單的技巧由windows8系統(tǒng)之家率先分享!在Windows 8桌面右鍵菜單上添加鎖屏、注銷、更改用戶、待機、休眠、重啟、關(guān)機等內(nèi)容,這將省去用戶多處查找和多步操作,如圖所示。

具體方法如下:新建記事本,把以下內(nèi)容保存為.reg,雙擊導(dǎo)人即可生成右鍵關(guān)機菜單。
winndows Registry Editor version 5. 00
[hkey_classes_ROOT\DesetopBackground\Shell\Power 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,lockwordstation”
[hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorercommandstoreshelllogoff]
@=“注銷”
[hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorercommandstoreshelllogoffcommand]
@=“shutdown -1”
[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_machinesoftwaremicrosoftwindowscurrentversionexplorercommandstoreshell hibernate command]
@=“shutdown -h”
[hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorercommandstoreshell restart]
@=“重啟”
[hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorercommandstoreshell restartcommand]
@=“shutdown –r –f –t 00”
[hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorercommandstoreshell shutdown]
@=“關(guān)機”
[hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorercommandstoreshell shutdowncommand]
@=“shutdown –r –f –t 00”
系統(tǒng)天地提示刪除生成的右鍵關(guān)機菜單就非常簡單。將以下代碼用記事本編輯,保存為刪除右鍵關(guān)機菜單.reg,雙擊即可實現(xiàn)刪除。
Windows Registry Editor Version 5. 00
[-Hkey_CLASSES _ROOTDesktopBackgroundShell\power menu]