一条命令解决Windows11显示更多选项问题(恢复经典的右键菜单)

恢复到经典右键

需要以管理员身份运行CMD或者Powershell后,输入如下的命令添加一个注册表信息即可:

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

重启生效

taskkill /f /im explorer.exe & start explorer.exe

 

 

回退到win11

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

 重启

taskkill /f /im explorer.exe & start explorer.exe

 

 

版权声明:
作者:小何
链接:https://blog.chiyuba.com/houduanjishu/qita/634.html
来源:小何博客
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
打赏
< <上一篇
下一篇>>
文章目录
关闭
目 录