在使用计算机时,您可以方便地访问最常用的实用程序,这一点很重要。其中之一,至少对我而言,是Windows Settings。它们有很多用途,我非常依赖它们。使它们可访问的最简单方法之一是将它们固定到Taskbar,只需单击几下即可。但是,如果您不习惯使用任务栏(Taskbar)来启动程序,您可以选择将Windows 设置(Windows Settings)添加到桌面(Desktop)上下文菜单。在本文中,我们将讨论如何进行此更改。
如何将Windows 设置(Windows Settings)添加到桌面上下文菜单
到位的过程非常简单。您需要做的就是创建一个相关的 .reg 文件并将其与您现有的注册表设置“合并”,以对现有的上下文菜单进行更改。以下是简要概括的步骤:
- (Open)使用“运行”(Run)对话框或“高级用户(Power User)”菜单打开提升的记事本(Notepad)
- 复制粘贴整个(或部分)命令
- 将记事本文件保存为“.reg”文档,放在易于访问的位置
- 打开文件的位置并合并它
- 确认警告提示并等待更改生效
现在让我们详细讨论这个过程。通过在“运行”(Run)对话框中键入“ Notepad .exe ”并按Ctrl+Shift+Enter打开(Open)提升的记事本(Notepad)。
在其中复制粘贴以下代码并将其保存为注册表文件。
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\Settings]
"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"
转到文件(File)并将其另存为“.reg”文件(文件名无关紧要)。确保将文件(File)类型选择为“All File s”,否则您的文件将仅保存为“.txt”文件。此外,请确保此文件保存在您可以轻松找到的位置。
访问文件的位置并右键单击该文件。第一个选项会说“合并(Merge)” 。这仅在您通过管理员帐户使用Windows时才会显示,因此请注意这一点。单击Merge后,会出现一些警告提示,询问您是否要对Registry进行这些更改。确认(Confirm)它们并等待一段时间使其生效。
现在,您可以右键单击并打开上下文菜单以查看“设置”(Settings)选项以及此处设置页面上的所有设置子部分。这就是它的样子。
此处的定制超出了这一点。如果您只希望设置的特定部分显示在上下文菜单上,则可以编辑上述代码块,即,如果您不希望其中一个或多个显示,只需删除该代码块。每个设置子部分都在其名称前标有“”,因此您可以相应地对其进行自定义。例如,如果要删除Time和Language,请找到 â€~; 时间(Time)和语言并删除所有代码行,直到下一个小节显示。
提示(TIP):我们的Ultimate Windows Tweaker允许您通过单击将几个有用的项目添加到上下文菜单中。
如何向上下文菜单添加快捷方式?
如果您想向上下文菜单添加任何快捷方式,无论其位置如何,都可以遵循一个非常简单的过程。这里的快捷方式是指所有具有URI命令的应用程序。这些命令可帮助您直接启动应用程序/设置。这是您需要做的:
- 访问要创建快捷方式的位置,例如Desktop。
- 右键单击(Right-click)此处,然后选择创建一个新的快捷方式
- 将出现一个快捷方式创建向导。
- 如果您不知道相关设置的URI 命令,您可以浏览它
- 然后,命名此快捷方式并单击完成
如何在Windows 10的新上下文菜单中添加或删除项目?
正如我们迄今为止所观察到的,上下文菜单是非常可定制的。您可以根据需要使用注册表编辑器(Registry Editor)或在线提供的免费软件之一添加或删除项目。(add to or remove items from it)
希望能帮助到你!
How to add Settings to the Desktop context menu in Windows 11/10
It is important that you have convenient access to the most frequently used utilities while working on your computer. Оne of thesе, at least for me, іs Windows Settings. They serve a plethora of purposes and I heavily rely on them. One of the easiest ways to make them accessible is to pin them to the Taskbar, something that just requires a couple of clicks. However, if you aren’t in the habit of using your Taskbar to launch programs, an alternative for you is to add Windows Settings to the Desktop context menu. In this article, we will be discussing how you can make this change.
How to add Windows Settings to the desktop context menu
The process in place is very easy. All you need to do is create a relevant .reg file and ‘merge’ it with your existing registry settings to make the change to your existing context menu. Below are the steps followed condensed in brief:
- Open elevated Notepad using the Run dialog box or the Power User menu
- Copy-paste the entire (or portions of) the command
- Save the notepad file as a ‘.reg’ document in a place that is easily accessible
- Open the file’s location and merge it
- Confirm the warning prompts and wait for the changes to take effect
Let us now discuss the process in detail. Open elevated Notepad by typing ‘Notepad.exe’ in the Run dialog box and pressing Ctrl+Shift+Enter.
Copy-paste the following code in it and save it as a registry file.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\Settings]
"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"
Go to File and save it as a ‘.reg’ file (it doesn’t matter what the file’s name is). Make sure that the File type is selected to be ‘All Files’ or else your file will be saved as a ‘.txt’ file only. Also, make sure that this file is saved in a place you can easily locate.
Visit the file’s location and right-click on the file. The first option will say ‘Merge’. This will only show up if you’re using Windows via the administrator’s account, so take note of that. Once you’ve clicked on Merge, a few warning prompts will show up, asking if you want to make these changes to your Registry. Confirm them and wait for a while for it to take effect.
Now, you can right-click and open your context menu to see the Settings option along with all the settings sub-sections that are found on the settings page right here. This is what it looks like.
The customizations here exist beyond this point. You can edit the above block of code if you want only particular sections of Settings to show up on the context menu, i.e., if you don’t want one or more of them to show up, simply delete that block of code. Every settings sub-section is marked by a ‘;’ before its name so you can customize it accordingly. For example, if you want to remove Time and Language, locate ‘; Time & language’ and remove all the lines of code till the next sub-section shows.
TIP: Our Ultimate Windows Tweaker lets you add several useful items to the context menu with a click.
How do I add a shortcut to the context menu?
If you want to add any shortcut to a context menu, irrespective of its location, there’s a very easy procedure to be followed. By shortcuts here, I mean all those apps that have a URI command for them. These commands help you directly launch the app/setting. Here’s what you need to do:
- Visit the location where you want to create the shortcut, for example, Desktop.
- Right-click here, and select to create a new shortcut
- A shortcut creation wizard will appear.
- If you don’t know the URI command of the relevant setting you can browse for it
- Then, name this shortcut and click on Finish
How do I add or remove items from a new context menu in Windows 10?
The context menu, as we’ve observed till now, is very customizable. You can add to or remove items from it as you wish using either the Registry Editor or one of the freeware available online.
Hope it helps!