Question
How can I turn off my numlock when Windows ME boots?
How can you turn off your numlock when windows me boots?
QuestionHow can I turn off my numlock when Windows ME boots?
AnswerThis question was answered on March 2, 2005. Much of the information contained herein may have changed since posting. Try this: Copy and paste the following 2 lines into a Notepad file. Save the file as Numlock.vbs. Then create a shortcut to it in the Start Menu, Programs, Startup folder set WshShell = WScript.CreateObject("WScript.Shell") WshShell.SendKeys "{NUMLOCK}"
AuthorPosted by Ricardo of Katharine Gibbs School - New York on March 2, 2005
|