Set numlock on at startup. Put this script in your startup folder. (VBScript)

set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys "{NUMLOCK}"

Download


Back to Line 12