Let your computer keyboard lights do the disco dance

Let your computer keyboard lights do the disco dance

In every keyboard of either laptop or desktop, there are few lights, which are used as an indicators. For example Light under Caps Lock button tells us that it is on.

Imagine if we could turn all keyboards light into Disco light. Yes it is possible, you just need to follow the simple steps:

  1. Open the Notepad
  2. Copy the below mentioned code and paste it there in Notepad

 

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

 

3. Now save the file by clicking Save as ,  disco.vbs

4. Now just double click the file, and disco keyboard would start.

Kind Note:

To turn off, you need to go to Task Manager ( Alt + Shift+ Escape), and kill the program. (disco.vbs)

Hope you like this trick, kindly share the good word to the world.

Leave a Reply