Wednesday, November 11, 2015

Activate numlock on a tablet that does not have numlock button

Open notepad :

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

and save as numlock.vbs

Run

No comments:

Post a Comment