Personalization Disable "Show more options" context menu in Windows 11


  • Staff
Show_more_options_banner.png

This tutorial will show you how to enable or disable having to click on "Show more options" to see the full context menu for your account or all users in Windows 11.

When you right click on an item in Windows 11, you will see a new modern condensed context menu with Show more options (Shift+F10) at the bottom you have to click on to see all available options.

Reference:

If you use the context menu a lot, then you will most likely find having to click on Show more options annoying anytime you need more options.

Pressing the Shift + F10 keys while having something selected will open the "Show more options" context menu for that item.

Starting with Windows 11 build 22572, you can now also press Shift + right click in File Explorer and the Desktop to be the same as click/tap on the “Show more options” context menu item.

Starting with Windows 11 build 26058 (Canary and Dev), to make it easier to use the File Explorer context menu, labels have been added to previously unlabeled actions such as cut, copy, paste, rename, share, and delete.

If you like, you can disable this condensed Show more options context menu to always have it open too see the full context menu again when you right click on an item.



Contents

  • Option One: Enable or Disable "Show more options" context menu for Current User using REG file
  • Option Two: Enable or Disable "Show more options" context menu for Current User using Command
  • Option Three: Enable or Disable "Show more options" context menu for All Users in Registry Editor


EXAMPLE: "Show more options" context menu enabled and disabled
Enable_Show_more_options.png
Disable_Show_more_options.png





Option One

Enable or Disable "Show more options" context menu for Current User using REG file


1 Do step 2 (enable) or step 3 (disable) below for what you would like to do.

2 Enable "Show more options" context menu for Current User

This is the default setting.


A) Click/tap on the Download button below to download the file below, and go to step 4 below.

Enable_Show_more_options_context_menu.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}]

3 Disable "Show more options" context menu for Current User

A) Click/tap on the Download button below to download the file below, and go to step 4 below.

Disable_Show_more_options_context_menu.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32]
@=""

4 Save the .reg file to your desktop.

5 Double click/tap on the downloaded .reg file to merge it.

6 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

7 You may need to either restart the explorer process, sign out and sign in, or restart the computer to apply.

8 You can now delete the downloaded .reg file if you like.




Option Two

Enable or Disable "Show more options" context menu for Current User using Command


1 Open Windows Terminal, and select Windows PowerShell or Command Prompt.

2 Copy and paste the command below you want into Windows Terminal, and press Enter.

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

OR​

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

3 Close Windows Terminal.

4 You may need to either restart the explorer process, sign out and sign in, or restart the computer to apply.




Option Three

Enable or Disable "Show more options" context menu for All Users in Registry Editor


You must be signed in as an administrator to use this option.


1 Open Registry Editor (regedit.exe).

2 Navigate to the key below in the left pane of Registry Editor. (see screenshot below)

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}

Show_more_options_all_users-1.png

3 If you have not already, you will need to first change the owner of the {86ca1aa0-34aa-4e8b-a509-50c905bae2a2} registry key in the left pane to be the Administrators group, check the Replace owner on subcontainers and objects box, and click/tap on OK. (see screenshot below)


Show_more_options_all_users-2.png

4 If you have not already, you will need to second set permissions of the {86ca1aa0-34aa-4e8b-a509-50c905bae2a2} registry key in the left pane to "Allow" the Administrators group "Full control". (see screenshot below)


Show_more_options_all_users-3.png

5 You can now close Registry Editor.

6 Do step 7 (enable) or step 8 (disable) below for what you would like to do.

7 Enable "Show more options" context menu for All Users

This is the default setting to allow using Option One and Option Two.


A) Click/tap on the Download button below to download the file below, and go to step 9 below.

Enable_Show_more_options_context_menu.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}]
@="File Explorer Context Menu"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InProcServer32]
@="C:\\Windows\\System32\\Windows.UI.FileExplorer.dll"
"ThreadingModel"="Apartment"

8 Disable "Show more options" context menu for All Users

This will override Option One and Option Two.


A) Click/tap on the Download button below to download the file below, and go to step 9 below.

Disable_Show_more_options_context_menu.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}]
@="File Explorer Context Menu"

[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InProcServer32]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InProcServer32]
@=""

9 Save the .reg file to your desktop.

10 Double click/tap on the downloaded .reg file to merge it.

11 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

12 You may need to either restart the explorer process, sign out and sign in, or restart the computer to apply.

13 You can now delete the downloaded .reg file if you like.


That's it,
Shawn Brink

 

Attachments

  • Show_more_options.png
    Show_more_options.png
    14.7 KB · Views: 242
  • Disable_Show_more_options_context_menu.reg
    620 bytes · Views: 641
  • Enable_Show_more_options_context_menu.reg
    584 bytes · Views: 478
  • Show_more_options.png
    Show_more_options.png
    1.6 KB · Views: 113
  • Disable_Show_more_options_context_menu_for_all_users.reg
    1 KB · Views: 25
  • Enable_Show_more_options_context_menu_for_all_users.reg
    1,002 bytes · Views: 13
Last edited:

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    8TB WD MyCloudEX2Ultra NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Logitech wireless K800
    Mouse
    Logitech MX Master 3
    Internet Speed
    1 Gbps Download and 35 Mbps Upload
    Browser
    Google Chrome
    Antivirus
    Microsoft Defender and Malwarebytes Premium
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    APC SMART-UPS RT 1000 XL - SURT1000XLI,
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    HP Spectre x360 2in1 14-eu0098nr (2024)
    CPU
    Intel Core Ultra 7 155H 4.8 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Graphics card(s)
    Integrated Intel Arc
    Sound Card
    Poly Studio
    Monitor(s) Displays
    14" 2.8K OLED multitouch
    Screen Resolution
    2880 x 1800
    Hard Drives
    2 TB PCIe NVMe M.2 SSD
    Internet Speed
    Intel Wi-Fi 7 BE200 (2x2) and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Windows Defender and Malwarebytes Premium

Latest Support Threads

Latest Tutorials

Back
Top Bottom