Make Caps Lock Button On Off Simultaneously

With Caps lock key is blink toggle between on and off , user of the computer will feel  frustration, because can't write characters correctly.
You can do this thing to your friend's computer, with smile :)


Open Notepad
Copy and Paste script  below :


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

Save as File use VBS extension
For example, see the figure :  
click on figure to enlarge


Save as type : All Files
Encoding : ANSI

After save, the file is ready to be sent to your friend, with many ways, flashdisk, email,  put at startup menu, etc.


When executed, the Capslock will toggle between on and off,  and the LED indicator is  blinking.

To stop Toggle ( back to the normal), go to task manager and stop (end task) the process : wscript.exe


Or you can restart the computer *
*remove file first from the start up if any



See Also :