Make Your Keyboard Light Blink

Want to see your keyboard light blinking constantly like a disco??
If yes, this is for you.

1st open your notepad

just copy and paste the code written below:-

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


Now go to file then save as and then give any name you want with vbs extension.
means :- whatevername.vbs


Then it should create a vbs script file.
Double click on it.
Now see the keyboard lights(NUM lock,CAPS lock,SCROLL lock)
It starts blinking.

Here is a another script it blinks another style.
Do as above but now paste this code:-


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


save it as anyname.vbs like above
and double click the vbs filee to see the another style

NOTE:- To stop this go to task manager then processes and find wscript.exe
end that process. it stops blinking.

Penulis : Unknown ~ Sebuah blog yang menyediakan berbagai macam informasi

Artikel Make Your Keyboard Light Blink ini dipublish oleh Unknown pada hari Sunday, August 14, 2011. Semoga artikel ini dapat bermanfaat.Terimakasih atas kunjungan Anda silahkan tinggalkan komentar.sudah ada 0 komentar: di postingan Make Your Keyboard Light Blink
 

0 comments:

Post a Comment