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 :
Swapping Mouse Button Function (right to left , left to right) Using Notepad
How To copy contents from Command Prompt to Notepad or Ms.Word
How to hide text documents inside Notepad
How To copy contents from Command Prompt to Notepad or Ms.Word
How to hide text documents inside Notepad