win11每次右键都要“显示更多选项”改为默认展开

通过命令提示符修改
按下Win+X键,选择“Windows终端(管理员)”。
在终端应用程序里粘贴命令reg.exe add "HKCU\Software\Classes\CLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve并按回车键。
执行命令taskkill /f /im explorer.exe; start explorer.exe,重启资源管理器,使更改生效。

标签: none

添加新评论