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: 240
  • Disable_Show_more_options_context_menu.reg
    620 bytes · Views: 630
  • Enable_Show_more_options_context_menu.reg
    584 bytes · Views: 470
  • Show_more_options.png
    Show_more_options.png
    1.6 KB · Views: 112
  • 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:
Very strange because I have the same build of Win 11, yet when I run that on the Powershell I get
HKCU\Software\Classes\CLSID\ : The module 'HKCU' could not be loaded. For more information, run 'Import-Module HKCU'.
At line:1 char:1
+ HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\In ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (HKCU\Software\Classes\CLSID\:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CouldNotAutoLoadModule

Hello Larry, :-)

A mistake may have been made entering the command. Does using option 1 work for you?
 

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
Yes, Brink, I just got through doing it that way and it's great to see the old right click menu restored.

If I could get rid of the lack of focus for the keyboard when switching between programs using Alt.-Tab. I'd like Windows 11 much more. I haven't seen anyone else complain about it but it's real on my Dell 8940. The switching very often brings up a program that doesn't recognize the keyboard until I use the mouse to click on the visible page.

I was typing on the page, switched to another program for data I intend to put on the first page, but when I go back to the first page I can't start typing until I click somewhere on that page. With Windows 10 I would return to the first page and find the cursor still in the position I left it in so I can immediately type in the data I found. I do a lot of data entry that way, by switching back and forth. It's a lot slower now. Sometimes I'll have focus when I go back to the first page, but most of the time I don't.
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell 8950
    CPU
    12th Gen Intel(R) Core(TM) i9-12900K 3.20 GHz
    Motherboard
    0DYKKV A00
    Memory
    65262 Megabytes Usable Installed Memory
    Graphics Card(s)
    NVIDIA GeForce RTX 3070
    Sound Card
    Multimedia Intel(R) Display Audio NVIDIA High Definition Audio NVIDIA Virtual Audio Device (Wave Extensible) (WDM) Realtek(R) Audio WsAudio_Device
    Monitor(s) Displays
    Dell
    Mouse
    Logitech
    Internet Speed
    D/L 120 mbps
    Browser
    Firefox
    Antivirus
    Malwarebytes
Talking about failures in design changes, I am mystified why they don't give as a default on right click to "Move To Folder" and "Copy To Folder". I find those so convenient that I use them several times a week. Say you search for a particular file because you want to put files like that one in a different folder. You can tell the search app to 'show in folder', then when you go to the item in whatever folder that it was found, you can just right click on the item and click "move to folder", which will move that file into another folder or even to another hard drive.

It's so much easier and faster having that on your right click menu than having to drag the found file to it's new location. You don't even need to open the folder that you're moving items to, just right click and chose "move to folder". I've added this to my registry since 2016.
 

Attachments

  • CopyToMoveTo.reg
    254 bytes · Views: 92

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell 8950
    CPU
    12th Gen Intel(R) Core(TM) i9-12900K 3.20 GHz
    Motherboard
    0DYKKV A00
    Memory
    65262 Megabytes Usable Installed Memory
    Graphics Card(s)
    NVIDIA GeForce RTX 3070
    Sound Card
    Multimedia Intel(R) Display Audio NVIDIA High Definition Audio NVIDIA Virtual Audio Device (Wave Extensible) (WDM) Realtek(R) Audio WsAudio_Device
    Monitor(s) Displays
    Dell
    Mouse
    Logitech
    Internet Speed
    D/L 120 mbps
    Browser
    Firefox
    Antivirus
    Malwarebytes
Talking about failures in design changes, I am mystified why they don't give as a default on right click to "Move To Folder" and "Copy To Folder". I find those so convenient that I use them several times a week. Say you search for a particular file because you want to put files like that one in a different folder. You can tell the search app to 'show in folder', then when you go to the item in whatever folder that it was found, you can just right click on the item and click "move to folder", which will move that file into another folder or even to another hard drive.

It's so much easier and faster having that on your right click menu than having to drag the found file to it's new location. You don't even need to open the folder that you're moving items to, just right click and chose "move to folder". I've added this to my registry since 2016.

