Skip to content

Instantly share code, notes, and snippets.

@aniketshedge
aniketshedge / numlock.txt
Last active May 20, 2022 08:16 — forked from ereli/gist:a0faf53e417403df8863
Numlock shuffle every 100 seconds
# Ref: http://superuser.com/a/836346
# Save as .vbs
Dim objResult
Set objShell = WScript.CreateObject("WScript.Shell")
i = 0
Do While i = 0
objResult = objShell.sendkeys("{NUMLOCK}{NUMLOCK}")