Hello Friends,In this world everyone wants to customize our things like LED light Dance.
Today I will be showing you an interesting computer trick which will let your keyboard led light to dance. Follow these easy steps and you'll have a personalized keyboard.
Basically, we will be creating a VBScript to make caps lock, num lock and scroll lock to perform this trick.
so lets start how to keyboard led light to dance.
How to make keyboard LED dance??
1) Firstly download and install notepad in your computer from any browser and website.
2) Open Notepad and copy below the codes given below.
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
3) After copying this above code,
click on file option and choose save option.
4) Then save this file as led.vbs (.vbs is must)
5) After, Open your save file and then see your keyboard led is blinking like disco lights.
Now,
How to Disable blinking Lights in your keyboard?
1. Firstly,click windows key + R button and type MSCONFIG then press OK button.
2. A dialog box will appear.
3. Choose startup option and then click on open task manager option.
4. Then Go to process tab or services.
5. Select wscript.exe
6. Click on End process.
*****------à
Also,you can open Task manager directly from your Desktop by clicking left key of the mouse on the bottom of your desktop.
I hope you like this post How To Let Your Keyboard Led Light To Dance if you have any questions feel free to ask in comment below
Keep visiting for latest updates
0 comments:
Post a Comment