:wink:

 

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
Yes, that's the fix, but it is a hack, not part of Windows 11. I probably got the reg key that implements it from you. Maybe on TenForum's site.
Related question.
What does "Copy as path" mean?
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell 8950
    CPU
    12th Gen Intel(R) Core(TM) i9-12900K 3.20 GHz
    Motherboard
    0DYKKV A00
    Memory
    65262 Megabytes Usable Installed Memory
    Graphics Card(s)
    NVIDIA GeForce RTX 3070
    Sound Card
    Multimedia Intel(R) Display Audio NVIDIA High Definition Audio NVIDIA Virtual Audio Device (Wave Extensible) (WDM) Realtek(R) Audio WsAudio_Device
    Monitor(s) Displays
    Dell
    Mouse
    Logitech
    Internet Speed
    D/L 120 mbps
    Browser
    Firefox
    Antivirus
    Malwarebytes
What does "Copy as path" mean?
The “Copy as path” option, upon selected, will copy the full path of the selected file or folder as text to the clipboard.
After copying the path of an item, you can paste the path to any text area (as in any area that supports entering text).

For example, try to select the “Copy as path” option from the context menu after right-clicking a file, and then paste the path into a new text file using Notepad or WordPad.

Copy as path
 

My Computer

System One

  • OS
    Dual Boot 10 / 11 Pro
Thank you, Lucas. Your explanation was clear.

I fail to understand why or when someone would want to do that. Maybe it's there to help developers?

I noticed another seeming quark in Windows 11. You can still point and click and hold the mouse button down in order to drag open windows around. The difference is that in Windows 10 that action would turn the pointer into a hand, but there no change to the pointer in Win 11.
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell 8950
    CPU
    12th Gen Intel(R) Core(TM) i9-12900K 3.20 GHz
    Motherboard
    0DYKKV A00
    Memory
    65262 Megabytes Usable Installed Memory
    Graphics Card(s)
    NVIDIA GeForce RTX 3070
    Sound Card
    Multimedia Intel(R) Display Audio NVIDIA High Definition Audio NVIDIA Virtual Audio Device (Wave Extensible) (WDM) Realtek(R) Audio WsAudio_Device
    Monitor(s) Displays
    Dell
    Mouse
    Logitech
    Internet Speed
    D/L 120 mbps
    Browser
    Firefox
    Antivirus
    Malwarebytes
I fail to understand why or when someone would want to do that.
In order to help people, I often have to use looong file paths to get them where they need to be. Copy As Path is exactly the button I need, to get them where they need to be, to fix the problem they have.

Suppose someone doesn't know where the 11 Start and All Apps menus are stored. I know where they are and can find them easily. A click on Copy as path does the trick to get the not-quite-computing-sophisticated user to the required destination:

"C:\ProgramData\Microsoft\Windows\Start Menu\Programs"
"C:\Users\DAW\AppData\Roaming\Microsoft\Windows\Start Menu\Programs"
 

My Computers

