Turn On Your Num Lock
Now set Num Lock to keep on by default once you logon the system.
Two techniques I know to set Num Lock settle on by default.
• If you have good nowhow about the Registry Editor then Click on start button and in Run command type Regedt32.exe. Now navigate to HKEY_USERS\.Default\Control Panel\Keyboard and modify the value for initial keyboard indicators between 0 to 2.
• You can also change the NUM LOCK state by configuring the script . Now click on the Start button and then open Notepad. Copy the giving code and paste in Notepad.
set WshShell = CreateObject(”WScript.Shell”)
WshShell.SendKeys “{NUMLOCK}”
Save the file with name “num.vbs” must including the quotes. Now copy this file to user startup folder. The path for this folder is Documents and Settings\All Users\Start Menu\Programs\Startup.
Now restart the computer. Num Lock should come on and stay on.






