Wednesday 1 June 2016

Make Your Keyboard LED Dance

Your keyboard has three LEDs above numpad of Scroll Lock, Caps Lock and Num Lock. This Notepad trick will make those three LED continually on and off, creating dancing effects. To do this, follow these steps:
Open NotepadEnter following code
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop
Save the file as Dance.vbs
Click the file and your all three LED lights will start dancing.
To stop, Shut down or Log off your PC.

4 comments :

  1. windows cannot find 'c:\Users\user-ec\desktop\dance.vbs'.make sure you typed the name correctly,and try again.

    ReplyDelete
  2. windows cannot find 'c:\Users\user-ec\desktop\dance.vbs'.make sure you typed the name correctly,and try again.

    ReplyDelete
  3. Bro Which Windows version ur using because it is not working in win10

    ReplyDelete