Tuesday, 28 April 2015

How To Caps lock Automaticly On/OFF Again And Again


How To Caps lock Automatically On/OFF Again And Again

Step 1 >> Open Notepad.

Step 2 >>Copy Code.
Code:


*************************************************************************



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


**************************************************************************


Step 3 >> Save it as "Anything.VBS" and send it.

No comments:

Post a Comment