Keyboard LED's Dancing Trick.



  • Firstly Open Notepad and paste this code

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop


  • Now save This File with name ST.vbs
  • After Saving your file click on the file created and you will see the effect.

Now if you want to stop this blinking of led's Follow these steps

 

  • Firstly open Task manager by Alt+ctrl+delete
  • Then Go to processes Tab
  • Then Find File Name wscript.exe and select it
  • Then click on end process button.

0 comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...