Skip to content

Instantly share code, notes, and snippets.

@questionlp
Last active May 29, 2022 16:38
Show Gist options
  • Save questionlp/5a2c8db46bf77a2defdc839f36eab7cf to your computer and use it in GitHub Desktop.
Save questionlp/5a2c8db46bf77a2defdc839f36eab7cf to your computer and use it in GitHub Desktop.
Windows 11 Context Menu Registry Fix

Windows 11 Context Menu Registry Fix

Original: https://www.explainingcomputers.com/sample_code/Win11_Context_Menu_Fix.txt

Open the registry editor (eg by pressing Windows + R and entering regedit)

Navigate to: HKEY_CURRENT_USER\Software\Classes

Right-click CLSID and select Key from the menu to create a new key named {86ca1aa0-34aa-4e8b-a509-50c905bae2a2}

Right click the new key and select Key from the menu to create a second new key inside the first, and name this InprocServer32

Expand InprocServer32 and double-click on Default in the right-hand pane.

In the resultant Edit String window, do not change anything and just click on OK.

Close the registry editor and reboot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment