【笔记】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

恢复

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

完成

参考文献

哔哩哔哩——数码柜子
博客园——寒爵
博客园——网络杂记