In daily operations, turning on and off the computer is a crucial step. If you are familiar with shortcut key operations, did you know that you can also add a one-key shutdown function to the right-click menu? In response to this problem, PHP editor Zimo specially compiled a detailed tutorial to guide you step by step on how to set up the one-click shutdown function of the Win10 right-click menu. Through this article, you will learn how to set it up in the Shell folder under the Registry Editor. Hurry up and click the link below to unlock this convenient operation, which will save you time and worry when switching your computer on and off!
Win10 right-click menu adds a one-click shutdown setting method
1. Press the Win + Win+R), in the run window, enter the regedit command, OK or press Enter to quickly open the Registry Editor.
2. In the registry editor window, expand to the following path:
HKEY_CLASSES_ROOTDesktopBackgroundShell.
3. Right-click the shell item, and in the menu item that opens, select New and select the item.
4. Name the new item [One-key shutdown].
5. Right-click the one-key shutdown item, select New in the menu item that opens, select the item, and name the new item [command].
6. Click the command item, double-click Default in the right column, enter Shutdown -s -f -t 00 in the numerical data field, and click OK.
The above is the detailed content of How to add one-key shutdown settings to Win10 right-click menu Win10 right-click menu. For more information, please follow other related articles on the PHP Chinese website!