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


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.

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

Show_more_options_enabled.webp
Show_more_options_disabled.webp





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 If you have Smart App Control turned on, you will need to unblock the downloaded REG file.

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

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

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

9 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 If you have Smart App Control turned on, you will need to unblock the downloaded REG file.

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

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

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

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


That's it,
Shawn Brink

 

Attachments

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 My Computers

  • At a glance

    Windows 11 Pro for WorkstationsIntel i7-8700K 5 GHz64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600...ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GD...
    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,
    TerraMaster F8 SSD Plus NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Amazon Basics Wired Full Keyboard MD005
    Mouse
    Logitech MX Master 4
    Internet Speed
    2 Gbps Download and 100 Mbps Upload
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    CyberPower CP1500PFCLCD
    Galaxy S23 Plus phone
  • At a glance

    Windows 11 ProSnapdragon X Elite (12 core) 3.42 GHz16 GB LPDDR5x-7467 MHz
    Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Surface Laptop 7 Copilot+ PC
    CPU
    Snapdragon X Elite (12 core) 3.42 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Monitor(s) Displays
    15" HDR
    Screen Resolution
    2496 x 1664
    Hard Drives
    1 TB SSD
    Internet Speed
    Wi-Fi 7 and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
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 My Computer

At a glance

Windows 1112th Gen Intel(R) Core(TM) i9-12900K 3.20 GHz65262 Megabytes Usable Installed MemoryNVIDIA GeForce RTX 3070
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

My Computer My Computer

At a glance

Windows 1112th Gen Intel(R) Core(TM) i9-12900K 3.20 GHz65262 Megabytes Usable Installed MemoryNVIDIA GeForce RTX 3070
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.

;)

 

My Computers My Computers

  • At a glance

    Windows 11 Pro for WorkstationsIntel i7-8700K 5 GHz64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600...ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GD...
    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,
    TerraMaster F8 SSD Plus NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Amazon Basics Wired Full Keyboard MD005
    Mouse
    Logitech MX Master 4
    Internet Speed
    2 Gbps Download and 100 Mbps Upload
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    CyberPower CP1500PFCLCD
    Galaxy S23 Plus phone
  • At a glance

    Windows 11 ProSnapdragon X Elite (12 core) 3.42 GHz16 GB LPDDR5x-7467 MHz
    Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Surface Laptop 7 Copilot+ PC
    CPU
    Snapdragon X Elite (12 core) 3.42 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Monitor(s) Displays
    15" HDR
    Screen Resolution
    2496 x 1664
    Hard Drives
    1 TB SSD
    Internet Speed
    Wi-Fi 7 and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
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 My Computer

At a glance

Windows 1112th Gen Intel(R) Core(TM) i9-12900K 3.20 GHz65262 Megabytes Usable Installed MemoryNVIDIA GeForce RTX 3070
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 My Computer

At a glance

Windows 11 Pro 25H2
OS
Windows 11 Pro 25H2
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 My Computer

At a glance

Windows 1112th Gen Intel(R) Core(TM) i9-12900K 3.20 GHz65262 Megabytes Usable Installed MemoryNVIDIA GeForce RTX 3070
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 My Computers

  • At a glance

    11 Pro 24H2 26100.2454i7-9700 @ 3.00GHz32GBDDR4 @ 2666MHzIntel HD 630 Graphics onboard
    OS
    11 Pro 24H2 26100.2454
    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!)
  • At a glance

    11 Pro 24H2 26100.2454i5-8400 @ 2.80GHz32GB DDR4 @ 2600MHzIntel HD 630 Graphics onboard
    Operating System
    11 Pro 24H2 26100.2454
    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
    Keyboard
    Cherry Stream TKL JK-8600US-2 Wired
    Mouse
    LogiTech M510 wireless
    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 My Computers

  • At a glance

    Windows 11 Pro
    OS
    Windows 11 Pro
    Computer type
    PC/Desktop
    Manufacturer/Model
    ASUS ROG Strix
  • At a glance

    Windows 11 Pro
    Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    ASUS VivoBook
  • ASUS VivoBook 'Lite' ~ Windows 11 Home
...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 My Computers

  • At a glance

    Windows 11 Pro
    OS
    Windows 11 Pro
    Computer type
    PC/Desktop
    Manufacturer/Model
    ASUS ROG Strix
  • At a glance

    Windows 11 Pro
    Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    ASUS VivoBook
  • ASUS VivoBook 'Lite' ~ Windows 11 Home
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 My Computer

At a glance

