Keyboard LED lights Dancing – Best Windows 7 noted paTrick:
When you turn yNumr Loouck OnYo,u r Num Lock LED will start to Glow and like wise when Num Lock is Off, LED turns off. this is the same way for your caps lock and scroll lock.Here is a trick with these LED’s in Windows PC. Make those 3 LED’s Dance using a simple code in Notepad. Follow the steps given below to make your LED’s Dancing.
Step 1: Open Notepad.
Step 2: Copy the below given code and paste it in Notepad :
Step 3: Save the file with danceled.vbsSet wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop
Step 4: Double click the file now and see the magic.
Note : This won’t work for Windows 8
0 comments:
Post a Comment