Modify Win11's annoying right-click menu
Expand the right-click menu
Open Windows Terminal (Administrator) and click to enter, and enter this string of code directly:
- reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
- taskkill /f /im explorer.exe
- start explorer.exe
Collapse the right-click menu
Open Windows Terminal (Administrator) and click to enter, and enter this string of code directly:
- reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /va /f
- taskkill /f /im explorer.exe
- start explorer.exe
Scan the QR code to push to your mobile phone access.
Copyright Notice: This article is written byTranBon BlogPublished, if you need to reprint, please indicate the source.
Link to this article:https://uc.33ol.com/?id=332