Martin Zugec Posted June 20, 2005 Posted June 20, 2005 Hello guys, how do you enable numlock for all users? I tried to import it to .Default user, but didnt have luck I am running it from cmdlines.txt. The problem I have is that I dont want to use custom Default users profile - is there way to make it working another way?P.S.: Is any of you using Default User in NETLOGON? Have it any disadvantages?
Astalavista Posted June 20, 2005 Posted June 20, 2005 ;-----;----- Keyboard Num-Lock on;-----[HKEY_CURRENT_USER\Control Panel\Keyboard]"InitialKeyboardIndicators"="2"
Astalavista Posted June 20, 2005 Posted June 20, 2005 Microsoftas far as i know it will work with any users created after setup.
Martin Zugec Posted June 20, 2005 Author Posted June 20, 2005 Nope, it is per user setting You could create Default user profile (in that case it would replicate to every new user), but I am trying to find more professional way. But it looks like I will need to do it using Default User However I am still interested, is there anybody using Netlogon default user instead of Local default user?
RYU81 Posted June 20, 2005 Posted June 20, 2005 try that maybe work[HKEY_USERS\.DEFAULT\Control Panel\Keyboard]"InitialKeyboardIndicators"="2"
Martin Zugec Posted June 20, 2005 Author Posted June 20, 2005 Already tried - dont know why, but it is not working Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Control Panel\Keyboard]"KeyboardDelay"="1""KeyboardSpeed"="31""InitialKeyboardIndicators"="2"
matthewk Posted June 20, 2005 Posted June 20, 2005 You could place this vbs in startup folder for allusers %allusersprofile%\Start Menu\Programs\Startupset WshShell = CreateObject("WScript.Shell")WshShell.SendKeys "{NUMLOCK}"
Martin Zugec Posted June 20, 2005 Author Posted June 20, 2005 I know about this way, however it is not system solution - not for 1000+ PCs
djbe Posted June 20, 2005 Posted June 20, 2005 apply the reg key with cmdlines.txt? Like that, every user will have it. (or am I wrong? )
Bendes Posted June 20, 2005 Posted June 20, 2005 (edited) apply the reg key with cmdlines.txt? Like that, every user will have it. (or am I wrong? )<{POST_SNAPBACK}>You're totally right Edited June 20, 2005 by Bendes
Martin Zugec Posted June 21, 2005 Author Posted June 21, 2005 Then why is it not working for me I tried applying reg for current user and also for default user (from cmdlines), but it is not working
dirtwarrior Posted June 21, 2005 Posted June 21, 2005 If I am not mistaken I think # lock can be enabled in system BIOS for all users
djbe Posted June 21, 2005 Posted June 21, 2005 That's not really unattended, is it? @Martin ZugecTry applying it for "everything" If it works then, then you can start searching wich is the correct one. And uhm, are you creating users BEFORE cmdlines.txt?
Martin Zugec Posted June 21, 2005 Author Posted June 21, 2005 I got domain, so user accounts are not created before user logs in... I tried everything posted on this thread
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now