如何让小键盘开机就启动呢?

时间:2008-06-30 22:47:51  来源:  作者:

方法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


Tags:


上一篇:没有了   下一篇:Windows系统中Svchost进程应用技巧

文章评论

共有 0人发表了评论 查看完整内容

推荐教程

最新教程