Super easy way to change win11 right-click menu back to win10

How to change win11 right-click menu back to win10

The picture shows the right-click menu of win11

image-20230824190358815

The picture shows the right-click menu of win10

image-20230824190207597

Because the buttons have been optimized in Win11 for a clean interface, but some buttons need to be right-clicked first and then clicked to display more options, which greatly reduces the efficiency of use, so here is the function of switching back to the right-click of Win10

  1. Win+R run cmd
  2. enter:reg add HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32 /f /ve
  3. Restart Explorer in Task Manager (or restart your computer)

The code for switching back to win11 right-click is also recorded here.

reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /va /f

There are other ways to modify the registry, but the essence is the same

Right click to switch-modify registry

Guess you like

Origin blog.csdn.net/m0_71417856/article/details/132481671