Skip to content

Windows 11 Context Menu

  1. Add registry key
Terminal window
# create registry path
New-Item -Path "HKCU:\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}"
# add property
New-ItemProperty -Path "HKCU:\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" -Name "InprocServer32" -Value "" -PropertyType String
  1. Log out, or reboot