num lock

Status
Niet open voor verdere reacties.

rve123

Terugkerende gebruiker
Lid geworden
5 feb 2005
Berichten
3.670
Ik heb een heel raar probleem met num lock. Als ik mijn computer opstart, gaat de num lock toets niet aan. Deze moet ik handmatig aanzetten. Ik dacht van, Dat verander ik in de BIOS en klaar, maar dat was niet zo:(
In de BIOS stond dat num lock aan zou staan. Ik heb het uitgezet en later weer aangezet, maar dat hielp ook niet.
Ik zou graag willen dat mijn num lock toets gewoon aangaat als ik windows opstart. Nu zit ik regelmatig iets in de typen via de numieke toetsen en dan zie ik alleen maar die cursor verspringen of ik krijg weer is een melding dat er een wachtwoord niet klopt.

Alvast bedankt.
 
Start je PC op.
Meld je aan.
Zet Numlock aan.
Start de PC opnieuw op.

Nu zal Numlock aanstaan nadat je je hebt aangemeld.

Dit is een per-user setting. Mijn numlock wordt ook door de bios aangezet, door Windows (die laadt) uitgezet en dan nadat ik me aangemeld heb door mijn profielsettings weer ingeschakeld.
 
Zodra ik ben ingelogt werkt het nu goed. Dan start num lock automatisch op.
Is het ook mogelijk dat num lock ook automatisch aangaat voordat ik mijn wachtwoord intyp en inlog bij mijn windows account?
Nu is het zo: Het lampje op mijn toetsenbord gaat branden als ik de computer aanzet. Dit blijft die doen tot ik het aanmeldingsscherm te zien krijg. Dan springt die uit.
 
Geplaatst door ikself
En anders dit scriptje :)

Hee, die site ken ik :p.

Geplaatst door rve123
Zodra ik ben ingelogt werkt het nu goed. Dan start num lock automatisch op.
Is het ook mogelijk dat num lock ook automatisch aangaat voordat ik mijn wachtwoord intyp en inlog bij mijn windows account?
Nu is het zo: Het lampje op mijn toetsenbord gaat branden als ik de computer aanzet. Dit blijft die doen tot ik het aanmeldingsscherm te zien krijg. Dan springt die uit.

Volgens mij niet nee... Komt doordat Windows hem uitzet bij het laden.

Probeer dat scriptje eens.
 
Het scriptje helpt ook niet. Deze veranderd (volgens mij) de instelling in de BIOS. Daar stond die ingeschakeld. Na het scriptje openen werd uitgeschakeld. Na nog een keer te gebruiken werd die weer ingeschakeld.

Ik hoop eigenlijk dat het wel kan.
Ik laat de vraag nog even op ''niet opgelost'' staan. Misschien dat er nog een oplossing komt.

In ieder geval bedankt voor het meedenken.
 
Ach; ik zoek al 4 jaar naar de oplossing (niet erg intensief, dat blijkt ;)) dus ben benieuwd..
 
Geplaatst door rve123
Het scriptje helpt ook niet. Deze veranderd (volgens mij) de instelling in de BIOS.

Hieronder de inhoud, lijkt me toch onwaarschijnlijk dat er met de registerwijzigingen vanuit het script zaken in de BIOS worden veranderd?

Option Explicit
On Error Resume Next

Dim WSHShell, n, p, itemtype, MyBox, vbdefaultbutton
Set WSHShell = WScript.CreateObject("WScript.Shell")

p = "HKEY_CURRENT_USER\Control Panel\Keyboard\InitialKeyboardIndicators"
itemtype = "REG_SZ"

n = WSHShell.RegRead (p)
errnum = Err.Number

if errnum <> 0 then

WSHShell.RegWrite p, 2, itemtype
End If

If n = 0 Then
WshShell.RegWrite p, 2, itemtype
MyBox = MsgBox("Numlock is now ENABLED", 64, "Enable Numlock")
End If

If n = 2 Then
WshShell.Regwrite p, 0, itemtype
MyBox = MsgBox("Numlock is now DISABLED", 64, "Enable Numlock")
End If

Set WshShell = Nothing

VisitKelly's Korner

Sub VisitKelly's Korner
If MsgBox("This script came from the Tweaks Section of Kelly's Korner" & vbCRLF & vbCRLF & "Would you like to visit Kelly's Web Site now?", vbQuestion + vbYesNo + vbDefaultButton, "Visit Kelly's Korner") =6 Then
wshshell.Run "http://www.kellys-korner-xp.com/xp_tweaks.htm"
End If
End Sub
 
Dat had ik dan fout:eek:

Ik heb het idee dat er een oplossing moet zijn omdat ik bij mijn vorige computer dit probleem niet had. Of ik moet jarenlang niet hebben opgelet.

Ik heb als windows een wachtwoord dat bestaat uit cijfers en letters. De cijfers typ ik altijd in via met de numieke toetsen. Dit deed ik ook bij mijn vorige computer, maar daarbij hoefde ik nooit num lock aan te zetten:confused:
 
Dit vond ik op http://forums.techguy.org/history/t-354036.html

To permanently change the NumLock state at startup simply put NumLock in the state of preference (On) and then, when you log off, instead of using Start/Log Off, Press "Ctrl + Alt + Del", and click on Shut down, and click Log Off from the drop-down menu. This should permanently set the NumLock state "On" at Startup.

You may also have a program that, at startup, sets the NumLock key to off. If the above doesn't work, try independently disabling the startup programs one at a time and rebooting in between. To do this, click Start->Run and type msconfig. Click on the "Startup" tab and you will see all the programs that initialize at startup. You can disable them one at a time to see if that is the problem. There are very few programs that MUST run at startup (don't disable ScanRegistry or SystemTray.) Also leave your AntiVirus and Firewall programs alone since it is very unlikely they are the problem.

Go here (http://www2.whidbey.net/djdenham/Uncheck.htm) to check what each program does and to help you decide if it is required or not. If you don't find the program in that list, try here (http://www.3feetunder.com/krick/startup/list.html) for another list. If it says it can be started manually, it is safe to delete in your procedure.
 
Dat heeft ook niet geholpen:(
Ik begin steeds meer te twijfelen of het mogelijk is.
 
Geplaatst door ikself
Dit vond ik op http://forums.techguy.org/history/t-354036.html

To permanently change the NumLock state at startup simply put NumLock in the state of preference (On) and then, when you log off, instead of using Start/Log Off, Press "Ctrl + Alt + Del", and click on Shut down, and click Log Off from the drop-down menu. This should permanently set the NumLock state "On" at Startup.

You may also have a program that, at startup, sets the NumLock key to off. If the above doesn't work, try independently disabling the startup programs one at a time and rebooting in between. To do this, click Start->Run and type msconfig. Click on the "Startup" tab and you will see all the programs that initialize at startup. You can disable them one at a time to see if that is the problem. There are very few programs that MUST run at startup (don't disable ScanRegistry or SystemTray.) Also leave your AntiVirus and Firewall programs alone since it is very unlikely they are the problem.

Go here (http://www2.whidbey.net/djdenham/Uncheck.htm) to check what each program does and to help you decide if it is required or not. If you don't find the program in that list, try here (http://www.3feetunder.com/krick/startup/list.html) for another list. If it says it can be started manually, it is safe to delete in your procedure.

Vind het ook een beetje een fabeltje lijken..
 
Geen garantie dat het werkt!

Zoek in je bios naar USB KB/ mouse legacy en zet deze op Disabled. Save deze en start dan weer op.

Lukt dit niet, dan terug naar de oude setpointinstelling.
 
Re: Geen garantie dat het werkt!

Geplaatst door l.slaats.
Zoek in je bios naar USB KB/ mouse legacy en zet deze op Disabled. Save deze en start dan weer op.
Ik kan USB KB/ mouse legacy niet vinden:confused:
Ik heb meerdere keren overal in die BIOS gekeken maar hij is niet te vinden.
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan