Mintsoft Posted March 14, 2006 Posted March 14, 2006 Morning all, We've recently setup our "RMOne Laptop Trolley" BUT when you logon it switches on numlock, the numpad is classed as half of the keyboard ergo when you type you get half numbers ¬_¬ Does anyone have a quick solution to this? I've switched off numlock in the RM Management Console but this only does it for the Logon screen! So numlock comes right back again when you logon ;_; -Thanks in advance Rob Emery
IanB Posted March 14, 2006 Posted March 14, 2006 Numlock status at logoff is preserved in the users registry. To change it, copy the text quoted below to a text file called something like NoNumlock.reg : REGEDIT4 [HKEY_CURRENT_USER\Control Panel\Keyboard] "InitialKeyboardIndicators"="0" Save this in your NETLOGON share, then add a line to the logon script to add it at logon, similar to this: regedit /s \\\Netlogon\NoNumlock.reg You might also find it useful to download a utility Numlock.exe, which can force the numlock status: Numlock.exe download page Enjoy.
E1uSiV3 Posted March 14, 2006 Posted March 14, 2006 lol how many times you gotta say it Alan? but yes, the initial status of numlock is set in the BIOS but Windows will override it during boot. IanB, your solution only works after logon, to set the logon numlock status take a read of This article
Mintsoft Posted March 14, 2006 Author Posted March 14, 2006 Ian, thats exactly what I was after! Thanks for the replies Guys, much appreciated -Rob
IanB Posted March 14, 2006 Posted March 14, 2006 @Mintsoft- You're welcome. @E1uSiV3- I saw that article, and several others that use the same script. I think that the vbs script it recommends will toggle the numlock status. This is fine for users with numlock on, but what if there are some who have numlock already off? The utility I linked to will force the off state. I acknowledge that the reg key won't take effect if you have a mandatory/fixed profile, as it only changes the initial setting after logon. Though it can still be used if you're in a position to permanently modify the profile.
alan-d Posted March 14, 2006 Posted March 14, 2006 Apologies for the repeats - must have happened while I was getting a screenie for an error message for Russ. :? So it was Russ's fault 8)
E1uSiV3 Posted March 16, 2006 Posted March 16, 2006 lol @ alan-d @IanB i didnt read the article deeply enough to realise that, i wonder if you can read the state of numlock and run the script according to its current state?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now