让win11右键默认显示更多选项
管理员运行命令:
Win11完整右键菜单
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
恢复默认省略菜单
reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /va /f
最后重启资源管理器就可以了
taskkill /f /im explorer.exe & start explorer.exe