Skip to content

Instantly share code, notes, and snippets.

@IshamMohamed
Created June 12, 2018 04:27
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 IshamMohamed/b4fddad36d1ec198885f33bdee5c3b99 to your computer and use it in GitHub Desktop.
Save IshamMohamed/b4fddad36d1ec198885f33bdee5c3b99 to your computer and use it in GitHub Desktop.
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 200
wshshell.sendkeys "{NUMLOCK}"
wscript.sleep 200
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 200
wshshell.sendkeys "{SCROLLLOCK}"
loop
@IshamMohamed
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment