You are here: Home > > Flashing keyboard lights

Flashing keyboard lights

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



save it as flash.vbs in notepad on desktop and run the executable file. to stop flashing end wscript.exe process .
  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • Twitter
  • RSS

0 Responses to “Flashing keyboard lights”:

Leave a comment

Note: Only a member of this blog may post a comment.