Home >
Common Problem >
How to make Windows 11 show all options when you right-click
How to make Windows 11 show all options when you right-click
WBOY
Release: 2023-04-14 23:31:01
forward
10648 people have browsed it
Beyond aesthetics, Windows 11 and Windows 10 have slightly different click responses. This is not surprising since every Windows update comes with its own new features.
One of these differences is the look of Windows 11 right-click. The new context menu is larger and includes common options like Open, Run as Administrator, Copy, Paste, and Pinned Launch.
The downside to this well-designed context menu is that it may not display the options you want. Such other options are hidden in the "Show more" option.
To access the old right-click context menu, you can use your mouse to select Show More Options or press Shift after selecting an item. F10
This article will focus on how to make Windows 11 right-click to display all options by default. Follow along as we discuss this, but before that, it's important that we tell you why Microsoft opted for the new right-click context menu.
Why does Microsoft want to adjust the right-click context menu?
The simple answer to this is that Microsoft is trying to achieve the best aesthetics in Windows 11 while improving performance.
The new context menu is designed to provide fewer options that are generally useful to the user. Other options such as "Open" and "Open with" are grouped together.
How to make Windows 11 right-click show all options by default?
1. Edit the Windows Registry
Notes Modifying the registry brings certain risks, so it is recommended to back it up before making any changes.
Use Windows Search to find and open Registry Editor.
Select Registry Editor and click Open.
If User Account Control requests permission, select Yes.
The Registry Editor will be displayed.
To continue the process of disabling showing more options in the new context menu, locate the CLISID folder. You can copy the address below and paste it into the search: <strong>HKEY_CURRENT_USER\SOFTWARE\CLASSES\CLSI</strong>
##Right click on the How to make Windows 11 show all options when you right-click file folder, expand
New, and select Key. Or after right-clicking the folder (How to make Windows 11 show all options when you right-click), then right-clicking an empty area in the pane.
A new key folder will be created.
Rename the key folder. Copy and paste from below to avoid errors:
{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}
By right-clicking on the renamed key folder, placing the cursor on New, and selecting
Key to create subkey .
Next, name the subkey
InprocServer32. Highlight the newly named subkey and double-click the default option. Check the popup and make sure the value data is empty. Next, select OK.
Exit Registry Editor
. Next, restart your computer. Now Windows 11 right click should show all options. <strong></strong>
If you don’t want to restart your PC, simply do the following to restart the Windows Explorer process:
Type Task Management in Windows Search Device
R. Copy and paste the following code: reg.exe add "HKCU\Software\Classes\How to make Windows 11 show all options when you right-click{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve <strong></strong> Restart your computer or restart Windows Explorer.
This method will achieve the same results as modifying the registry, but does not require any user input.
How to restore new context menu options?
Press the key to open the "Run" dialog box. WindowsR
Next, type the following code: <strong>reg.exe delete "HKCU\Software\Classes\How to make Windows 11 show all options when you right-click{86ca1aa0 -34aa-4e8b-a509-50c905bae2a2}" /f</strong>
##Now you should be able to Switch between menus and display all options. If you need more tips, don’t hesitate to learn how to disable the Show more options menu in Windows 11.
The above is the detailed content of How to make Windows 11 show all options when you right-click. For more information, please follow other related articles on the PHP Chinese website!
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn