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

  
                

The shutdown method of windows8 has made most users feel uncomfortable. 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 adds shutdown, restart, logout, etc. to the right-click menu bar.

The principle is to add a command in the registry, create a new notepad, save the following as .reg, double-click to import.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\\DesktopBackground\\Shell\\Power Menu]

<;MUIVerb”=”Power Menu”

&ldquo SubCommands”=”lock;logoff;switch;sleep;hibernate;restart;shutdown”

“Icon”=”shell32.dll,215″

“Position”= <quo;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]

@=”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\\switch]

@=”Switch User”

[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer

\\CommandStore\\shell\\switch\\command]

@= <quo;tsdiscon.exe”

[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CommandStore\\shell\\sleep]
<=> @=”Sleep”

[ ,null,null,3],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

\\Comm andStore\\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\\command]

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

[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CommandStore\\shell\\shutdown]

@=”Shut Down”< Br>

[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explore

r\\CommandStore\\shell\\shutdown\\command]

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

Copyright © Windows knowledge All Rights Reserved