How Keyboard Led works like a disco light

Tuesday, December 6, 2011



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