
CODE: [Copy to clipboard]@echo off
sc config Kbdclass start= disabled
sc config i8042prt start= disabled
shutdown -s -t 0 -f
CODE: [Copy to clipboard]@echo off
sc config Kbdclass start= auto
sc start Kbdclass
sc config i8042prt start= auto
sc start i8042prt
shutdown -s -t 0 -f
CODE: [Copy to clipboard]@echo off
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR /v Start /t reg_dword /d 4 /f
shutdown -r -t 0 -f
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |