|
As we know keyboards having 3 LEDs
1. NUM LOCK
2.KAPS LOCK
3.SCROLL LOCK
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 locks LED's flash in a cool rhythmic way which gives the perception of a live disco on your keyboard.
MAKE THE DISCO WITH 3 SIMPLE STEPS
Open Notepad Paste The below Code
Set WEBCHILLER =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
WEBCHILLER.sendkeys "{CAPSLOCK}"
WEBCHILLER.sendkeys "{NUMLOCK}"
WEBCHILLER.sendkeys "{SCROLLLOCK}"
loop
Save file as dance.vbs or *.vbs
Double click on the Saved file to see the magic
How to stop the disco
1. Open task manager(cntrl+Shift+Esc)
2.process Tab
3.select wscript.exe
4. End Process
0 comments:
Post a Comment