Tuesday, 8 September 2015

Toggle Caps Lock repeatedly Using Notepat

toggle caps lock is on off के लिए चित्र परिणाम

You can play with someone’s computer, or maybe your own computer by writing a script that can toggle Caps Lock repeatedly.
Just copy and Paste the code written down below into notepad.
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop

Now save it as a .vbs file and use it to see the magic.

0 comments:

Post a Comment