With the new Windows 11 Microsoft made some changes of user interface, one of the main one is the context right-click menu.
To return to the old standard menu that all windows user now since windows XP you just have to follow the steps below:
1º Open Command line with admin privileges
2º run the following command
reg.exe add “HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32” /f /ve
3º restart file explorer or just restart computer
And done when you right click its back as the old menu.
If you want to rollback just execute the following command on CMD
reg.exe delete “HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}” /f
References:
Microsoft Page