Jump to content

Recommended Posts

Posted

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


Posted

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

  • 1 year later...
Posted
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)

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...