About

Wednesday 8 January 2014

How to make your keyboard LEDs in dancing mode?


All the keyboard mainly have 3 Small LEDs which on or off that decide by its key.like we press Caps Lock then one LED is on.here  technokind provide how we use that light as entertainment. Every keyboard have three types of lock 1. Caps lock , 2. Scroll lock and 3. Num Lock.



Here some steps to make dance your LEDs on your Keyboard :


Step 1 : Open Notepad.


p1


Window button > Accessiores>Notepad


Or press Windows key+R and in that text box type Notepad


02


Step 2: copy the below code and paste it on Notepad


 


Set wshShell =wscript.CreateObject(“WScript.Shell”)

do

wscript.sleep 100

wshshell.sendkeys “CAPSLOCK”

wshshell.sendkeys “NUMLOCK”

wshshell.sendkeys “SCROLLLOCK”

loop


03


Note: it is one kind of visual basic script.


Step 3: save the file as “Keydance.vbs” or “*.vbs” place any name instead of *.


04


Now double click on the file which you are save after that you see magic on your Keyboard.


05


Step 4: now one question is arsie how to stop that Lights?


First  open task bar


Press Ctrl+Shift+Esc or Ctrl+alt+delete from keyboard for open Task manager


06


Click On Processes


07


And right click on wscript.exe and click on End Process


8


 


Click On End Process Button


 


09


Now your LEDs is working Properly


Thank You



How to make your keyboard LEDs in dancing mode?

0 comments: