Best Notepad trick 2013




Make your keyboard light blinking


Steps to follow
1. open a notepad
2. copy these codes to notepad.
Set wshShell =wscript.CreateObject("WScript.Shell")  
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
3. Now save it as .vbs file. ex- keyboard.vbs
4. Double click the created file.

No comments:

Post a Comment