win11去除"显示更多选项",直接显示全部菜单
以管理员身份运行命令行
1、编辑注册表
reg.exe add “HKCU\Software\Classes\CLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32” /f /ve
2、重启资源管理器
taskkill /f /im explorer.exe & start explorer.exe
win11去除"显示更多选项",直接显示全部菜单
以管理员身份运行命令行
1、编辑注册表
reg.exe add “HKCU\Software\Classes\CLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32” /f /ve
2、重启资源管理器
taskkill /f /im explorer.exe & start explorer.exe