Web Toolbar by Wibiya

Pages

PLEASE,CLICK HERE TO SUPPORT US!! (ChetaN)

Tuesday, 27 December 2011

* Toggle your Caps Lock button continuously

What this trick does is, when you run the following script it starts blinking caps Lock light continuously. If you run this script twice the rate of blink increases and alternatively NumLock light start to blink with CapsLock.
Open Notepad and Type :
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop
Save it as “Caps.VBS”

2 comments: