TOGGLE CAPS LOCK BUTTON SIMULTANEOUSLY

Type fllowing codes in notepad :

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


Save it as "Anything.VBS" and run it.

 
Designed and Maintained by