cheesehead Posted August 7, 2003 Posted August 7, 2003 set WshShell = CreateObject("WScript.Shell")WshShell.SendKeys "{NUMLOCK}"Once again make a vbs file and integrate into your install with same basic instructions as with the quick launch.Hope this helps
muiz Posted August 7, 2003 Posted August 7, 2003 now can u please tell me how to make a vbs filewe not all know how u see
Aaron Posted August 7, 2003 Posted August 7, 2003 It's easy, copy the code contained in the code box, paste into notepad or another text editor application. (Not MS Word!) Save as anyname.vbs
smc1979 Posted October 17, 2004 Posted October 17, 2004 this will enable the numlock on accounts that are created[HKEY_USERS\.DEFAULT\Control Panel\Keyboard]"InitialKeyboardIndicators"="2"
CoffeeFiend Posted October 17, 2004 Posted October 17, 2004 this will enable the numlock on accounts that are created[HKEY_USERS\.DEFAULT\Control Panel\Keyboard]"InitialKeyboardIndicators"="2"Far more useful. The other one turns on num lock once. I don't really see any direct practical uses for it... Now if I could just get the F-Lock working on microsoft office keyboards... (the one F-Lock tweak in the registry tweaks thread doesn't work)
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