System One System Two

  • OS
    11 Pro 23H2 22631.3447
    Computer type
    PC/Desktop
    Manufacturer/Model
    Lenovo ThinkCentre M920S SFF
    CPU
    i7-9700 @ 3.00GHz
    Motherboard
    Lenovo 3132
    Memory
    32GBDDR4 @ 2666MHz
    Graphics Card(s)
    Intel HD 630 Graphics onboard
    Sound Card
    Realtek HD Audio
    Monitor(s) Displays
    LG E2442
    Screen Resolution
    1920x1080
    Hard Drives
    1 x Samsung 970 EVO PLUS 500GB NVMe SSD, 1 x WD_BLACK SN770
    250GB NVMe SSD (OS and programs), 1 x WD_BLACK SN770
    500GB NVMe SSD (Data)
    Case
    Lenovo SFF
    Keyboard
    Cherry Stream TKL JK-8600US-2 Wired
    Mouse
    LogiTech M510 wireless
    Internet Speed
    Fast (for fixed wireless!)
    Browser
    Chrome, sometimes Firefox
    Antivirus
    Malwarebytes Premium & Defender (working together beautifully!)
  • Operating System
    11 Pro 23H2 22631.3447
    Computer type
    PC/Desktop
    Manufacturer/Model
    Lenovo ThinkCentre M920S SFF
    CPU
    i5-8400 @ 2.80GHz
    Motherboard
    Lenovo 3132
    Memory
    32GB DDR4 @ 2600MHz
    Graphics card(s)
    Intel HD 630 Graphics onboard
    Sound Card
    Realtek High Definition Audio onboard
    Monitor(s) Displays
    LG FULL HD (1920x1080@59Hz)
    Screen Resolution
    1920 x 1080
    Hard Drives
    1 x Samsung 970 EVO PLUS NVMe; 1 x Samsung 980 NVMe SSD
    Case
    Lenovo Think Centre SFF
    Mouse
    LogiTech M510 wireless
    Keyboard
    Cherry Stream TKL JK-8600US-2 Wired
    Internet Speed
    Fast (for fixed wireless!)
    Browser
    Chrome
    Antivirus
    Malwarebytes Premium and MS Defender, beautiful together
Another example:
Suppose I want to create a right click context menu entry for a certain app execution...,
... I Copy As Path from the .exe...

0001815.png


... paste the path into the appropriate dialog...

Screenshot (61).png


Voilà! The associated icon, which was sought out via the path, appears in the left margin...

0001816.png
 
Last edited:

My Computers

System One System Two

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    ASUS ROG Strix
  • Operating System
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    ASUS VivoBook
...that action would turn the pointer into a hand...
I've only ever seen the hand in MS Office.
Usually it's crosshairs, and only if you use the right click Move dialog...
(It may depend on your cursor theme, though!)

0001817.png
 

My Computers

System One System Two

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    ASUS ROG Strix
  • Operating System
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    ASUS VivoBook
Thanks for the explanation and examples, Edwin. I think the hand was part of Windows 10. It came up just when moving open folders around on the screen, independent of any program.
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell 8950
    CPU
    12th Gen Intel(R) Core(TM) i9-12900K 3.20 GHz
    Motherboard
    0DYKKV A00
    Memory
    65262 Megabytes Usable Installed Memory
    Graphics Card(s)
    NVIDIA GeForce RTX 3070
    Sound Card
    Multimedia Intel(R) Display Audio NVIDIA High Definition Audio NVIDIA Virtual Audio Device (Wave Extensible) (WDM) Realtek(R) Audio WsAudio_Device
    Monitor(s) Displays
    Dell
    Mouse
    Logitech
    Internet Speed
    D/L 120 mbps
    Browser
    Firefox
    Antivirus
    Malwarebytes

My Computers

System One System Two

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    ASUS ROG Strix
  • Operating System
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    ASUS VivoBook
Thank you, Lucas. Your explanation was clear.

I fail to understand why or when someone would want to do that. Maybe it's there to help developers?
I use it when uploading images or other files.

I don't always keep things in the default folders (i.e. where Microsoft thinks I should save them). e.g. I keep my images in project-related folders rather than in Pictures or Downloads. When I want to upload a file, a web site will (usually) ask for the location of the file. Rather than navigate to the path in the dialog box asking for the location, I right-click on the file, copy the path to the Clipboard, and then paste the path into the dialog box that's asking for the location of the file. (Kind of awkward to explain, would be easy to do.)
 

My Computers

