|
| ||||||||||
| Tags: bios, keyboard, microsoft, windows 7, windows vista |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to turn on Numlock in Windows 7?
|
|
#2
| ||||
| ||||
| Re: How to turn on Numlock in Windows 7?
Well looking at the situation which you have provided I recommend that you need to use following thing to meet your requirement. You have to launch the Notepad and copy paste the following code on the Notepad. Code: set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys "{NUMLOCK}" |
|
#3
| |||
| |||
| Re: How to turn on Numlock in Windows 7?
The script which provided on the previous post can be used with Group Policy. To do the same you can use the following thing. By default path for logon script is %SystemRoot%\System32\GroupPolicy\User Computer\Scripts\Logon.
|
|
#4
| |||
| |||
| Re: How to turn on Numlock in Windows 7?
I think for this particular requirement you need to perform BIOS setting on the computer of yours. for that purpose you have to do following steps.
|
|
#5
| ||||
| ||||
| Re: How to turn on Numlock in Windows 7?
I am providing following solution in order to meet the requirement of yours. well in this particular solution we are going to work around with registry key of the system.
Code: HKEY_USERS\.Default\Control Panel\Keyboard |
|
#6
| ||||
| ||||
| Re: How to turn on Numlock in Windows 7?
I am not aware of windows 7 but I know something about windows Vista on this particular Num Lock matter. Well I am a Vista user and I have found the Numlock key remains turnoff when it gets start. It remains of until and unless any user logon to the system and initializes the user profile on the computer. Windows Vista is having capability to remember last status of the Numlock I mean to say that when the Numlock is turn on at the time of logout then it will remain turn on when you login into system again. Same thing will also happen for when Numlock is turned off. |
|
#7
| |||
| |||
| Re: How to turn on Numlock in Windows 7?
I am providing all the InitialKeyboardIndicators which you can use while the changing the value using registry editor. 0 :- Turn all indicators Off (NumLock, CapsLock, ScrollLock) 1 :- Turn CapsLock On 2 :- Turn NumLock On 3 :- Turn CapsLock and NumLock On 4 :- Turn ScrollLock On 5 :- Turn CapsLock and ScrollLock On 6 :- Turn NumLock and ScrollLock On 7 :- Turn all indicators On (NumLock, CapsLock, ScrollLock) I am hoping that all the above mentioned values will help you to fix the problem of yours. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to turn on Numlock in Windows 7?" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| after login, Numlock does not stay ON on dell Optiplex | Mounil | Portable Devices | 6 | 29-03-2012 04:13 AM |
| Enabling numlock at booting in Mint 10 | The$Alekhya | Operating Systems | 4 | 03-01-2011 09:35 PM |
| numlock does not show up (light up) | skpanda | Operating Systems | 1 | 05-10-2010 12:21 AM |
| NumLock Light stays on after shut down | Umang | Hardware Peripherals | 5 | 13-02-2009 02:42 PM |
| Numlock problem | Tahseen Shahzad | Hardware Peripherals | 4 | 14-11-2008 03:10 PM |