Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

Trick to Turn Off the Computer from the Right-click Menu on

Understand Trick to Turn Off the Computer from the Right-click Menu on with clear explanations, practical examples, and useful tips. This updated guide...

Table of Contents

Trick to Turn Off the Computer from the Right-click Menu on is easier to understand when the core ideas are paired with practical examples. The sections below explain the topic clearly, highlight useful steps, and point out details that can prevent common errors.

On Windows 8, to turn off the computer, you have to go through many steps.First, you must hover over the top right corner of the screen to display the Charm bar and then select Settings then select Power and finally choose one of the shutdown options is Sleep (put the machine to sleep mode), Shutdown or Restart (reboot).

Turn OFF WINDOWS 8 PC FAST BY HOW TO ADD SHUTDOWN TO THE RIGHT MENU

To do so, first open the Notepad editing program by pressing the Windows + R key combination and then type the notepad keyword in the Run dialog box and press Enter .

Trick to Turn Off the Computer from the Right-click Menu on example image 1

Next, copy and paste the following code into the newly opened Notepad window and save it by going to the File menu and selecting Save as .

 Windows Registry Editor Version 5.00 
 
 [HKEY_CLASSES_ROOTDesktopBackgroundShellLock Computer] 
 
 "icon"="shell32.dll,-325" 
 
 "Position"="Bottom" 
 
 [HKEY_CLASSES_ROOTDesktopBackgroundShellSleep Computer] 
 
 "icon"="shell32.dll,-331" 
 
 "Position"="Bottom" 
 
 [HKEY_CLASSES_ROOTDesktopBackgroundShellRestart Computer] 
 
 "icon"="shell32.dll,-221" 
 
 "Position"="Bottom" 
 
 [HKEY_CLASSES_ROOTDesktopBackgroundShellShutdown Computer] 
 
 "icon"="shell32.dll,-329" 
 
 "Position"="Bottom" 
 
 [HKEY_CLASSES_ROOTDesktopBackgroundShellLock Computercommand] 
 
 @="Rundll32 User32.dll,LockWorkStation" 
 
 [HKEY_CLASSES_ROOTDesktopBackgroundShellSleep Computercommand] 
 
 @="rundll32.exe powrprof.dll,SetSuspendState 0,1,0" 
 
 [HKEY_CLASSES_ROOTDesktopBackgroundShellRestart Computercommand] 
 
 @="shutdown.exe -r -t 00 -f" 
 
 [HKEY_CLASSES_ROOTDesktopBackgroundShellShutdown Computercommand] 
 
 @="shutdown.exe -s -t 00 -f" 

In the Save as dialog box, click the drop-down menu at the Save as type item and select All files (*. *). Next in the File name section, enter the name of the file you want to save with the extension .reg (such as tatmay.reg ). Note : you can choose any name for the file you want to save as long as the extension is.reg. Select where to save the file as Desktop and click the Save button.

Trick to Turn Off the Computer from the Right-click Menu on example image 2

Back to the Desktop, you will see that there is a file named tatmay.reg there. Double-click this file and select Yes in the message that Registry Editor appears.

Trick to Turn Off the Computer from the Right-click Menu on example image 3

That's it, now if you try to right-click on the Desktop screen you will see next to the default options, the Windows 8 right-click menu has four additional shutdown options including Lock Computer , Restart Computer (restart the computer), Shutdown Computer (shutdown), Sleep Computer (leave the computer in sleep mode).

Trick to Turn Off the Computer from the Right-click Menu on example image 4

To remove the above shutdown options from the right-click menu, go to the address here and download the file named teh_file_remover.rar. Then, use an extracting program such as 7-zip or Winrar to extract the downloaded file and then double-click on the file that removed the file.reg and select Yes in the message that appears. Now if you open the right-click menu, you will see that the previous shutdown options are no longer available.

Trick to Turn Off the Computer from the Right-click Menu on example image 5

After all, if you are afraid to perform some somewhat cumbersome operations above, you can download the already created.reg files here. After downloading you unzip and click twice on the file tatmay.reg to add the shutdown options to the right-click menu and the gobotatmay.reg file to remove these options.

FAQ

What is Trick to Turn Off the Computer from the Right-click Menu on?

Trick to Turn Off the Computer from the Right-click Menu on refers to the core ideas, tools, or processes explained in this guide. Understanding the basics makes the more advanced details easier to apply.

Why is Trick to Turn Off the Computer from the Right-click Menu on important?

A clear understanding of Trick to Turn Off the Computer from the Right-click Menu on helps you make informed decisions, avoid common mistakes, and use the relevant tools or techniques more effectively.

How should beginners approach Trick to Turn Off the Computer from the Right-click Menu on?

Start with the fundamental concepts, follow the examples step by step, and test each change in a safe environment before applying it to important systems or data.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.