Restore the old Context Menu in Windows 11
- Right-click the Start button and choose Windows Terminal.
- Copy the command from below, paste it into the Windows Terminal Window, and press Enter.
C:\> reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve - Restart File Explorer or your computer for the changes to take effect.
Restore Modern Context menus in Windows 11
To undo this change, in a Terminal Window, execute this command:
- Copy the command from below, paste it into the Windows Terminal Window, and press Enter.
C:\> reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f - Restart the File Explorer or Computer for the changes to take effect.
These steps can help you to enable the old context menu in Windows 11.
Source: https://learn.microsoft.com/en-gb/answers/questions/2287432/(article)-restore-old-right-click-context-menu-in
