PC Review


Reply
Thread Tools Rate Thread

Activation of numeric pad

 
 
=?Utf-8?B?TWFyazY0ZnI=?=
Guest
Posts: n/a
 
      6th Sep 2005
Each time I start my computer, the numeric pad is disabled. How can I force
my computer to activate the numeric pad of the keyboard each time it start ?
 
Reply With Quote
 
 
 
 
Cankat Akdemir
Guest
Posts: n/a
 
      6th Sep 2005
http://support.microsoft.com/default...b;en-us;154529

to enable NUM LOCK before a user logs on, use the steps below.

1. Run Registry Editor (Regedt32.exe).
2. Navigate to HKEY_USERS\.Default\Control Panel\Keyboard.
3. Change the value for InitialKeyboardIndicators from 0 to 2.



--
Cankat Akdemir
Author of "Windows XP Secrets"



"Mark64fr" <(E-Mail Removed)>, haber iletisinde þunlarý
yazdý:81129AF2-641F-4B09-A8F7-(E-Mail Removed)...
> Each time I start my computer, the numeric pad is disabled. How can I
> force
> my computer to activate the numeric pad of the keyboard each time it
> start ?



 
Reply With Quote
 
Wesley Vogel
Guest
Posts: n/a
 
      6th Sep 2005
Windows will remember the status of Num Lock, and enable it on the next
boot.

HKEY CURRENT USER\Control Panel\Keyboard
Value Name: InitialKeyboardIndicators
Value Type: REG_SZ
Value Data:
0 = Windows XP turns NUMLOCK off when it starts.
2 = Windows XP turns NUMLOCK on when it starts.
===

From http://www.kellys-korner-xp.com
[Numlock
Use this vb script or go to - Click Start/Run/Regedit
http://www.kellys-korner-xp.com/regs_edits/numlock.vbs

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...

Create a Notepad file and copy the following two lines into it.

set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys "{NUMLOCK}"

Save the file with a VBS extension. Create a shortcut to the VBS file you
just saved in
your Start Menu, Programs, Startup folder.]
====

How to Set the NUM LOCK State at Logon in Windows XP
http://support.microsoft.com/default...b;en-us;314879

How to Set the NUM LOCK State at Logon Using a Logon Script
http://support.microsoft.com/default.../262625/EN-US/

http://www.cybertechhelp.com/html/tu...rial.php/id/44
Here is a download that will fix this for you:
http://www.cybertechhelp.com/downloa...umlock_fix.zip

[Switching Num Lock On
The Num Lock status on startup can be set in the systems BIOS.
Consult your system or motherboard manual for details about this.

Windows XP will however switch off the Num Lock key when it boots. In some
cases it's
enough to make sure that the Num Lock key is enabled when you shut down;
Windows will remember the status of Num Lock, and enable it on the next
boot. In other cases this may not work, and Windows will always default to
switching Num Lock off when booting.
To fix this:

1.. Start the Registry Editor
2.. Go to HKEY_CURRENT_USER \ Control Panel \ Keyboard \
3.. Double-click the value InitialKeyboardIndicators, and enter 2
as it's Value data
4.. Close the registry editor
5.. Log off, or restart Windows for the changes to take effect]
===

Make sure that all keys with an InitialKeyboardIndicators are set the way
you want.

S-1-5-18 is the SID for %systemroot%\system32\config\systemprofile.

S-1-5-21-1708537768-1580436667-1202660629-1003 is my SID. Yours will be
S-1-5-21-some other numbers.

The HKEY_CURRENT_USER InitialKeyboardIndicators value and
HKEY_USERS\S-1-5-21-some other numbers will be the same, probably. They
should be the same with you logged on.

HKEY_CURRENT_USER\Control Panel\Keyboard

HKEY_USERS\.DEFAULT\Control Panel\Keyboard

HKEY_USERS\S-1-5-18\Control Panel\Keyboard

HKEY_USERS\S-1-5-21-1708537768-1580436667-1202660629-1003\Control
Panel\Keyboard

Also check this key...
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\IniFileMapping\win.ini\Windows
Value Name: InitialKeyboardIndicators
Value Type: REG_SZ
Value Data: USR:Control Panel\Keyboard
-----

Now this is interesting...

Change method
To change the value of this entry, press the NUMLOCK key on your keyboard.

InitialKeyboardIndicators
http://www.microsoft.com/resources/d...ntry/34674.asp

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:81129AF2-641F-4B09-A8F7-(E-Mail Removed),
Mark64fr <(E-Mail Removed)> hunted and pecked:
> Each time I start my computer, the numeric pad is disabled. How can I
> force my computer to activate the numeric pad of the keyboard each time
> it start ?


 
Reply With Quote
 
