Windows (at least since NT, possibly 9x or ME but I don't recall) ignores
the initial setting of NumLock as controlled by BIOS and sets it based on
Registry values.
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.
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.
As for the quotes, you'll need them if you change the setting via a script,
but not if you directly edit the setting using RegEdit.
ObWarningOfDireConsequences: The Registry Editor is an extremely dangerous
tool, without an UNDO option, and with immediate commit of any changes you
make. Be very certain that you know what you want to change, and that
you've actually told the editor to make that change, before you click the OK
button. An "OOPS!" moment might be a non-event, it might immediately crash
the system, or it might set up a time bomb that goes off at some future time
(usually when you are working on irreplacable data...).
And be wary about believing anything you are told about changes to the
Registry (or any other part of your system) that you receive from someone
who you have no affirmative reason to trust -- me, for example, since I
doubt that you have any idea who I am or what my credentials might be. If
you have a system that you can afford to lose you might want to try a change
on it before applying it to your production system.
Joe Morris