Change the right click menu in Windows 11

Опубликовано: 29 Апрель 2026
на канале: Dave's Tech Rescue
14,712
321

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