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)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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