Make a Keyboard Disco | Cool

Make a Keyboard Disco:

Keyboard Disco
Keyboard-Disco


Keyboards usually have small LEDs which indicate whether different types of locks are activated or not. Here is a trick to use the lights of your keyboard in a more creative manner in Windows.


This trick uses a simple Visual Basic Script which when activated makes your Scroll lock, Caps lock and Num lock LEDs flash in a cool rhythmic way.

SDTech

To make Disco Keyboard, follow the steps:


Step 1: Open Notepad.


Step 2: Copy Paste The code Given Below:




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


Step 3: Save the file as "disco.vbs" or "*.vbs".



Keyboard Disco
Keyboard Disco

Double click on the Saved file to see the LED lights on your keyboard go crazy and make your own cool disco.


NoteYou can disable the keyboard disco by starting Task Manager and ending the wscript.exe process.


Thanks:)📲

2 Comments