search
HomeCommon ProblemHow to Default 'Show More Options' in Windows 11's Right-Click Menu

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.

Fix 1 – Manually Adjust CLSID

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.

如何在Windows 11的右键单击菜单中默认“显示更多选项”

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.

如何在Windows 11的右键单击菜单中默认“显示更多选项”

Step 5 –To rename this key, right-click the key and click "Rename".

如何在Windows 11的右键单击菜单中默认“显示更多选项”

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.

如何在Windows 11的右键单击菜单中默认“显示更多选项”

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.

如何在Windows 11的右键单击菜单中默认“显示更多选项”

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.

如何在Windows 11的右键单击菜单中默认“显示更多选项”

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.

如何在Windows 11的右键单击菜单中默认“显示更多选项”

Step 4 –If you need confirmation, click “is”.

如何在Windows 11的右键单击菜单中默认“显示更多选项”

After this

restart the system.

Fix 2 – Run the context change script

Don’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文件的内部,您将获得一个注册表脚本。

如何在Windows 11的右键单击菜单中默认“显示更多选项”

第 3 步 –只需提取“Disable_Show_more_options_context_menu”zip文件即可。

第 4 步 –只需双击“Disable_Show_more_options_context_menu”脚本即可在计算机上运行批处理文件。

如何在Windows 11的右键单击菜单中默认“显示更多选项”

此脚本将在系统注册表中添加注册表项(我们在修复 1 中演示的手动方法)。

运行批处理文件后,您必须重新启动计算机。

您可以使用另一个脚本来还原此更改,即在上下文菜单中恢复显示更多选项。

步骤 1 –得到这个Enable_Show_more_optionss。

步骤 2 –解压缩此压缩文件。你会在里面找到一个脚本。

步骤3 –双击启用显示更多选项”注册表脚本以运行它。

如何在Windows 11的右键单击菜单中默认“显示更多选项”

这将带回上下文菜单中的“显示更多”选项。请重新启动计算机一次并检查一次。

修复3 –使用终端

最后一个选项是执行此操作的另一种方法。只需运行特定命令即可禁用“显示更多”选项或在系统上启用它。

禁用显示更多选项 –

这些是在系统上打开经典上下文菜单的步骤 –

步骤 1 –您需要使用管理权限打开终端。因此,搜索“命令”。

步骤 2 –只需右键单击顶部搜索结果并使用“以管理员身份运行”。

如何在Windows 11的右键单击菜单中默认“显示更多选项”

第 3 步 –只需这一行粘贴到黑色终端中即可。然后,打 输入 禁用 显示更多选项 在您的系统上。

reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve

如何在Windows 11的右键单击菜单中默认“显示更多选项”

退出终端后,重新启动PC/笔记本电脑。

启用显示更多选项 –

如果要还原上下文菜单中的“显示更多选项”,则应遵循以下步骤–

步骤 1 –管理员身份打开 CMD 终端

步骤 2 –然后,粘贴此代码并按 输入 启用 显示更多选项 菜单。

这将从系统注册表中删除该注册表项。

reg delete "HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f​

如何在Windows 11的右键单击菜单中默认“显示更多选项”

执行代码后,退出终端。

重新启动系统应该会再次获得新的上下文菜单。检查这是否有效。

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!

Statement
This article is reproduced at:云东方. If there is any infringement, please contact admin@php.cn delete

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.