Not a fan of the Windows 11 right-click menu? Go back to the old right-click menu with this guide.
The command to restore the old (pre-Windows 11) context menu:
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
The command to restore the modern (Windows 11) context menu:
reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f