Technology Questions

Go Back   Technology Questions > Software Questions > Operating System Questions > Windows XP

Windows XP Discuss the Microsoft Windows XP Operating System

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 10-15-2007, 11:10 AM
aligatrjoe
Newsgroup Contributor
 
Posts: n/a
Can't get NUMLOCK ON at startup

I have Windows XP SP2 on a new Desktop. One user's NUMLOCK is on at startup.
The other user's NUMLOCK is off. REGEDIT setting is at 2. Can't get
suggested script file to solve problem. Help
--
Bill W
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 10-15-2007, 11:10 AM
  #2 (permalink)  
Old 10-15-2007, 11:20 AM
Kelly
Newsgroup Contributor
 
Posts: n/a
Re: Can't get NUMLOCK ON at startup

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


"aligatrjoe" <aligatrjoe@discussions.microsoft.com> wrote in message
news:029C2865-B0E6-4291-8C93-9BA905BA3A4D@microsoft.com...
>I have Windows XP SP2 on a new Desktop. One user's NUMLOCK is on at
>startup.
> The other user's NUMLOCK is off. REGEDIT setting is at 2. Can't get
> suggested script file to solve problem. Help
> --
> Bill W



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 10-15-2007, 12:30 PM
aligatrjoe
Newsgroup Contributor
 
Posts: n/a
Re: Can't get NUMLOCK ON at startup

Thanks Kelly. Problem is solved. I only knew of one REGEDIT setting. After
having both set at 2, then restarting PC, NUMLOCK was on as intended. Thank
you very much.
--
Bill W


"Kelly" wrote:

> 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
>
>
> "aligatrjoe" <aligatrjoe@discussions.microsoft.com> wrote in message
> news:029C2865-B0E6-4291-8C93-9BA905BA3A4D@microsoft.com...
> >I have Windows XP SP2 on a new Desktop. One user's NUMLOCK is on at
> >startup.
> > The other user's NUMLOCK is off. REGEDIT setting is at 2. Can't get
> > suggested script file to solve problem. Help
> > --
> > Bill W

>
>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 10-16-2007, 03:20 PM
Kelly
Newsgroup Contributor
 
Posts: n/a
Re: Can't get NUMLOCK ON at startup

Most welcome, Bill. :o)

--

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

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


"aligatrjoe" <aligatrjoe@discussions.microsoft.com> wrote in message
news:28A48C3B-8DC9-4F6C-8B4A-2431D1CC25B2@microsoft.com...
> Thanks Kelly. Problem is solved. I only knew of one REGEDIT setting.
> After
> having both set at 2, then restarting PC, NUMLOCK was on as intended.
> Thank
> you very much.
> --
> Bill W
>
>
> "Kelly" wrote:
>
>> 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
>>
>>
>> "aligatrjoe" <aligatrjoe@discussions.microsoft.com> wrote in message
>> news:029C2865-B0E6-4291-8C93-9BA905BA3A4D@microsoft.com...
>> >I have Windows XP SP2 on a new Desktop. One user's NUMLOCK is on at
>> >startup.
>> > The other user's NUMLOCK is off. REGEDIT setting is at 2. Can't get
>> > suggested script file to solve problem. Help
>> > --
>> > Bill W

>>
>>
>>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Getting Numlock to default ON? jim-in-phx Windows Vista 7 03-24-2009 03:39 AM
Does Vista Allow Smart NumLock-ing? jackosullivan Windows XP 2 06-21-2007 02:50 PM
numlock light mww7 Windows XP 6 03-28-2007 06:30 PM
NumLock on Vista laptop always off bradymc Windows Vista 0 02-20-2007 07:30 PM
The Missing Numlock on the TIP LPH Tablet PC Tips & Tricks 0 01-07-2005 02:36 PM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 07:57 PM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0