
How To Make CapsLock Go On/Off Repeatedly
You can annoy any one by making their capslock on/off repeatedly on your computer.
1. Open Notepad.
2. Now copy the below script in your notepad.
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop
3. Paste the following code in to your notepad and save the file with a extension of .vbs and then open the filename, then the capslock will repetedly on and off on your pc.
Share this Story





