How to display more options by default in win11 system by right-clicking (restore win10 right-click menu style)

How to display more options by default in win11 system by right-clicking (restore win10 right-click menu style)

No need to download plug-ins, just one line of command! ! ! When using svn to submit updates in win11, you have to always use the right click to operate. You have to click Show More Options to display the submit update and other functions. So it is much more convenient to return to the win10 right-click menu mode.

Right click and select Administrator Terminal

Open the administrator terminal and run the command:

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

After restarting the computer, the right click of win10 will be restored.

If you want to restore win11, enter the following command to restart

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

Guess you like

Origin blog.csdn.net/weixin_58959834/article/details/130424226