flash.
1.This piece of code makes ur keyboard a live disco…
Code:
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
=======================================================
2.This one makes it looks like a chain of light….
Code:
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 200
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 100
wshshell.sendkeys "{NUMLOCK}"
wscript.sleep 50
wshshell.sendkeys "{SCROLLLOCK}"
loop
NOTE:-
Instrcuctions:
*paste any ONE of the two above codes in notepad
*Save as "helping point.vbs" including single quotes
*Run the file
How to disable blinking Led ?
1. First open Task Manager [ctrl+alt+del ]
2. Then Go to process tab.
3. Select wscript.exe
4. Click on End process.