|
方法1、先开机,等到提示要输入密码的时候,按NUM LOCK,这时灯亮了。此时,别输入密码,只要重新启动就行了。
8 ^2 }2 z% E6 J9 M 方法2、首先在BIOS中把NumLock项设为Enable,然后在BIOS中将PnPWithOS项亦设为Enable即可。不过注销用户时NumLock小键盘锁是关闭的,要手工打开。
( P- b' b: l# g 方法3、进HKEY_CURRENT_USER\Control Panel\Keyboard,将“KeyboardDelay”的值改为2。或者把下面的保存成*.reg,运行。
0 a5 B* h. l( \/ s$ v6 u5 d 方法4、仅需要对config.sys文件动点小手术即可达到此目的。设置方法如下:
6 e- C: ]8 g& x0 ~) G, J3 D7 z 单击“开始”菜单中的“运行”命令,然后在“打开”框中键入“sysedit”,按下回车键,打开“系统配置编辑程序”窗口。' [: h4 [& i7 t& n* x
单击“Config.sys”标题栏,将它切换为当前编辑窗口,u盘装系统然后在编辑区中键入“NumLock=ON”这一行命令。
! n; A* ~: X4 w8 T x! M9 z+ Q2 l9 x% @ 保存修改并关闭“系统配置编辑程序”窗口。
6 G& Y2 ?) J* `" G: j2 s 方法5、把下面的保存成VBS脚本,执行。
3 D& S U/ C, Y- ]& u set WshShell=CreateObject(“WScript.shell”)! U" z) o6 m$ X
WshShell.SendKeys“{NUMLOCK}”
: }, @' w" Z. \% Y Linux
/ H8 n! C! M+ _& v% a2 A/ y 1.
, b- H: {3 `1 T [root@localhost ~]# cat /etc/rc.d/rc.local4 b' k. ]6 [- h/ n, a0 p, q
#!/bin/sh
1 x6 d5 }" F \7 L) i #
! c1 T' Z. p- h # This script will be executed *after* all the other init scripts.
2 t5 q2 c: b9 c Z5 m # You can put your own initialization stuff in here if you don‘t
& `8 f( Q# X1 s- _9 U+ I # want to do the full Sys V style init stuff.
1 @) f6 F0 A% J1 A5 N6 r INITTY=/dev/tty[1-8]
& ^. @" e+ _% M5 Y: e8 P for tty in $INITTY; do" B" o" r: o. ?5 w
setleds -D +num 《 $tty
8 O% p& ]9 Y# c) y/ F5 C; u9 I done
9 s: s ?2 S( T, V1 y. e# V touch /var/lock/subsys/local4 f2 }3 s/ N/ k# Q: }
2.在man setleds的描述中,有一段设置字符控制台数字灯的脚本 注意的是:番茄花园设置字符控制台数字灯 在字符模式下,也可以这样: setleds -D +num/+caps/+scroll
/ \4 ~9 O$ Q8 V: g0 r. u+ b+ `9 O% y Windows Registry Editor Version 5.000 x- S7 G0 F* [
[HKEY_USERS\.DEFAULT\Control Panel\Keyboard]' q4 |. F5 {+ T) }' t3 f: M
“InitialKeyboardIndicators”=“2”, F# \# \, f, d7 |
|
|