Windows 1112th Gen Intel(R) Core(TM) i9-12900K 3.20 GHz65262 Megabytes Usable Installed MemoryNVIDIA GeForce RTX 3070
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 My Computers

  • At a glance

    Windows 11 Pro
    OS
    Windows 11 Pro
    Computer type
    PC/Desktop
    Manufacturer/Model
    ASUS ROG Strix
  • At a glance

    Windows 11 Pro
    Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    ASUS VivoBook
  • ASUS VivoBook 'Lite' ~ Windows 11 Home
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 My Computers

  • At a glance

    Windows 11 Pro 25H2 (OS Build 26200.8524)AMD Ryzen AI 9 HX 370 w/Radeon 890M32GBNVIDIA GeForce RTX 4050 (and IGP Radeon 890M)
    OS
    Windows 11 Pro 25H2 (OS Build 26200.8524)
    Computer type
    Laptop
    Manufacturer/Model
    ASUS - ProArt PX13
    CPU
    AMD Ryzen AI 9 HX 370 w/Radeon 890M
    Motherboard
    AMI HN7306WU
    Memory
    32GB
    Graphics Card(s)
    NVIDIA GeForce RTX 4050 (and IGP Radeon 890M)
    Monitor(s) Displays
    external 24" Dell P2415Q
    Screen Resolution
    3840 x 2160 on external Dell, 2880 x 1800 on laptop screen
    Hard Drives
    1TB WD SSD
    Browser
    Vivaldi, Brave, Edge
    Antivirus
    Avast (free version)
  • At a glance

    Windows 11 Pro, 21H2 (Build 22000.376)i7-8650U16 GBiGPU (Intel® UHD Graphics 620)
    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 My Computer

At a glance

Windows 11NVIDA 1650 Ti
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 My Computers

  • At a glance

    Windows 11 Pro for WorkstationsIntel i7-8700K 5 GHz64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600...ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GD...
    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,
    TerraMaster F8 SSD Plus NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Amazon Basics Wired Full Keyboard MD005
    Mouse
    Logitech MX Master 4
    Internet Speed
    2 Gbps Download and 100 Mbps Upload
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    CyberPower CP1500PFCLCD
    Galaxy S23 Plus phone
  • At a glance

    Windows 11 ProSnapdragon X Elite (12 core) 3.42 GHz16 GB LPDDR5x-7467 MHz
    Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Surface Laptop 7 Copilot+ PC
    CPU
    Snapdragon X Elite (12 core) 3.42 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Monitor(s) Displays
    15" HDR
    Screen Resolution
    2496 x 1664
    Hard Drives
    1 TB SSD
    Internet Speed
    Wi-Fi 7 and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
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 My Computer

At a glance

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

My Computers My Computers

  • At a glance

    Windows 11 Pro for WorkstationsIntel i7-8700K 5 GHz64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600...ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GD...
    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,
    TerraMaster F8 SSD Plus NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Amazon Basics Wired Full Keyboard MD005
    Mouse
    Logitech MX Master 4
    Internet Speed
    2 Gbps Download and 100 Mbps Upload
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    CyberPower CP1500PFCLCD
    Galaxy S23 Plus phone
  • At a glance

    Windows 11 ProSnapdragon X Elite (12 core) 3.42 GHz16 GB LPDDR5x-7467 MHz
    Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Surface Laptop 7 Copilot+ PC
    CPU
    Snapdragon X Elite (12 core) 3.42 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Monitor(s) Displays
    15" HDR
    Screen Resolution
    2496 x 1664
    Hard Drives
    1 TB SSD
    Internet Speed
    Wi-Fi 7 and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
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 My Computer

At a glance

Win 10 proseveral
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 My Computer

At a glance

Windows 11 Pro + Win11 Canary VM.I9 13th gen i9-13900H 2.60 GHZ16 GB solderedIntegrated Intel Iris XE
OS
Windows 11 Pro + Win11 Canary VM.
Computer type
Laptop
Manufacturer/Model
ASUS Zenbook 14
CPU
I9 13th gen i9-13900H 2.60 GHZ
Motherboard
Yep, Laptop has one.
Memory
16 GB soldered
Graphics Card(s)
Integrated Intel Iris XE
Sound Card
Realtek built in
Monitor(s) Displays
laptop OLED screen
Screen Resolution
2880x1800 touchscreen
Hard Drives
1 TB NVME SSD (only weakness is only one slot)
PSU
Internal + 65W thunderbolt USB4 charger
Case
Yep, got one
Cooling
Stella Artois (UK pint cans - 568 ml) - extra cost.
Keyboard
Built in UK keybd
Mouse
Bluetooth , wireless dongled, wired
Internet Speed
900 mbs (ethernet), wifi 6 typical 350-450 mb/s both up and down
Browser
Edge
Antivirus
Defender
Other Info
TPM 2.0, 2xUSB4 thunderbolt, 1xUsb3 (usb a), 1xUsb-c, hdmi out, 3.5 mm audio out/in combo, ASUS backlit trackpad (inc. switchable number pad)

Macrium Reflect Home V8
Office 365 Family (6 users each 1TB onedrive space)
Hyper-V (a vm runs almost as fast as my older laptop)
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 My Computers

  • At a glance

    Windows 11 Pro for WorkstationsIntel i7-8700K 5 GHz64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600...ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GD...
    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,
    TerraMaster F8 SSD Plus NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Amazon Basics Wired Full Keyboard MD005
    Mouse
    Logitech MX Master 4
    Internet Speed
    2 Gbps Download and 100 Mbps Upload
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    CyberPower CP1500PFCLCD
    Galaxy S23 Plus phone
  • At a glance

    Windows 11 ProSnapdragon X Elite (12 core) 3.42 GHz16 GB LPDDR5x-7467 MHz
    Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Surface Laptop 7 Copilot+ PC
    CPU
    Snapdragon X Elite (12 core) 3.42 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Monitor(s) Displays
    15" HDR
    Screen Resolution
    2496 x 1664
    Hard Drives
    1 TB SSD
    Internet Speed
    Wi-Fi 7 and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
Back
Top Bottom