Skip to main content

How to Add Shutdown Option to Windows 8 Desktop Right Click Menu

With no Start button or start menu in Windows 8, shutting down the PC involves a rather complex process. You have to launch the Charms bar on the right-hand side of the screen, choose Settings, Power and then select ‘Shut down’ or Restart option. However, there are several apps and tricks available for Windows 8 to bring shutdown or restart option at your fingertip. I have mentioned many of them in the previous posts.
Here is another trick to add shutdown, restart, log-off  etc. options to Windows 8 desktop context menu (right click menu). The guide is easy to follow, however take extra care while doing this, because it requires modifying some registry keys.


Important: Backup of your current registry before editing it, so that you can restore it if anything went wrong.

After backing up your registry, copy and paste the below file in notepad and save the files as a .reg file (for example, shutdown.reg). Then, double click the reg file and confirm the action. That’s all.

Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Lock Computer] "icon"="shell32.dll,-325" "Position"="Bottom" [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Sleep Computer] "icon"="shell32.dll,-331" "Position"="Bottom" [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Restart Computer] "icon"="shell32.dll,-221" "Position"="Bottom" [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Shutdown Computer] "icon"="shell32.dll,-329" "Position"="Bottom" [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Lock Computer\command] @="Rundll32 User32.dll,LockWorkStation" [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Sleep Computer\command] @="rundll32.exe powrprof.dll,SetSuspendState 0,1,0" [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Restart Computer\command] @="shutdown.exe -r -t 00 -f" [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Shutdown Computer\command] @="shutdown.exe -s -t 00 -f"

 It’ll add Shutdown, Restart, Lock and Sleep option in your right click context menu. If you find any difficulty in making the registry file, you can download the reg file at original source here.

Comments

Popular posts from this blog

Surf the Web Anonymously With Firefox Add-on Phproxy

There are several web based proxy servers available to surf the internet anonymously or as from another country. The Firefox add-on (Firefox 3 – 4) Phzilla helps you view a webpage or surf the internet using the PHProxy (a type of web based proxy server) proxy servers. It is very easy and convenient to use.

Restore Lost Capacity Of Your USB Flash Drive (How to)

Some malware can hide full capacity of your USB flash drive. For example, a 4GB pen drive sometimes shows only 500kb or less. An interesting part of this situation is that, even after removing the malware or formatting the USB flash drive, you will not get back its original capacity. Therefore, the question here is how to restore a USB flash drive to its full capacity.

Google Virtual Keyboard For Opera

Recently Google has realized a virtual keyboard in their browser Google Chrome, which enables users to enter logins and passwords safely, quite useful for people who use public Computers. If you’re an Opera user, here is how you can enable Google Virtual Keyboard in Opera browser. To use virtual keyboard in Opera 11, install the extension Google Virtual Keyboard , and simply press the CTRL + Insert keys to display the keyboard whenever you need it. It supports for all keyboard layouts available and the main benefit of this extension is that it can reduce the risk of exposing login credentials to hackers in some extend. Note: This extension requires access to scripts and stylesheets located under http://www.google.com/jsapi and http://www.google.com/uds/* in order to work properly. If it's not and you are using some ad/script blockers you will have to add this URL rules to your whitelist.