投票
标题:开机自动启动小键盘
grape0915 (grape)
万物创造者
Rank: 9Rank: 9Rank: 9Rank: 9Rank: 9Rank: 9Rank: 9Rank: 9Rank: 9
自己玩


论坛达人  百目惠识  
UID 6757
精华 7
积分 253264
帖子 8391
狼毛 507482 根
阅读权限 110
注册 2005-8-24
来自 canton
状态 离线
发表于 2009-6-8 21:20 资料 短消息  加为好友 
开机自动启动小键盘

出处:IT.com.cn(IT世界网)

  方法1、先开机,等到提示要输入密码的时候,按NUM LOCK,这时灯亮了。此时,别输入密码,只要重新启动就行了。

  方法2、首先在BIOS中把NumLock项设为Enable,然后在BIOS中将PnPWithOS项亦设为Enable即可。不过注销用户时NumLock小键盘锁是关闭的,要手工打开。

  方法3、进HKEY_CURRENT_USER\Control Panel\Keyboard,将"KeyboardDelay"的值改为2。或者把下面的保存成*.reg,运行。

  方法4、仅需要对config.sys文件动点小手术即可达到此目的。设置方法如下:

  单击“开始”菜单中的“运行”命令,然后在“打开”框中键入“sysedit”,按下回车键,打开“系统配置编辑程序”窗口。

  单击“Config.sys”标题栏,将它切换为当前编辑窗口,然后在编辑区中键入“NumLock=ON”这一行命令。

  保存修改并关闭“系统配置编辑程序”窗口。

  方法5、把下面的保存成VBS脚本,执行。

set WshShell=CreateObject("WScript.shell")
WshShell.SendKeys"{NUMLOCK}"

Linux

1.

[root@localhost ~]# cat /etc/rc.d/rc.local
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.
INITTY=/dev/tty[1-8]
for tty in $INITTY; do
setleds -D +num < $tty
done
touch /var/lock/subsys/local

  2.在man setleds的描述中,有一段设置字符控制台数字灯的脚本 注意的是:设置字符控制台数字灯 在字符模式下,也可以这样: setleds -D +num/+caps/+scroll

Windows Registry Editor Version 5.00

[HKEY_USERS\.DEFAULT\Control Panel\Keyboard]
"InitialKeyboardIndicators"="2"

 顶部
 



当前时区 GMT+8, 现在时间是 2024-11-24 03:10
苏ICP备2024131517号

Powered by Discuz! 5.5.0 © 2001-2007
Processed in 0.005605 second(s), 6 queries, Gzip enabled

清除 Cookies - 联系我们 - 狼窝 - Archiver - WAP