【笔记】Windows11打开完整右键菜单

前言

Windows11打开完整右键菜单

快速打开完整右键菜单

  • Shift+F10

通过修改注册表永久生效

1
reg add "HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /ve /f
  • 重启资源管理器
1
2
taskkill /f /im explorer.exe
start explorer.exe

完成

参考文献

哔哩哔哩——数码柜子
博客园——寒爵