Sphaera_ORbis Posted June 3, 2005 Posted June 3, 2005 Does anyone know how to enable numlock at startup using VBS-scripting? Thnx in advance..
Mosquitos Posted June 3, 2005 Posted June 3, 2005 (edited) Try this... set WshShell = CreateObject("WScript.Shell") WshShell.SendKeys "{NUMLOCK}" Edited June 3, 2005 by Mosquitos Sapiente vince, rex, noli vincere ferro!
therks Posted June 3, 2005 Posted June 3, 2005 Odd place to ask a VBS question, don't you think? My AutoIt Stuff | My Github
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now