Keyboard LED Dance trick
Open notepad and type the code given below.
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop.
Save the file with .vbs extension and close it. When you re-open the file you will see your keyboard LEDs dancing.

No comments:
Post a Comment