当前位置:DOS资源站资料中心批处理教程 → 开机自动开启数字键盘-批处理代码

开机自动开启数字键盘-批处理代码

减小字体 增大字体 作者:佚名  来源:本站整理  发布时间:2008-4-28 22:10:01

reg add "HKUS\.DEFAULT\Control Panel\Keyboard" /v "InitialKeyboardIndicators" /t REG_SZ /d "2" /f
reg add "HKUS\.DEFAULT\Control Panel\Keyboard" /v "KeyboardDelay" /t REG_SZ /d "1" /f
reg add "HKUS\.DEFAULT\Control Panel\Keyboard" /v "KeyboardSpeed" /t REG_SZ /d "31" /f