Add shutdown, restart win8 right-click menu, log out

  
In Windows 8 right-click menu to add shutdown, restart, log off, hibernate, sleep, switch user, lock. Uh uh uh unexpected shutdown Windows 8 to everyone stumped & hellip; & hellip;

Windows 8 right-click menu to add shutdown, restart, log off & hellip;
principle is to add the command in the registry, the newly established Notepad, save the following as .reg, you can double-click import.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOTDesktopBackgroundShellPower Menu]
<quo;MUIVerb”=”Power Menu”
 SubCommands”=”lock;Logoff;switch;sleep;hibernate;restart; shutdown & rdquo;
& ldquo; Icon & rdquo; = & rdquo; shell32.dll, 215 & Prime;
& ldquo; Position & rdquo; = & rdquo; bottom & rdquo;
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshelllock]
@ = & rdquo; Lock & rdquo;
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorer
CommandStoreshelllockcommand]
@=”Rundll32 User32.dll,LockWorkStation”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellLogoff]
@=”Log Off”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorer
CommandStoreshellLogoffcommand]
@=  quo;Shutdown -l”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellswitch]
@=”Switch User”
[HKEY_ LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorer
CommandStoreshellswitchcommand]
@ = & rdquo; tsdiscon.exe & rdquo;
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellsleep]
@ = & rdquo; Sleep & rdquo;
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplore
rCommandStoreshellsleepcommand]
@ = & rdquo; rundll32 .exe powrprof.dll, SetSuspendState Sleep & rdquo;
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellhibernate]
@ = & rdquo; Hibernate & rdquo;
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorer
CommandStoreshellhibernatecommand]
@ = & rdquo; Shutdown -h & rdquo;
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellrestart ]
@ = & rdquo; Restart & rdquo;
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorer
CommandStoreshellrestartcommand]
@ = & rdquo; Shutdown -r -f -t 00 & Prime;
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVers ionExplorerCommandStoreshellshutdown]
@ = & rdquo; Shut Down & rdquo;
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplore
rCommandStoreshellshutdowncommand]
@ = & rdquo; Shutdown -s -f -t 00 & Prime;
course, you can also download existing registry file that contains unload

Copyright © Windows knowledge All Rights Reserved