Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Windows 7系統教程 >> 關於Windows7系統教程 >> windows7特性開機自動啟動小鍵盤

windows7特性開機自動啟動小鍵盤

日期:2017/2/7 9:35:46      編輯:關於Windows7系統教程

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

Copyright © Windows教程網 All Rights Reserved