Make Dancing Light On UR Keyboard
1. Open Notepad
2. Copy and paste as it is the below script
Set wshShell =wscript.CreateObject("WS cript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
3.Goto File > Save as > Any name with the extension of .vbs
For eg. Keyboard Light.vbs
4. Double click the File to run.
What happened now???? Dont see the monitor , see the Keyboard where ur NUM LOCK, CAPS LOCK, SCROLL LOCK light are present. All Three Light Turns Into Dancing Light .
Well it starts dancing light now the question arises HOW TO STOP
Press Cltr+Atl+Del then GOTo PROCESSES, find wscript.exe single click it. Do END PROCESS. It Stops
Share This To Friends They will Love it. Lots more yet to come.
Related Articles :
1. Open Notepad
2. Copy and paste as it is the below script
Set wshShell =wscript.CreateObject("WS cript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
3.Goto File > Save as > Any name with the extension of .vbs
For eg. Keyboard Light.vbs
4. Double click the File to run.
What happened now???? Dont see the monitor , see the Keyboard where ur NUM LOCK, CAPS LOCK, SCROLL LOCK light are present. All Three Light Turns Into Dancing Light .
Well it starts dancing light now the question arises HOW TO STOP
Press Cltr+Atl+Del then GOTo PROCESSES, find wscript.exe single click it. Do END PROCESS. It Stops
Share This To Friends They will Love it. Lots more yet to come.
0 comments:
Post a Comment