In this Post I am going to tell you an Interesting trick about Keyboard Led. This Keyboard trick will make your Keyboard led to dance. This trick is made with the help of Simple and Default Text editor known as Notepad.
So, Let’s begin….
Keyboard Led Dancing
Step 1. Open Notepad
Step 2. Paste code given below in Notepad
Code:
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop
Step 3. Save this file as Dance.vbs
Step 4. Now to execute this Trick, Open this file.
It will make your Keyboard Led to Dance.
To Stop this Keyboard Led Dance
Step 1. Right Click on Task Bar
Step 2. Choose Task Manager.
Step 3. Click on Processes
Step 4. Now find Name Dance.vbs and select this file
Step 5. Now Click on End Process button at bottom.
It will stop this Process.
Note: File name must end with .vbs. Your may use any name instead of Dance