One of the most annoying changes that our users never want is the inclusion of "Show more options" in the right-click context menu. However, you can remove it and get back the classic context menu in Windows 11. No more multiple clicks and looking for these ZIP shortcuts in context menus. Follow this guide to return to a full-blown right-click context menu on Windows 11.
This is the only manual method on our list. You will adjust specific keys or values in Registry Editor to resolve this issue.
NOTE – Registry edits like this are very safe and work fine. Therefore, you should create a registry backup before trying this on your system.
Step 1 –Try searching for “Registry Editor”.
Step 2 –Click on “Registry Editor” as the best match in the search results.
Step 3 –After entering the Registry Editor, tab to the CLSID tab –
HKEY_CURRENT_USER\SOFTWARE\CLASSES\CLSID
Step 4 –You must create a new subkey under CLSID. So, right-click the button and click "New>" and then "Key".
This key will get the common name "New Key #1". You have to rename it yourself.
Step 5 –To rename this key, right-click the key and click "Rename".
Step 6 – Write or copy-paste this name in that key to rename it.
{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}
Step 7 –Select the new “{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}” key. Then, right-click on it and click "New", "Key">Create a new key.
Step 8 –You must name this key “InprocServer32”.
When a new key is created, it is automatically assigned the "Default" value.
Step 9 –All you have to do is double-click on this “(Default)” value.
Step 10 –Clear any data you see in the “Value Data:” box. Make sure it's clean.
Step 11 –Now you have to save it using the “OK” option.
Exit Registry Editor.
Now, don’t continue trying to test the results! You have to wait.Restart the computer. When the system comes back up, go to the desktop and right-click there.
Check the context menu. You get the old classic Windows context menu without the cumbersome "Show more options".
But what if you want to get it back? There is a way.Step 1 –You must open Registry Editor again.
Step 2 –Then, go to the same class ID again –
HKEY_CURRENT_USER\SOFTWARE\CLASSES\CLSID
Step 3 –Just right click on “ {86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" and then click "Remove" to remove it from the system.
Step 4 –If you need confirmation, click “is”.
After thisrestart the system.
Fix 2 – Run the context change scriptDon’t want the hassle of editing the registry yourself? You can run this batch file just to perform this operation on your system.Step 1 –Download this Disable_Show_more_options_context_menu zip file on your system.
第2步 – 提取zip文件。在zip文件的内部,您将获得一个注册表脚本。
第 3 步 –只需提取“Disable_Show_more_options_context_menu”zip文件即可。
第 4 步 –只需双击“Disable_Show_more_options_context_menu”脚本即可在计算机上运行批处理文件。
此脚本将在系统注册表中添加注册表项(我们在修复 1 中演示的手动方法)。
运行批处理文件后,您必须重新启动计算机。
您可以使用另一个脚本来还原此更改,即在上下文菜单中恢复显示更多选项。
步骤 1 –得到这个Enable_Show_more_optionss。
步骤 2 –解压缩此压缩文件。你会在里面找到一个脚本。
步骤3 –双击“启用显示更多选项”注册表脚本以运行它。
这将带回上下文菜单中的“显示更多”选项。请重新启动计算机一次并检查一次。
最后一个选项是执行此操作的另一种方法。只需运行特定命令即可禁用“显示更多”选项或在系统上启用它。
这些是在系统上打开经典上下文菜单的步骤 –
步骤 1 –您需要使用管理权限打开终端。因此,搜索“命令”。
步骤 2 –只需右键单击顶部搜索结果并使用“以管理员身份运行”。
第 3 步 –只需将这一行粘贴到黑色终端中即可。然后,打 输入 禁用 显示更多选项 在您的系统上。
reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
退出终端后,重新启动PC/笔记本电脑。
如果要还原上下文菜单中的“显示更多选项”,则应遵循以下步骤–
步骤 1 –以管理员身份打开 CMD 终端。
步骤 2 –然后,粘贴此代码并按 输入 启用 显示更多选项 菜单。
这将从系统注册表中删除该注册表项。
reg delete "HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f
执行代码后,退出终端。
重新启动系统应该会再次获得新的上下文菜单。检查这是否有效。
The above is the detailed content of How to Default "Show More Options" in Windows 11's Right-Click Menu. For more information, please follow other related articles on the PHP Chinese website!