Add shut down, restart, log off

  

Add shut down Windows 8 right-click menu, restart, log off, hibernate, sleep, switch user, lock the right-click menu in win8. Uh uh uh unexpected shutdown Windows 8 to everyone stumped & hellip; & hellip;

Windows 8 Right menu add shutdown, restart, log off & hellip;

principle is in registry Add a command, 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]

@ = & rdquo; shutdown -l & rdquo;

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellswitch]

@ = & rdquo; Switch User & rdquo;

[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]

@=”Shutdown -h”

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplo rerCommandStoreshellrestart]

@=”Restart”

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorer

CommandStoreshellrestartcommand]

@=”Shutdown -r -f -t 00″< Br>

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellshutdown]

@=”Shut Down”

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplore

rCommandStoreshellshutdowncommand]

@=”Shutdown -s -f -t 00″

Of course you can also download the ready-made registry file, including uninstallation

Copyright © Windows knowledge All Rights Reserved