This trick uses a simple visual basic script. To do it, simply follow the steps below
1. Open Notepad.
2. Copy and paste the exact code given below
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
3. Save the file with the extension ".vbs" (for example "trick.vbs")do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
4. Go to the saved file and double click it. Notice that the LEDs on your keyboard start to blink :)
To stop the LEDs from blinking, go to your task-manager (ctrl+alt+del). Go to processes and find "wscript.exe". Terminate (end) the process.
* This trick has been tested in Windows XP, Windows Vista and Windows 7. And works perfectly on all.
No comments:
Post a Comment