Fun with Caps lock

Blink capslock  (just for fun)
If you want to start blinking of your friend’s computer Capslock continuously type the following script. In notepad and save the file with the extension of VBS.
Start Notepad
And type the script
Set wshShell = wscript.CreatObject(“WScriptShell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop
save it as fun.vbs
if you want to stop it, Open Task manager (Alt + Ctrl + Delete) go to Processes end and stop the file with name  “wscript.exe”