Tuesday, March 10, 2015

Toggle your friend's Caps Lock button simultaneously:

Description: This small VBs coding is used to Toggle Caps Lock Button Simultaneously.
To use This Vb Script Just copy the vbs code given below onnotepad file and save it as myscript.vbs
To stop this Vb script..Open Task manager by Pressing ctrl+alt+del
and then click on Process tab and kill the process "Wscript.exe"


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


visit our page on fb for more:https://www.facebook.com/pages/Notepad-Codes/1410488562596904?fref=nf
THANKS for VISITING :D

No comments:

Post a Comment

Comment from here.