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
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
- 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.
0 comments:
Post a Comment