Well some of you might be knowing this trick that by running a simple script you can make your Num lock,Caps lock and Scroll lock LED's dance to disco tune.For those who don't here's the simple script and yes,the script is absolutely harmless...
Script:
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
Instructions:
[Thanks Aditya]
Get upto $6.00 on Surveys! Join them here.
3 comments:
Haha! I thought I was going to see my keyboard do the boogie in front of me all of a sudden! This is crazy. :D Thanks for sharing!
wow amazing...
What a cool little trick... Guess who is going to be rocking the office tomorrow... hahahaha!
Oscar
Post a Comment