Add shutdown, restart, logout method in Win8 right-click menu

  

How to shut down the new generation Win8 system is a problem that many users often encounter when installing Win8 system. Since the Win8 start menu is removed, we are used to finding the shutdown entry in the start menu. Before the computer Pepsi.com editor, I also introduced a lot of Win8 shutdown methods, which are also very practical. For example, new shutdown shortcut keys, retrieving the Win8 start menu, etc. can solve such problems, but today Xiaobian sees a forum. In the Win8 right-click menu, add shutdown, restart, logout, hibernate, sleep, switch users, lock and other functions, many users are applauded, so here to sort out, share it to everyone, be a supplement, see the effect first.

Extension link: How to shut down Win8 Win8 shutdown method Daquan
Win8 right shortcut menu shutdown effect

Win8 right-click menu to add shutdown, restart, logout and other functions are as follows:

Principle Just 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]

 quo;MUIVerb”=”Power Menu”

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

<quo;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\\Win Dows\\CurrentVersion\\Explorer\\CommandStore\\shell\\switch]

@=”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”

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

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

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

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

Lazy Pack: If you don't want to make Registry file, then please click: Win8 right-click menu to close the registry file download, and then run the registry file import.

Of course you can also download the ready-made registry file, including uninstallation, the above operations need to have a certain understanding of the registry, friends who do not understand the registry may wish to read the following extension link.

Copyright © Windows knowledge All Rights Reserved