11
Feb
2009
How to make NumLock enabled on boot
In Windows, you might want the NumLock to be turned on after Windows start. Here is the quick registry fix for this.
Create a file file named numlock.reg with follow content:
Windows Registry Editor Version 5.00
[HKEY_USERS\.DEFAULT\Control Panel\Keyboard]
"InitialKeyboardIndicators"="2"
Double click on the file to import the setting.

