Turn NUM LOCK on at start-up

Anonymous
2009-12-27T01:45:17+00:00

How do you edit InitialKeyboardIndicators in the registry editor so num lock is on at start-up? One instruction I read said to change the value to 2.  The number that is already present is 2147483648 which I have no idea what it stands for!  Can anyone help me out here? Thanks

Windows for home | Previous Windows versions | Devices and drivers

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2009-12-27T08:21:38+00:00

By default the numlock status is the same as it was in when you properly shut down the computer. If it was on when you shut it down it will be on when you again turn the computer on.

--

Richard Urban

Microsoft MVP

Windows Desktop Experience/Security

"BJ55" wrote in message news:b6f5c70d-a053-431 1-946d-ba9e8879f644...

How do you edit InitialKeyboardIndicators in the registry editor so num lock is on at start-up? One instruction I read said to change the value to 2.  The number that is already present is 2147483648 which I have no idea what it stands for!  Can anyone help me out here? Thanks

Was this answer helpful?

100+ people found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2010-06-04T13:27:04+00:00

I haven't read through every reply, but just in case there has not been an answer for this, here is what you do.

By default, NumLock, CapsLock, and ScrollLock are set to off on power up in WindowsXP.  If you want to modify this to allow one or all of them to be on by default at power up, follow the below instructions.

  1. Click Start
  2. Click Run
  3. Type RegEdit
  4. Expand to HKEY_Users
  5. Expand .Default
  6. Expand Control Panel
  7. Expand Keyboard
  8. Find sting value InitialKeyboadIndicators. (By default this will be set to '0' which means Num Lock, Scroll Lock, and Caps Lock are all turned off.)
  9. Double click the "InitialKeyboardIndicators" string value and make the following changes.
  • 0 - Turns off Num Lock, Caps Lock, and Scroll Lock
  • 1 - Turns on Caps Lock
  • 2 - Turns on Num Lock
  • 3 - Turns on Caps Lock and Num Lock
  • 4 - Turns on Scroll Lock
  • 5 - Turns on Caps Lock and Scroll Lock
  • 6 - Turns on Num Lock and Scroll Lock
  • 7 - Turns on Caps Lock, Num Lock, and Scroll Lock

Exit the Registry. When you restart, the new setting will take effect

Was this answer helpful?

70+ people found this answer helpful.
0 comments No comments

137 additional answers

Sort by: Oldest
  1. Anonymous
    2010-07-26T15:53:02+00:00

    I have had the same issue as the users reported, which seems that the so called "MVP"'s have completely failed to truly answer. But, here is something I found in another blog that I believe truly does explain the string and answers the question:

    >> Thanks for the advice but within the Initialkeyboardindicators i expected

    >> a 0 but the is a number 2147483648 mentioned.

    >> What is the meaning of it, can i just overwrite it with a 2

    >> Further i suppose i have to put "2" (a two between quotes"

    >>

    >> Please your final advice before i do the change.[/color]

    >

    > The number "2147483648" is the decimal equivalent of 0x80000000. Why MS

    > uses a RegSZ (text string) to hold a number which needs to be translated

    > to a binary value is a mystery.

    >

    > A bit of experimentation shows that you can turn on the NumLock latch

    > during login by changing the setting of InitialKeyboardIndicators from

    > 2147483648 to 2147483650 (which is 0x80000002) in the HKU.Default\Control

    > Panel\Keyboard key. (Just edit the final "48" to "50".)

    >

    > I don't know the significance of the leading one-bit so I suggest not

    > disturbing it.

    Was this answer helpful?

    40+ people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2010-08-03T02:31:07+00:00

    here is some help from a 70 year old:  HKEY-USERS

                                                                 DEFAULT

                                                                         CONTROL PANEL

                                                                                  KEYBOARD

                                                                                     INITIAL KEYBOARD INDICATORS (SET TO 2)

                                                            HKEY_CURRENT_USER

                                                                  CONTROL PANEL

                                                                        KEYBOARD

                                                                            INITIAL KEYBOARD INDICATORS   (SET TO 2)

    SET BOTH KEY TO THEIR RESPECTIVE VALUE.

    This procedure has worked for me for 14 years.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2011-01-09T19:40:07+00:00

    Yes, I was having the same problem.  Changing the last two numbers from 48 to 50 corrected it.  Thanks!

    Was this answer helpful?

    0 comments No comments