Suppressing the display of "More Options" in the Windows 11 right-click menu requires: Open the Registry Editor and navigate to the specified registry key. Create a DWORD value named NoShowContextMenuMoreOptions. Set the DWORD value to 1. Exit Registry Editor and restart your computer.
How to cancel the display of "More Options" in the Windows 11 right-click menu
Windows 11 "More Options" in the right-click menu The "Multiple Options" submenu contains additional options that are less commonly used. If you wish to simplify the menu, you can suppress its display.
The steps are as follows:
Open the registry editor:
Windows R
key to open the Run dialog box. regedit
and press Enter. Navigate to the following registry key:
Computer\HKEY_CURRENT_USER\Software\Classes\CLSID\ {86ca1aa0-34aa-4e8b-a509-50c905bae2a2}
Create new DWORD value:
NoShowContextMenuMoreOptions
. Set the DWORD value:
NoShowContextMenuMoreOptions
value. 1
in the Numeric Data field. Note:
NoShowContextMenuMoreOptions
value or change its numeric data to 0
. The above is the detailed content of How to cancel right-click to display more options in win11. For more information, please follow other related articles on the PHP Chinese website!