Pages

Saturday, 11 May 2013

Caps Lock On and Off Endlessly

I'm back with a trick to turn your caps lock key on and off endlessly. I'm going to tell you about a batch file which will turn your caps lock key on and off endlessly..
Here are the steps:

  1. Open Notepad.
  2. Type In
    : Set wshShell =wscript.CreateObject(”WScript.Shell”)
      do
      wscript.sleep 100
      wshshell.sendkeys “{CAPSLOCK}”
      loop
  3. This Virus Keeps on putting caps lock on and off endlessly.
  4. Save this file as .bat because it is a batch file.
    eg: anyname.bat

No comments:

Post a Comment