How to add ‘Settings’ Cascading Context Menu in Windows 10?

April 25, 2019 |

greater than 4 minutes

A context menu gives you quick access to settings or programs that you frequently use so that you don’t have to go to their default location. Think of it as a shortcut to a Windows feature or setting. In Windows, the context menu can be accessed with a right mouse click.

When Microsoft introduced Windows 10, most of the settings in the Control Panel were moved to the ‘Settings’ app, and by the look of things, Microsoft may be planning to do away with the good old Control Panel in future.

The Settings user interface is organized into different categories and subcategories, including Cortana, Ease of Access, Privacy, Devices, System, Phone, Network & Internet, Personalization, Accounts, Time & Language, Gaming, Apps, and Update & Security.

Pro Tip: It is possible to fix many PC issues by using the PC Repair tool. PC Repair is easy to use and reliable Windows optimization software developed to fix hundreds of system issues.

Free Scan For PC Issues
Downloads 2.362.674
Compatible with:

Special offer. About Outbyte, uninstall instructions, EULA, Privacy Policy.

Today’s tutorial will show you how to create cascade menus and add them to the Windows 10 Desktop.

How to Add “Settings” Cascading Context Menu on the Desktop in Windows 10

To access ‘Settings’ directly from your Desktop context menu, you need to make several changes to your Registry. But before you proceed, you need to understand that changes to Windows Registry can modify or delete values, which might cause some components to stop functioning correctly.

However, to prevent you from making a mistake, we’ve provided you with a ready script that you will copy and paste into Notepad before implementing it.

So, here’s what you need to do:

  1. Press “Start” and type notepad.
  2. Select the top result, which should be “Notepad”.
  3. Copy and paste the following script onto a blank “Notepad” page:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\Settings]

Is your computer running slow or suffering system glitches? If so, it may need maintenance. Try running a dedicated PC optimization tool to check the health of your PC and apply the necessary fixes.

“Position”=”Middle”

“Icon”=”SystemSettingsBroker.exe”

“SubCommands”=””

; Settings home

[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\Settings\shell\01subcmd]

“Icon”=”SystemSettingsBroker.exe”

“MUIVerb”=”Settings”

[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\Settings\shell\01subcmd\command]

@=”explorer ms-settings:”

; System

[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\Settings\shell\02subcmd]

“CommandFlags”=dword:00000020

“MUIVerb”=”System”

[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\Settings\shell\02subcmd\command]

@=”explorer ms-settings:display”

; Devices

[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\Settings\shell\03subcmd]

“MUIVerb”=”Devices”

[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\Settings\shell\03subcmd\command]

@=”explorer ms-settings:bluetooth”

; Network & Internet

[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\Settings\shell\04subcmd]

“MUIVerb”=”Network && Internet”

[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\Settings\shell\04subcmd\command]

@=”explorer ms-settings:network”

; Personalization

[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\Settings\shell\05subcmd]

“MUIVerb”=”Personalization”

[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\Settings\shell\05subcmd\command]

@=”explorer ms-settings:personalization”

; Apps

[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\Settings\shell\06subcmd]

“MUIVerb”=”Apps”

[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\Settings\shell\06subcmd\command]

@=”explorer ms-settings:appsfeatures”

; Accounts

[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\Settings\shell\07subcmd]

“MUIVerb”=”Accounts”

[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\Settings\shell\07subcmd\command]

@=”explorer ms-settings:yourinfo”

; Time & language

[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\Settings\shell\08subcmd]

“MUIVerb”=”Time && language”

[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\Settings\shell\08subcmd\command]

@=”explorer ms-settings:dateandtime”

; Gaming

[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\Settings\shell\09subcmd]

“MUIVerb”=”Gaming”

[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\Settings\shell\09subcmd\command]

@=”explorer ms-settings:gaming-gamebar”

; Ease of Access

[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\Settings\shell\10subcmd]

“MUIVerb”=”Ease of Access”

[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\Settings\shell\10subcmd\command]

@=”explorer ms-settings:easeofaccess-narrator”

; Cortana

[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\Settings\shell\11subcmd]

“MUIVerb”=”Cortana”

[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\Settings\shell\11subcmd\command]

@=”explorer ms-settings:cortana”

; Privacy

[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\Settings\shell\12subcmd]

“MUIVerb”=”Privacy”

[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\Settings\shell\12subcmd\command]

@=”explorer ms-settings:privacy”

; Update & security

[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\Settings\shell\13subcmd]

“MUIVerb”=”Update && security”

[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\Settings\shell\13subcmd\command]

@=”explorer ms-settings:windowsupdate”

; Mixed Reality

[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\Settings\shell\14subcmd]

“MUIVerb”=”Mixed Reality”

[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\Settings\shell\14subcmd\command]

@=”explorer ms-settings:holographic”

  1. Open File > Save As.
  2. Give the file this name: settings –menu.reg.
  3. When you’re done, double-click the file you just created to apply these settings to the Registry.
  4. Select “Yes”.
  5. You’ll be asked to confirm if you want to add the information to the registry. Click “Yes”. A message saying the operation was successful will be displayed.
  6. Now, right-click the Desktop, and you’ll see the “Settings” cascading context menu listed there.
  7. If you want, you can change where you want the “Settings” menu to appear. In the script, our value is ‘Middle’. You can modify this by replacing the value ‘Middle’ with ‘Top’ or ‘Bottom’.

How to Remove ‘Settings’ Context Menu in Windows 10

  1. Press the Windows Key+R simultaneously, and type regedit in the “Run” dialog box.
  2. Open this path: HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\Settings
  3. Right-click ‘Settings” and select “Delete”.
  4. You’ll be asked, “Are you sure you want to permanently delete this key and all of its subkeys?” Choose “Yes”.
  5. Exit the Registry Editor.

When you right-click your Desktop, you will not see the “Settings” menu.

That’s it! You now know how to add and remove the ‘Settings’ cascading context menu in Windows 10.

Your Windows device requires up-to-date drivers in order to run efficiently. Outdated drivers are known to cause stability issues, and your computer may crash and freeze abruptly, thus interfering with your work. To avoid such a scenario, you need to keep your device drivers always updated. You can update the drivers manually, but then you’ll have to go through a long, tiring process.

Additionally, you can’t always know when new driver versions are available. That’s why you need a reliable tool like Auslogics Driver Updater. With a one-click solution, this program scans the entire system and gives you an overview of the drivers you need to update or fix.

The biggest advantage you get from using Auslogics Driver Updater is that it searches for drivers in the manufacturer’s website and installs the latest version. This ensures that there are no compatibility issues. And, if you find that the new driver version is not to your liking, you can always revert the changes since the tool creates backups prior to installing new driver versions.

With Auslogics Driver Updater, you don’t need to worry about outdated device drivers anymore.

Do you like this post?