Num Lock light

  • Thread starter Thread starter Mark Rossi
  • Start date Start date
M

Mark Rossi

When I get to the Welcome Screen where I log in, the Num Lock light is lit.
As soon as I enter my password and hit Enter or the -> icon, the light turns
off and I have to push the button to get it turn back on. This doesn't
happen all the time. How can I get the Num Lock light to stay on all the
time? Thanks.
 
Hi Mark,

Go to: Start/Run/Regedit

HKEY CURRENT USER\Control Panel\Keyboard\
InitialKeyboardIndicators

0 = numberlock off
2 = numberlock on

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

HKEY USERS\.DEFAULT\Control Panel\Keyboard\
InitialKeyboardIndicators same number values as above.

Or...

Set Numlock State On or Off at Startup (Line 4)
http://www.kellys-korner-xp.com/xp_tweaks.htm

I have the edit for download here:
http://www.kellys-korner-xp.com/xp_n.htm#numlock

Create a vbs file and put it in the start folder:

set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys "{NUMLOCK}"
 
Mark said:
When I get to the Welcome Screen where I log in, the Num Lock light is lit.
As soon as I enter my password and hit Enter or the -> icon, the light turns
off and I have to push the button to get it turn back on. This doesn't
happen all the time. How can I get the Num Lock light to stay on all the
time? Thanks.
Try the key board on another computer to see it is good or bad.
If it is good, then the problem may be your motherboard or OS.
If it is still bad on another computer, you will need another keyboard.
 
Great, glad to hear it, Mark and you are most welcome. :o)





Mark Rossi said:
Kelly said:
Hi Mark,

Go to: Start/Run/Regedit

HKEY CURRENT USER\Control Panel\Keyboard\
InitialKeyboardIndicators

0 = numberlock off
2 = numberlock on

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

HKEY USERS\.DEFAULT\Control Panel\Keyboard\
InitialKeyboardIndicators same number values as above.

Thanks Kelly, that's exactly what I needed. The Num Lock light turns off
for a short time during the bootup, but it's not a time when it's needed.

Mark
 

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

Similar Threads


Back
Top