Skip to content

Instantly share code, notes, and snippets.

@shoter
Created April 29, 2020 23:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shoter/18254b83f6defab0f68b76a6e89b79ff to your computer and use it in GitHub Desktop.
Save shoter/18254b83f6defab0f68b76a6e89b79ff to your computer and use it in GitHub Desktop.
Dim objResult
Set objShell = WScript.CreateObject("Wscript.Shell")
do While True
objResult = objShell.sendkeys("{NUMLOCK}{NUMLOCK}")
Wscript.Sleep(150000)
Loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment