August 7, 200323 yr 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
August 7, 200323 yr 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
October 17, 200421 yr this will enable the numlock on accounts that are created[HKEY_USERS\.DEFAULT\Control Panel\Keyboard]"InitialKeyboardIndicators"="2"
October 17, 200421 yr 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)
Create an account or sign in to comment