Neil
Guest
Posts: n/a
 
      7th Sep 2005
There can also be an option in the bios

"Wesley Vogel" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Windows will remember the status of Num Lock, and enable it on the next
> boot.
>
> HKEY CURRENT USER\Control Panel\Keyboard
> Value Name: InitialKeyboardIndicators
> Value Type: REG_SZ
> Value Data:
> 0 = Windows XP turns NUMLOCK off when it starts.
> 2 = Windows XP turns NUMLOCK on when it starts.
> ===
>
> From http://www.kellys-korner-xp.com
> [Numlock
> Use this vb script or go to - Click Start/Run/Regedit
> http://www.kellys-korner-xp.com/regs_edits/numlock.vbs
>
> 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...
>
> Create a Notepad file and copy the following two lines into it.
>
> set WshShell = CreateObject("WScript.Shell")
> WshShell.SendKeys "{NUMLOCK}"
>
> Save the file with a VBS extension. Create a shortcut to the VBS file you
> just saved in
> your Start Menu, Programs, Startup folder.]
> ====
>
> How to Set the NUM LOCK State at Logon in Windows XP
> http://support.microsoft.com/default...b;en-us;314879
>
> How to Set the NUM LOCK State at Logon Using a Logon Script
> http://support.microsoft.com/default.../262625/EN-US/
>
> http://www.cybertechhelp.com/html/tu...rial.php/id/44
> Here is a download that will fix this for you:
> http://www.cybertechhelp.com/downloa...umlock_fix.zip
>
> [Switching Num Lock On
> The Num Lock status on startup can be set in the systems BIOS.
> Consult your system or motherboard manual for details about this.
>
> Windows XP will however switch off the Num Lock key when it boots. In some
> cases it's
> enough to make sure that the Num Lock key is enabled when you shut down;
> Windows will remember the status of Num Lock, and enable it on the next
> boot. In other cases this may not work, and Windows will always default to
> switching Num Lock off when booting.
> To fix this:
>
> 1.. Start the Registry Editor
> 2.. Go to HKEY_CURRENT_USER \ Control Panel \ Keyboard \
> 3.. Double-click the value InitialKeyboardIndicators, and enter 2
> as it's Value data
> 4.. Close the registry editor
> 5.. Log off, or restart Windows for the changes to take effect]
> ===
>
> Make sure that all keys with an InitialKeyboardIndicators are set the way
> you want.
>
> S-1-5-18 is the SID for %systemroot%\system32\config\systemprofile.
>
> S-1-5-21-1708537768-1580436667-1202660629-1003 is my SID. Yours will be
> S-1-5-21-some other numbers.
>
> The HKEY_CURRENT_USER InitialKeyboardIndicators value and
> HKEY_USERS\S-1-5-21-some other numbers will be the same, probably. They
> should be the same with you logged on.
>
> HKEY_CURRENT_USER\Control Panel\Keyboard
>
> HKEY_USERS\.DEFAULT\Control Panel\Keyboard
>
> HKEY_USERS\S-1-5-18\Control Panel\Keyboard
>
> HKEY_USERS\S-1-5-21-1708537768-1580436667-1202660629-1003\Control
> Panel\Keyboard
>
> Also check this key...
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
> NT\CurrentVersion\IniFileMapping\win.ini\Windows
> Value Name: InitialKeyboardIndicators
> Value Type: REG_SZ
> Value Data: USR:Control Panel\Keyboard
> -----
>
> Now this is interesting...
>
> Change method
> To change the value of this entry, press the NUMLOCK key on your keyboard.
>
> InitialKeyboardIndicators
>

http://www.microsoft.com/resources/d...ntry/34674.asp
>
> --
> Hope this helps. Let us know.
>
> Wes
> MS-MVP Windows Shell/User
>
> In news:81129AF2-641F-4B09-A8F7-(E-Mail Removed),
> Mark64fr <(E-Mail Removed)> hunted and pecked:
> > Each time I start my computer, the numeric pad is disabled. How can I
> > force my computer to activate the numeric pad of the keyboard each time
> > it start ?

>



 
Reply With Quote
 
Malke
Guest
Posts: n/a
 
      7th Sep 2005
Neil wrote:

> There can also be an option in the bios
>

Yes, but most modern operating systems such as XP and Linux don't look
to the BIOS for the Numlock state.

Malke
--
Elephant Boy Computers
www.elephantboycomputers.com
"Don't Panic!"
MS-MVP Windows - Shell/User
 
Reply With Quote
 
Unknown
Guest
Posts: n/a
 
      7th Sep 2005
Would you care to expound on that very confusing statement?
"Malke" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Neil wrote:
>
>> There can also be an option in the bios
>>

