Dancing Keyboard Light
Here am showing a new Topic about computer or
laptop keyboard Capslock and numkey dancing Led
1> open Notepad
2> Copy paste below texts.
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
3> And Save it as led.vbs (.vbs is must) some where in your computer.
4> Run led.vbs file u can see u r keybords light dancing..
5> to stop this light goto task manger and stop this services.

No comments:
Post a Comment