To disable the new right click context menu and set it to the old legacy right click context menu, run the following from an Admin Command Line:
reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
To restore the new Windows 11 context menu, using Admin Command Prompt:
reg delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f