
now you can make ur numlock key turned on when you logon to urs system
1.
- goto start
- then Run
- then type regedit32.exe
- HKEY_USERS
- .Default
- Control panel
- Keyboard
- Change the value of InitialKeyBoardIndicator from 0 to 2
- you can do the same be configuring script to change the NUM LOCK state . click Start button and open Notepad copy the given code and paste in the notepad
WshShell.SendKeys"{NUMLOCK}"
now save the file with the name "num.vbs" . at the end copy the file to C:\Documents and Settings\All Users\Start Menu\Programs\Startup\ .
Now restart the computer and you will get urs numlock key turned on !
;)
0 comments
v