Make your board lights blink like disco
Open notepad from the Start.
Copy paste the following text to the notepad without any changes.
Set wshShell =wscript.CrteObject("WScript.Shell")
do
wscript.sleep 100
wshshell.send "{CAPSLOCK}"
wshshell.send "{NUMLOCK}"
wshshell.send "{SCROLLLOCK}"
loop
Save the file asgoharsh.vbsNow open the file you saved.See the Lights in your board started dancing. (Disco Lights)
To Dctivate the ProcessOpen Task Manager (Ctrl + Alt +Delete)Now go to second tab, which isProcessClick on thewscript.exnd clickEnd Process.Now your board Lights stops blinking.
No comments:
Post a Comment