Just copy following code and paste into Notepad and save as anything.vbs
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
It will on/off capslock continue until computer will not restart.
It will not harm your computer.
0 comments:
Post a Comment