Steps to make Key Board Keys To Blink Like LED are -
1. Open notepad and copy the following text.
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
2. Save this document to the name LED.VBS
3. After you have saved the file double click on the icon where you have saved the file.
That's it the work has been done. Now you should see your keyboard keys blinking.
After sometime when you want to stop this process steps are -
1. Press Ctrl Alt Delete to open Task Manager.Click on Processes Tab.
2. Click on wscript.exe and then click on End Process.
That's it the work has been done Now your keyboard keys will blink.
That's all Friends if you have any problem or doubt regarding to this post then please comment or mail me.
Hope you have liked this post thankks.......
YOU hAvE nOT mEnTIOneD ThaT "ShiT" WIlL Work AutOmaTIcAly?! :-?
ReplyDeletewhat do you mean?
ReplyDeleterun the script and try your self !!
ReplyDeleteno problem should be there abd if any problem occurs then sinply press ctrl+alt+del and then abort the process as given above in the steps..
Deletei deleted the led document using shift delete and now im not able to clear this prob. wat can i do now
ReplyDeletebro also delete that led document from the place you have saved it....
ReplyDelete