Google help on software/programming And Windows Tricks: Dancing Keyboard LED Trick

helponsoftware

Monday 23 September 2013

Dancing Keyboard LED Trick

Just copy and past this in notepad and save it to any name with ".vbs"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop

No comments:

Post a Comment