Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Turn On NUMLOCK at Logon

WinXP Tips

Turn On NUMLOCK at Logon

by  rjkrash  Posted    (Edited  )
Because of XP's multi-user functionality, NumLock does not toggle on by default (system-wide), even if you have it set in your PC's BIOS.

Here is a hack the Windows Registry to change this behavior.

[color red]Standard Warnings About Careful Registy Hacking Apply![/color]

To enable NumLock through the Registry:

1. Open Windows Registry Editor - START > RUN, type in "REGEDIT" (w/o the quotes).
2. Navigate to HKEY_USERS\.Default\Control Panel\Keyboard.
3. Change the value for InitialKeyboardIndicators from 0 to 2.

Or, if you have more than one user on your system and one or more don't want NumLock on, run a script at logon to turn NumLock on, This allows you to only attach the script to specific users. To enable NumLock using a script, see this MS Knowledgebase article for complete instructions:

http://support.microsoft.com/support/kb/articles/Q262/6/25.ASP
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top