System One System Two

  • OS
    Windows 11 version 21H2 (OS Build 22000.469)
    Computer type
    Laptop
    Manufacturer/Model
    HP Spectre X360 14
    CPU
    i7-1195G7
    Memory
    16GB
    Monitor(s) Displays
    external 24" Dell P2415Q
    Screen Resolution
    3840 x 2160 on external Dell, 3000 x 2000 on laptop screen
    Hard Drives
    1TB SSD with 32GB Optane cache
    Browser
    Vivaldi, Comodo Dragon, Edge
    Antivirus
    Avast (free version)
  • Operating System
    Windows 11 Pro, 21H2 (Build 22000.376)
    Computer type
    Tablet
    Manufacturer/Model
    Surface Pro 6
    CPU
    i7-8650U
    Memory
    16 GB
    Graphics card(s)
    iGPU (Intel® UHD Graphics 620)
    Monitor(s) Displays
    Dell P2415Q
    Screen Resolution
    3840 x 2160 on external Dell, 2736 x 1824 on SP6 screen
    Hard Drives
    512GB PCIe Gen 3 x2 SSD
    Browser
    Vivaldi, Comodo Dragon, Edge
    Antivirus
    Avast (free edition)
Just an FYI. The download file to enable/disable doesn't work in W11.
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo
    Graphics Card(s)
    NVIDA 1650 Ti
    Monitor(s) Displays
    Lenovo C32q-20
Just an FYI. The download file to enable/disable doesn't work in W11.

Hello Sammy, :-)

They still work for me.

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

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
Hello Sammy, :)

They still work for me.

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

Doh! You're right. I had to reboot. Thank you for the tweak!
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo
    Graphics Card(s)
    NVIDA 1650 Ti
    Monitor(s) Displays
    Lenovo C32q-20

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
This fix can also be applied globally (i.e. for all users), but the registry key is protected so you have to take ownership before you can change it.
This is an excerpt from the batch file I use to configure Windows:
Batch:
REM Define the SID for "Administrator"
SET "SIDadmin=S-1-5-32-544" & REM Administrators

REM Restore full context menus for all users
CALL :DeleteProtKey "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}"

EXIT /B 0

REM Deleted protected registry key
:DeleteProtKey
@ECHO Deleting "%~1"
REG QUERY "%~1" >NUL: 2>&1 && (
  SetACL -on "%~1" -ot reg -rec yes -actn setowner -ownr "n:%SIDadmin%" -silent
  SetACL -on "%~1" -ot reg -actn setprot -rec yes -actn ace -ace "n:%SIDadmin%;p:full" -silent
  REG DELETE "%~1" /F ||  PAUSE
)
EXIT /B 0

SetACL is a program by Helge Klein that makes it easy to take ownership of protected things (registry keys, files, etc.). You can download it from Here.

Shawn, please add this to the tutorial.
 

My Computer

System One

  • OS
    Win 10 pro
    Computer type
    PC/Desktop
    Manufacturer/Model
    several (Dell, HP, custom build, Lenovo, ASUS, etc.)
    CPU
    several
    Motherboard
    several
    Browser
    Firefox
    Other Info
    I have many computers, mostly Dell and HP.
This no longer seems to work for Beta/Dev versions, and yes I have rebooted.

This is such a bad plan if they have disabled this regedit

Another victory for the Dev Team "Whack-a-Mole" department:ffs:
 

My Computer

System One

  • OS
    Windows 10 Pro + others in VHDs
    Computer type
    Laptop
    Manufacturer/Model
    ASUS Vivobook 14
    CPU
    I7
    Motherboard
    Yep, Laptop has one.
    Memory
    16 GB
    Graphics Card(s)
    Integrated Intel Iris XE
    Sound Card
    Realtek built in
    Monitor(s) Displays
    N/A
    Screen Resolution
    1920x1080
    Hard Drives
    1 TB Optane NVME SSD, 1 TB NVME SSD
    PSU
    Yep, got one
    Case
    Yep, got one
    Cooling
    Stella Artois
    Keyboard
    Built in
    Mouse
    Bluetooth , wired
    Internet Speed
    72 Mb/s :-(
    Browser
    Edge mostly
    Antivirus
    Defender
    Other Info
    TPM 2.0
This no longer seems to work for Beta/Dev versions, and yes I have rebooted.

This is such a bad plan if they have disabled this regedit

Another victory for the Dev Team "Whack-a-Mole" department:ffs:

Hello mate, :-)

It's still working for me in the Dev build 22598.

I only had to restart the explorer process to apply.
 

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

Back
Top Bottom