win11右键默认显示更多选项【转载】

转载知乎,亲测可用
https://www.zhihu.com/question/480356710

管理员运行cmd命令:
在这里插入图片描述

输入命令,默认显示更多选项:
reg.exe 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

猜你喜欢

转载自blog.csdn.net/qq_42611074/article/details/132273030