Thursday, August 4, 2011

TURN ON NUMLOCK KEY FOREVER

If your NumLock doesn't turn on automatically on windows startup, you can turn it on forever only by notepad. Open notepad and type
set WshShell =
CreateOnject
("WScript.Shell")

WshShell.SendKeys
"{NUMLOCK}"

Now press Ctrl+S to open Save as window. From file type box Select All files & in the name field type "num.vbs" including the qutes. then save it to C:/Documents and Settings/All users/Start menu/Programs/Startup. Now your NumLock will stay on forever.

No comments:

Post a Comment