12/08/2011

How Keyboard Led works like a disco light





Make your Keyboard Led works like a Disco lights. It is really funny to see them blinking like a disco light. Just give a try..




Here is the complete procedure to activate the process :
Open Notepad
Copy and paste the 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 tricks.vbs
Now open the file you saved
See the LEDs in your keyboard started dancing 
How to Deactivate it ?





To deactivate open your Task manager.
You can open the task manager by pressing ctrl+alt+del.
Now go to second tab which is process.
Click on the wscript.exe and click End process.
Now your keyboard LEDs stop blinking.

No comments:

Post a Comment

If you're having issues, Please leave an email address I can contact you on -
I advise you to also "subscribe to the comment feed" and get email updates when I respond to your question.

Hyperlinks are not allowed, Spam/advertising comments will NEVER BE TOLERATED and will be deleted immediately!

Thanks for reading,
Admin