例:禁用 Win+1\2\3\4\5\6\7\8\9\0\Q 快捷键.
- 运行以下的 .reg,修改注册表
DisabledHotkeys.reg
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"DisabledHotkeys" = "1234567890Q"
- 运行以下 .bat,重启资源管理器
restartExplorer.bat
taskkill /f /im explorer.exe & start explorer.exe