Saturday, March 10, 2012

Create Script Keyboard lights blinking

Just Follow below tutorial :

1. Just Copy-Paste the following script to notepad :

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

2.Then save as script above with extension *.vbs and give name up to you
3.Run the script and look the keyboard lights!!

PS: For turn it off, from task manager (Ctrl+alt+del (XP) or ctrl+shift+esc (Vista/7)), select WscRIpt.exe and click end process

No comments:

Post a Comment