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.
Window button > Accessiores>Notepad
Or press Windows key+R and in that text box type Notepad
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
Note: it is one kind of visual basic script.
Step 3: save the file as “Keydance.vbs” or “*.vbs” place any name instead of *.
Now double click on the file which you are save after that you see magic on your Keyboard.
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
Click On Processes
And right click on wscript.exe and click on End Process
Click On End Process Button
Now your LEDs is working Properly
Thank You
How to make your keyboard LEDs in dancing mode?