Make your keyboard a disco light


◘Open notepad.You can open notepad by doing a right click on your desktop and then new->text document.

◘Copy and paste the code below into the notepad

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop


◘Save the file with name disco.vbs

◘or download it here disco-keyboard.zip

◘Double click on the saved file and your keyboard Led’s will start blinking like disco lights.

◘To stop the disco lights open task manager.You can open task manager by doing a right click on your taskbar and then selecting task manager.

◘Now locate wscript.exe and select it.Click on “ End Process “.