How win8 add context menu shutdown

  
In the Windows 8 right-click menu, add Shutdown, Restart, Logout, 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]
& ldquo; MUIVerb & rdquo; = & rdquo; Power Menu & rdquo;
& ldquo; SubCommands & rdquo; = & rdquo; 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]
@ = & rdquo; Rundll32 User32.dll, LockWorkStation & rdquo;
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshelllogoff]
@ = & rdquo; Log Off & rdquo;
[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