Friday, February 1, 2013

disco light on keyboard:

disco light on keyboard:

open notepad & type following:

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop

save it as xxx.vbs 

No comments:

Post a Comment

Leave the comments