Wednesday, January 30, 2019

Make your Keyboard LED Dance


steps:

Open the Notepad,

Type:

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

Save the file as Dance.vbs

Click the file and your all three LED lights will start dancing.
 so you want to stop the LED lights
to, shutdown your PC.

No comments:

Post a Comment

8 basic computer tricks to make life easier

  At this point, most of the general public should know how to use a computer in the most basic of situations.  Turn it on.  Open up the int...