-->

How to make Keyboard Lights do Disco ?

Learn the simple tricks by which you can make the keyboards light do live disco.

Keyboard Lights do Disco
Do you know there are some lights on your keyboard that you are using. They are usually at the top right corner of the keyboard namely Num Lock, Caps Lock, Scroll Lock. Anyways, there is Trick by which you can make these lights on our keyboard do a live disco. This can be funny at a times or frustrating also.

To use this Trick just follow the simple steps given below :


  • Open Notepad.
  • Copy and paste the following code into notepad :
Set wshShell =wscript.CreateObject("WScript.Shell")
do wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
  • Save it as LightDisco.vbs.
  • Run this File.
  • Now it is done.
So it is a simple Trick to make Computers light look like a Live Disco.

You may like these posts