> Yes, but most modern operating systems such as XP and Linux don't look
> to the BIOS for the Numlock state.
>
> Malke
> --
> Elephant Boy Computers
> www.elephantboycomputers.com
> "Don't Panic!"
> MS-MVP Windows - Shell/User



 
Reply With Quote
 
Malke
Guest
Posts: n/a
 
      7th Sep 2005
Unknown wrote:

> Would you care to expound on that very confusing statement?
> "Malke" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> Neil wrote:
>>
>>> There can also be an option in the bios
>>>

>> Yes, but most modern operating systems such as XP and Linux don't
>> look to the BIOS for the Numlock state.


I'm sorry, but what is confusing about it? Older operating systems like
Win9x (and I think ME but am not sure) took the Numlock state from what
it was set to in the BIOS. XP and Linux do not. That is why you set the
Numlock state from within the operating system. While you are booted
into Windows and logged in, press the Numlock key to turn it on (or
off, depending on your preference) and Windows will remember that state
the next time you are in the operating system. In Linux, you also set
your preference from within the operating system. It might differ a bit
from distro to distro, but for example in SuSE you can use YaST.

Malke
--
Elephant Boy Computers
www.elephantboycomputers.com
"Don't Panic!"
MS-MVP Windows - Shell/User
 
Reply With Quote
 
Wesley Vogel
Guest
Posts: n/a
 
      7th Sep 2005
Windows will remember the status of Num Lock, and enable it on the next
boot.

This is simple...
If you want Num Lock on, press the NUMLOCK key on your keyboard and reboot.
If you want Num Lock off, press the NUMLOCK key on your keyboard and reboot.

In my BIOS; NumLock: [On]. Windows ignores this, it only applies until
Windows boots.

This is what controls the Num Lock key in Windows.

HKEY CURRENT USER\Control Panel\Keyboard
Value Name: InitialKeyboardIndicators
Value Type: REG_SZ
Value Data: 0 or 2
0 = numberlock off after logon
2 = numberlock on after logon

[[Determines whether the NUMLOCK key is on or off when the computer starts.
The system stores the state of the NUMLOCK key in this entry during logoff
and shutdown, and then it uses this value to restore the state when the user
logs on.]]

[[Change method
To change the value of this entry, press the NUMLOCK key on your keyboard.]]
From...
InitialKeyboardIndicators
http://www.microsoft.com/resources/d...ntry/34674.asp

Also, this changes the setting for all users.
HKEY_USERS\.DEFAULT\Control Panel\Keyboard
Value Name: InitialKeyboardIndicators
Value Type: REG_SZ
Value Data: 0 or 2
0 = numberlock off after logon
2 = numberlock on after logon

[[NumLock does not toggle on by default (system-wide), even if you have it
set in your PC's BIOS, because of XP's multi-user functionality.
To enable numlock during bootup, you'll need to set the numlock enabled
option in your bios ]]
http://www.bootdisk.com/bootlist/105.htm#2

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:KiFTe.2965$(E-Mail Removed),
Unknown <(E-Mail Removed)> hunted and pecked:
> Would you care to expound on that very confusing statement?
> "Malke" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> Neil wrote:
>>
>>> There can also be an option in the bios
>>>

>> Yes, but most modern operating systems such as XP and Linux don't look
>> to the BIOS for the Numlock state.
>>
>> Malke
>> --
>> Elephant Boy Computers
>> www.elephantboycomputers.com
>> "Don't Panic!"
>> MS-MVP Windows - Shell/User


 
Reply With Quote
 
Bruce Chambers
Guest
Posts: n/a
 
      8th Sep 2005
Neil wrote:
> There can also be an option in the bios
>


Which WinXP ignores, by design.


--

Bruce Chambers

Help us help you:
http://dts-l.org/goodpost.htm
http://www.catb.org/~esr/faqs/smart-questions.html

You can have peace. Or you can have freedom. Don't ever count on having
both at once. - RAH
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Arithmetic overflow error converting numeric to data type numeric. darrel Microsoft ASP .NET 4 19th Jul 2007 10:57 PM
Numeric in Text to convert back to the form of Numeric for VLookup Purposes achilles Microsoft Excel Misc 4 6th Feb 2006 07:05 AM
Match Single Numeric Criteria and Return Multiple Numeric Labels Sam via OfficeKB.com Microsoft Excel Worksheet Functions 3 30th Dec 2005 08:01 PM
Re: Arithmetic overflow error converting numeric to data type numeric John Microsoft Access Queries 0 1st Nov 2004 09:24 AM
Re: Arithmetic overflow error converting numeric to data type numeric Leonardo Ezequiel Weite Microsoft Access 0 8th Sep 2004 12:50 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:50 PM.