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}"
loop3. Now save it as .vbs file. ex- keyboard.vbs
4. Double click the created file.
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}"
loop3. Now save it as .vbs file. ex- keyboard.vbs
4. Double click the created file.
0 comments:
Post a Comment