Sorry, the same thing happenned. Num lock off when log on.
Main Topics
Browse All TopicsHi, friends.
This is my question:
Wen I reboot my computer(windows XP Pro SP2) off the num lock. I want to keep it on. I Checked my BIOS and I changed the value of 'InitialKeyboardIndicators
Thanks a lot.
Edgard.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Again, the problem is : I setted the value of
HKEY_CURRENT_USER\Control Panel\Keyboard\ InitialKeyboardIndicators to 2
but when I reboot the value of InitialKeyboardIndicators change to 0.
The HKEY_USERS\.DEFAULT\Contro
after the reboot.
With the solution of the numlock.vbs file the above value change to 0, after 2 ...0 ...2...0...2
Thanks.
Hi edgardvieira,
please can you check your BIOS settings for Numeric Keypad locked at system start? I had some machines that were confusing Windows setting when this was not fixed in BIOS.
HKEY_USERS\.Default setting is for Ctrl-Alt-Del screen, so this is working correctly for you. If NumLock turns off after logging on it's saved in your profile (always the last status as it was when logging off before).
Do you have roaming profiles? Maybe even mandatory? (your changes won't be saved)
Did you log off correctly while NumLock was on? (give XP the chance to save your profile)
Are we getting closer to your problem cause?
Now this .Default key is to set the status that's to be used when starting into Windows when no user is logged in yet. If your machine keeps it's value (2) we don't have a BIOS issue.
So, if you log off having NumLock ON and you log on again and it's OFF again the only explanation is: your last profile status (registry) isn't saved.
Is this a standalone machine? Are there any restrictions (by policy?) preventing profile changes?
Or maybe you have errors in EventLog telling that something went wrong while saving your profile?
Hi Edgar,
I see, you want to have it on every time you log on, even if you switched it off at last logoff (why did you do that? ;-) Anyway.
The NumLock key is changing "InitialKeyboardIndicators
So what you need is always resetting registry value to "2" when logging off:
- Start - Run: "gpedit.msc"
- open "User Configuration" - "Windows Settings" - "Scripts (Logon/Logoff)"
- double click on "Logoff"
- click on "Show Files" button
Now an Explorer window will open up, showing "C:\WINDOWS\System32\Group
- right click into that Explorer window, choose "New" - "Text Document"
- rename "New Text Document.txt" to "NumLockON.vbs" (confirm the question to change extension)
- right click "NumLockON.vbs", call "Edit" (Notepad will open it)
- copy & paste this section into Notepad:
---------------- cut here (line not included) ----------------------
Set objWSH = CreateObject("WScript.Shel
objWSH.RegWrite "HKEY_CURRENT_USER\Control
---------------- cut here (line not included) ----------------------
- save the file and close Notepad
- close Explorer window
- back in "Logoff Scripts for Local Computer": click "Add..." - "Browse..." and add "NumLockON.vbs", confirming all requesters by clicking "OK"
- now you can close Group Policy Object Editor
From now on "InitialKeyboardIndicators
Hope I got it now? Please let me know if something's still missing, OK?
Cheers, Norbert
Great, thanks.
On http://msdn.microsoft.com/
Another great site is http://www.computerperform
And because I can't mention everything here: a Google search on special keywords of interest is always a good idea.
Have fun!
Business Accounts
Answer for Membership
by: kfullartonPosted on 2005-07-23 at 06:37:58ID: 14509594
You could try this...
om/?kbid=3 14879
http://support.microsoft.c