Wednesday, September 15, 2010

Toggle Caps Lock button simultaneously

 Type :

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

Save it as "Anything.VBS"

Note: Dont try or open this file if you dont know about this.
if any problem occurs just restart the system.

No comments:

Post a Comment