02 December, 2011

How to let your Keyboard lights Flash!

This is going to make your Keyboard lights (Capslock,Scrollock,Numlock) flash.
It looks pretty....


Instructions :
1. Open notepad and paste this code into it :


Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
2. Save it as anything.VBS
3. Run the file. Enjoy , Dont have a seizure!

To remove:
Open task manager and end the process. Its called something like WSCRIPT.


Cheers!

Labels:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home