Add shutdown, reboot, logoff in Win8 right-click menu

Source: Internet
Author: User
Tags sleep

In Windows 8 Right-click menu Add Shutdown, reboot, logoff, hibernate, sleep, toggle user, lock. Uh, uh, um, well, I don't think the shutdown of Windows 8 baffled everyone ...

  Windows 8 Right-click menu to add Shutdown, reboot, logoff ...

The principle is to add commands to the registry, create a new Notepad, save the following as. Reg, and double-click the import.

Windows Registry Editor Version 5.00

[Hkey_classes_rootdesktopbackgroundshellpower Menu]

"MUIVerb" = "Power Menu"

"Subcommands" = "Lock;logoff;switch;sleep;hibernate;restart;shutdown"

"Icon" = "Shell32.dll,215″

"Position" = "Bottom"

[Hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorercommandstoreshelllock]

@= "Lock"

[Hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorer

Commandstoreshelllockcommand]

@= "Rundll32 user32.dll,lockworkstation"

[Hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorercommandstoreshelllogoff]

@= "Log off"

[Hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorer

Commandstoreshelllogoffcommand]

@= "Shutdown-l"

[Hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorercommandstoreshellswitch]

@= "Switch User"

[Hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorer

Commandstoreshellswitchcommand]

@= "Tsdiscon.exe"

[Hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorercommandstoreshellsleep]

@= "Sleep"

[Hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplore

Rcommandstoreshellsleepcommand]

@= "Rundll32.exe powrprof.dll,setsuspendstate Sleep"

[Hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorercommandstoreshellhibernate]

@= "Hibernate"

[Hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorer

Commandstoreshellhibernatecommand]

@= "Shutdown-h"

[Hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorercommandstoreshellrestart]

@= "Restart"

[Hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorer

Commandstoreshellrestartcommand]

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

[Hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplorercommandstoreshellshutdown]

@= "Shut Down"

[Hkey_local_machinesoftwaremicrosoftwindowscurrentversionexplore

Rcommandstoreshellshutdowncommand]

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

Of course you can also download ready-made registry files, including uninstall

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.