Disable the “show more options” i Windows11 Context menu
Have you also been annoyed, about a feature no-one probably ever requested in Windows 11 context menu, then you found a solution here.
To disable the setting, open terminal/cmd as admin and run the following command
reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
To Enable it again, type.
reg delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f
Afterwards all that is left to do is restart the Explorer.exe or re-log.
Ref:
Disable “Show more options” context menu in Windows 11 Tutorial | Windows 11 Forum (elevenforum.com)