Computer Keyboard Trick to Make a Keyboard Disco
Computer Keyboard Trick to Make a Keyboard Disco. Basically, Keyboards normally have small LEDs which point out whether or not various kinds of locks are activated or not. Here’s a trick to make use of the lights of your keyboard in a extra artistic method in Home windows.
Moreover, this trick makes use of a easy Visible Fundamental Script which when activated makes your Scroll lock, Caps lock and Num lock LEDs flash in a cool rhythmic manner which supplies the notion of a stay disco in your keyboard.
To make your personal stay disco, observe the steps given under:-
1. Open Notepad.
2. Copy paste the precise code given under:-
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop
Save the file as Disco.vbs or “*.vbs”.
after, Double click on on the Saved file to see the LED lights in your keyboard go loopy and make your individual cool disco.
Must Read
https://saddapunjab.info/basics-of-computers-keyboard-shortcuts/