Num locks

  • Thread starter Thread starter computerkiller
  • Start date Start date
C

computerkiller

I have read the article on num locks and did what it said, but it does not
work. After boot the num locks come on then off. What else can I do?
 
To have numbers lock on at bootup:
Start---run---regedit---ok
HKEY_USERS\Default\control panel\keyboard
Set keyboard ind. to 2
 
Check for a BIOS setting. In addition:

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}"

--

All the Best,
Kelly (MS-MVP/DTS&XP)

Taskbar Repair Tool Plus!
http://www.kellys-korner-xp.com/taskbarplus!.htm

SupportSpace
www.supportspace.com/pages?aiu=kellyskorner
 
computerkiller said:
I have read the article on num locks and did what it said, but it does not
work. After boot the num locks come on then off. What else can I do?


Start by telling us what you're trying to accomplish, perhaps?


--

Bruce Chambers

Help us help you:


http://support.microsoft.com/default.aspx/kb/555375

They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety. ~Benjamin Franklin

Many people would rather die than think; in fact, most do. ~Bertrand Russell

The philosopher has never killed any priests, whereas the priest has
killed a great many philosophers.
~ Denis Diderot
 

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

Numeric Keypad Not Working? 8
Caps lock and Num Lock 4
Num Lock on Keyboard 13
Num Lock default 5
Scroll Lock, Num Lock and Caps Lock icons. 3
F Lock 3
Keyborad problem 2
Nothing happens at ctrl-alt-delete prompt 6

Back
Top