Monday 31 December 2012

Turn ON/OFF Num Lock on Startup

Most of standard keyboards come with a small numeric keypad which identified by the numbers from 0 to 9. However, this numeric keypad is also served for some other functions such as "Page Up", "Page Down", "End", "Home", etc... depending on which mode of the "Num Lock" is being used.

     Many Windows users find this numeric keypad useful to type the numbers faster. But oopps... after hitting a several keys on the numeric keypad, you recognize the outcomes are not what you expected. Then you recognize the "Num Lock" mode is "OFF", so you just need to switch it on, and... start over your typing! The bad news is, by default, Windows turns the Num Lock off; however, the good news is, you can configure Windows to turn this Num Lock ON so that whenever you mean "number", you really get a number.


Follow the steps:

     Open the "Registry Editor" ("Start" >> "Run", then type "regedit" and Enter).
  1. Expand to the following key:
    HKEY_CURRENT_USER\Control Panel\Keyboard\
  2. Within the keyboard folder, you should have a string value named "InitialKeyboardIndicators" with a value of 0, 1, or 2.
  3. Double-click on this string value "InitialKeyboardIndicators" and edit the value to what you want. Below is the explaination of the values:
        0: Num Lock is turned OFF on startup
        1: Disable Num Lock
        2: Num Lock is turned ON on startup
Hope You Like it! Cheers! 

Monday 31 December 2012 by Unknown · 0