first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

Windows NT Registry: A "Brave Attempt" to Control the State of the Numlock Key

The following Registry Keys must be Merged from a properly formatted *.REG file:

HKEY_USERS
    \\.DEFAULT\\Control Panel\\Keyboard
        "InitialKeyboardIndicators"="2"

HKEY_CURRENT_USER
    \\Control Panel\\Keyboard
        "InitialKeyboardIndicators"="2" 

Note that InitialKeyboardIndicators is of type REG_SZ (string). It has been said that this procedure may not work as planned. The opinion here is that this setting does not force an "on" or "off" state. I assume that it is saving the state that the Numlock Key is in before the user logs off.

mod date: 2000-12-24T22:29:24.000Z