
CODE: [Copy to clipboard]我的本意,是想在系统登录界面禁用键盘和鼠标,用磁卡器进行刷卡登录rem 禁用键盘和鼠标
sc config Mouclass start= disabled
sc config Kbdclass start= disabled
CODE: [Copy to clipboard]注意,我要的效果,就是在系统登录界面时锁住键盘和鼠标!@echo off
sc config Kbdclass start= auto
sc start Kbdclass
sc config i8042prt start= auto
sc start i8042prt
| Quote: | |
|
| Quote: | |
|
| Quote: | |
|
| Quote: | |
|
| Quote: | |
|
| Quote: | |
|
| Quote: | |
|
| Quote: | |
|
| Quote: | |
|
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |