Tuesday 19 May 2015

how to make keyboard LEDs dance like Disco light

how to make keyboard LEDs a Disco light 
Keyboards usually have small LEDs which indicate whether different types of locks are activated or not. Do you want to see your keyboard lights play disco? Yes, you heard that right! You can make your keyboard LEDs dance with a simple Visual Basic script. Now without much to do let me give you the script.

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

keyboard LEDs a Disco light 
1. Open Notepad.
2. Copy the following script into a notepad. 3. Then save that file with an extension “.vbs” or Save the file as Disco.vbs
4. Now Open the new file (Disco.vbs) with a script like icon. You may find that icon where you have saved the file
You see the magic! I am sure you will enjoy seeing them.
That's it you are done with it hopefully you enjoyed Follow my blog for more updates

No comments:

Post a Comment