Windows8 puts shutdown, restart, logout, etc. into the right-click menu bar

  
The shutdown method of windows8 has made most users difficult to live. The last time I introduced a "shutdown method of windwos8", I introduced 7 kinds of shutdown methods. Now introduce a quicker way to shut down windows8, let's take a look at it.

Windows 8 kinds of operations to add shutdown, restart, logout, etc. into the right-click menu bar.
The principle is to add a command in the registry, create a new notebook, save the following as .reg, double-click to import.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\\DesktopBackground\\Shell\\Power Menu]
<quo;MUIVerb”=”Power Menu”
&Subquo;SubCommands”=”lock;logoff;switch; Sleep;hibernate;restart;shutdown”
<quo;Icon”=”shell32.dll,215″
<quo;Position”=”bottom”
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\ Explorer\\CommandStore\\shell\\lock]
@=”Lock”
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer
\\CommandStore\\shell\\lock\\command]
@=&rdquo ;Rundll32 User32.dll,LockWorkStation”
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CommandStore\\shell\\logoff]
@=”Log Off”
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\ Windows\\CurrentVersion\\Explorer
\\CommandStore\\shell\\logoff\\command]
@=”Shutdown -l”
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CommandStore\\shell\\swi Tch]
@=”Switch User”
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer
\\CommandStore\\shell\\switch\\command]
@=”tsdiscon.exe”
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CommandStore\\shell\\sleep]
@=”Sleep”
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explore
r \\CommandStore\\shell\\sleep\\command]
@=”rundll32.exe powrprof.dll,SetSuspendState Sleep”
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CommandStore\\shell\\hibernate]
@=”Hibernate"
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer
\\CommandStore\\shell\\hibernate\\command]
@=”Shutdown -h”
[HKEY_LOCAL_MACHINE \\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CommandStore\\shell\ estart]
@=”Restart”
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer
\\CommandStore\\shell\ estart \\c Ommand]
@=”Shutdown -r -f -t 00″
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CommandStore\\shell\\shutdown]
@=”Shut Down”
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explore
r\\CommandStore\\shell\\shutdown\\command]
@=”Shutdown -s -f -t 00″

Copyright © Windows knowledge All Rights Reserved