看到论坛没人写,好多人很烦这个右键菜单,改一下:
切换到旧版右键菜单:
- reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
复制代码
恢复回Win11右键菜单:
- reg delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f
复制代码
重启Windows资源管理器生效。
- taskkill /f /im explorer.exe & start explorer.exe
复制代码
其他
、CMD 运行以下2行代码即可
reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /v "ThreadingModel" /t REG_SZ /d "None" /f
taskkill /f /im explorer.exe & start explorer.exe
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。