numlock off at startup

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When my XP Prof loads, it always sets the numlock to OFF. This isn't a big deal,but it would be nice to know how to change default startup settings like this. It wasn't in any of the usual places.
 
To enable Numlock before users log in
You'll want to change this key
[HKEY_USERS\.DEFAULT\Control Panel\Keyboard]
Set InitialKeyboardIndicators = 2


If you want to enable it for the user (WinXP is suppose to retain the last
state of this button every time you log off)....
To force it on..
[HKEY_CURRENT_USER\Control Panel\Keyboard]
Set InitialKeyboardIndicators = 2

To enable numlock during bootup, you'll need to set the numlock enabled
option in your bios




--
Jason Tsang - Microsoft MVP

Find out about the MS MVP Program -
http://mvp.support.microsoft.com/default.aspx

joe7dust said:
When my XP Prof loads, it always sets the numlock to OFF. This isn't a
big deal,but it would be nice to know how to change default startup settings
like this. It wasn't in any of the usual places.
 
Joe,

* Start > Run > Regedit
* HKEY CURRENT USER\Control Panel\Keyboard\InitialKeyboardIndicators

0 = numberlock off
2 = numberlock on

If you want the numberlock on at the welcome screen you also need to change:

* HKEY USERS\.DEFAULT\Control Panel\Keyboard\
0 = numberlock off
2 = numberlock on

Drew

joe7dust said:
When my XP Prof loads, it always sets the numlock to OFF. This isn't a
big deal,but it would be nice to know how to change default startup settings
like this. It wasn't in any of the usual places.
 
thx! oh btw, where did you get the readme or w/e that shows the different values and what they do in the registry?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top