Win11 right click to expand and fold to display more options

1. Open the windows terminal (administrator)

2. Expand to show more options

Copy the following command, right-click on the terminal, and then restart the computer
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve 

3. Fold to show more options

Copy the following command, right-click on the terminal, and then restart the computer
reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /va /f 

Guess you like

Origin blog.csdn.net/qq_42815643/article/details/129334534