Ghost Win8.1系統(tǒng)如何制作桌面右鍵關(guān)機(jī)菜單的技巧
Ghost Win8.1系統(tǒng)如何制作桌面右鍵關(guān)機(jī)菜單的技巧由windows8系統(tǒng)之家率先分享!在Windows 8桌面右鍵菜單上添加鎖屏、注銷(xiāo)、更改用戶、待機(jī)、休眠、重啟、關(guān)機(jī)等內(nèi)容,這將省去用戶多處查找和多步操作,如圖所示。
具體方法如下:新建記事本,把以下內(nèi)容保存為.reg,雙擊導(dǎo)人即可生成右鍵關(guān)機(jī)菜單。
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]
@=“注銷(xiāo)”
[hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorercommandstoreshelllogoffcommand]
@=“shutdown -1”
[hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorercommandstoreshellswitch]
@=“更換用戶”
[hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorercommandstoreshellswitchcommand]
@=“tsdiscon.exe”
[hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorercommandstoreshellsleep]
@=“待機(jī)”
[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)機(jī)”
[hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorercommandstoreshell shutdowncommand]
@=“shutdown –r –f –t 00”
系統(tǒng)天地提示刪除生成的右鍵關(guān)機(jī)菜單就非常簡(jiǎn)單。將以下代碼用記事本編輯,保存為刪除右鍵關(guān)機(jī)菜單.reg,雙擊即可實(shí)現(xiàn)刪除。
Windows Registry Editor Version 5. 00
[-Hkey_CLASSES _ROOTDesktopBackgroundShell\power menu]