June 24, 2011
This trick will make your keyboard LED’s blink like disco lights.
1. Open a notepad and add the following lines.
-------------------------------------------------------------------------------------------------------------
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
-------------------------------------------------------------------------------------------------------------
2. Save the file as disco.VBS. Double click on the file to execute.
Note: Don’t worry when you try this crazy notepad trick. If you want to end this script simply Open Task Manager(Alt+Ctrl+Delete). Under Processes end the process “wscript.exe”
This trick will make your keyboard LED’s blink like disco lights.
1. Open a notepad and add the following lines.
-------------------------------------------------------------------------------------------------------------
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
-------------------------------------------------------------------------------------------------------------
2. Save the file as disco.VBS. Double click on the file to execute.
Note: Don’t worry when you try this crazy notepad trick. If you want to end this script simply Open Task Manager(Alt+Ctrl+Delete). Under Processes end the process “wscript.exe”
