How to modify Windows 11 Right Click Menu

The information below was gleaned from this website:
https://www.guidingtech.com/how-to-customize-right-click-menu-windows-11/

Make a backup of your registry before modifying keys. Open “Registry Editor”, click Computer, then Export.

This is the key to add to get your old style right click menu back. So add this key, then reboot.

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

This is the key to modify if you want to add/remove things from the right click menu. Add new keys under shell that point to programs you want to call quickly.

Computer\HKEY_CLASSES_ROOT\Directory\Background\shell
  • Simple solution
    • Open CMD Window
    • reg add HKCU\Software\Classes\CLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32 /ve /d “” /f
    • Reboot or Restart Windows Explorer from Task Manager

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.