WIN11右键菜单默认显示更多选项

1,586 阅读1分钟

1. 修改为win10经典菜单

1.1 win + R 打开命令行

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

1.2 重启资源管理器

image.png

2. 恢复win11默认右键菜单

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

2.2 重启资源管理器