Win11 right click to display more option setting tutorials

  How to set the right button to display more options in Win11? If you feel that it is very troublesome to click "Show more options" every time you right-click the menu, you can make it appear directly through the settings. So how should it work?

1. First, right-click the "Start" button (or press Win+X keys), select and click "Windows Terminal (Administrator)".

2. Then paste this code [reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve] in the terminal application and press Enter .

 

 

3. After the operation is successful, restart the Win11 computer and you can see the same right-click menu as the previous Win10.

How to restore the new right-click menu of Win11:

  1. Open the Windows terminal (administrator) as usual, and directly enter this string of codes [reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /va /f]

  2. Then it will show that the operation is successful. After restarting, it can be restored.

PS: There are other ways, but I didn't try to confirm. The above method is completely feasible.

EOF

Guess you like

Origin blog.csdn.net/guofangsky/article/details/130864273