Skip to main content

HOW TO ADD SHUTDOWN MENU TO RIGHT CLICK ON DESKTOP

 Hey friends, hi to all of you. Now, we are going to share a trick that will allow you to put ShutDown menu in right click of Desktop. This is very useful and saves lots of clicks to me. Here`s the walk through for this:

Open notepad (Windows key + R and type notepad).
Paste in the following script:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Power Menu]
"MUIVerb"="Power Menu"
"SubCommands"="lock;logoff;switch;sleep;hibernate;restart;safemode;shutdown;hybridshutdown"
"Icon"="shell32.dll,215"
"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]
@="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]
@="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]
@="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\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\safemode]
@="Restart with Boot Options Menu"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\safemode\command]
@="Shutdown -r -o -f -t 00"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\shutdown]
@="Shut Down"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\shutdown\command]
@="Shutdown -s -f -t 00"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\hybridshutdown]
@="Shut Down (Hybrid)"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\hybridshutdown\command]
@="Shutdown -s -f -t 00 -hybrid"


 Save the file as <Name>.reg.

Now, double click the file and hit Yes.
Now, right click on Desktop and see the magic:
Enjy buddiesss!!!!

Comments

Popular posts from this blog

Some of my Latest edits for several Societies and Organisations

SOME MORE SHORTCUTS FOR EASE OF ACCESS

General Shortcuts: Windows Key + Up – Maximize current window Windows Key + Down – Restore window or minimize Windows Key + Left – Arrange Window to left half of screen Windows Key + Right – Arrange Window to right half of screen Windows Key + Space Bar – Makes all Windows transparent to see desktop Windows Key + Pause/Break – Open System properties Windows Key + Tab – Flips all active Windows to make selection easy Windows Key + G – Bring all gadgets to front Ctrl + Click – If any application has more than one window, click on taskbar cycles through all windows Ctrl + Shift + N – Create new folder Following shortcuts are for Windows Explorer (Some Work on Internet Browsers too): Alt + Left – Go back Alt + Right – Go forward Alt + Enter – Open properties of selected folder Alt + Esc – Cycle through all active Windows Alt + D – Focus on address bar Alt + P – Show/Hide preview panel Ctrl + N – New Window Ctrl + Mouse wheel – Change icon view type (Small ,L...

HOW TO SET CUSTOM IMAGE AS START SCREEN BACKGROUND IN WINDOWS 8

Hey friends, there are a lot of softwares that can do this work. But, we recently shared that how you can make start screen transparent in Windows 8 i.e, one software, many applications.The same software can do change the wallpaper too. How? Here are the steps: Download Windows 8 Start Screen customizer here Now, open the main application, it will look like this: Click on Load Picture  and browse the image you want to set as wallpaper. Now, click Apply & Save and it`s done!!!