How to make your Caps lock, Num lock and Scroll lock Disco

How to make your Caps lock, Num lock and Scroll lock Disco
Notepad Trick to Blink Caps Lock light 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”)dowscript.sleep 100wshshell.sendkeys “{CAPSLOCK}”loop
Caps Lock, Num lock and Scroll lock will dance


Save it as “Caps.vbs” and send it to your friend. Double Click it if you wanna see it working. Its a very funny Notepad Trick. Note: Don’t worry when you try this crazy notepad trick. If you want to end this script simply Open Task Manager(Alt+Ctrl+Delete). Under Processes end the process “wscript.exe”