Right-click Win8/8.1 and choose "Power Management" from the menu.

Source: Internet
Author: User
Tags sleep

The Win8 system does not have the Start menu. The default shutdown or restart operations make many people not used to it. The following describes how to place these power management operations in the right-click menu, right-click the blank area on the desktop and you will see it.

Download the attachment, view the instructions, and import the file to the registry. Save the following code into the "win8 right-click shutdown menu. reg" registry and double-click it to run it.

The code is as follows: Copy code

Windows Registry Editor Version 5.00

 

; Created by Vishal Gupta for AskVG.com


[HKEY_CLASSES_ROOT \ export topbackground \ Shell \ Power Menu]

"MUIVerb" = "power control"

"SubCommands" = "lock; logoff; switch; sleep; hibernate; restart; shutdown"

"Icon" = "shell32.dll, 215"

"Position" = "bottom"

 

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

@ = "Locked"

 

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

@ = "Logout"

 

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

@ = "Change 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 \ Explorer \ CommandStore \ shell \ sleep \ command]

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

 

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

@ = "Sleep"

 

[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ CommandStore \ shell \ hibernate \ command]

@ = "Shutdown-h"

 

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

@ = "Restart"

 

[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ CommandStore \ shell \ restart \ command]

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

 

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

@ = "Shutdown"

 

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

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

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.