HI friends,Today I will be telling you a fantastic trick
which will makes your keyboard LEDS to dance. It is also a good prank for your
friends.
you may also like:-
In this trick we have to create a simple visual basic script to make three LEDS example: CAPS LOCK, SCROLL LOCK, NUM LOCK dance. It is a very simple task.
you may also like:-
In this trick we have to create a simple visual basic script to make three LEDS example: CAPS LOCK, SCROLL LOCK, NUM LOCK dance. It is a very simple task.
To make the LEDS blinking follow the steps:-
step1: Open notepad and paste the following code in it.
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
step 3: Now open the save file and see the magic. Yes, your
keyboard LEDS blinking like Christmas, Diwali lights
NOW, HOW TO STOP THE BLINKING LIGHT:-
FOR THAT,FOLLOW THE STEPS:-
step 1: Open task manager by pressing (ctr l + alt + Del)
step 4: click on end process.
NOTE: IF YOU GOT STUCK ANY POINT, PLEASE LEAVE A COMMENT
BELOW THE POST.
AND SUBSCRIBE US, FOR MORE UPDATES.
AND SUBSCRIBE US, FOR MORE UPDATES.
0 comments:
Post a Comment