Friday 8 March 2013

Keyboard LED Light Dancing



I will be showing you an interesting trick which will let your Keyboard  LED Light to dance. Basically We will be Creating a vbscript to make Caps Lock, Num Lock and Scroll Lock to perform this trick. 
 So Lets Get Started...


  • How To Do It?    
 Follow These Steps:- 
 1. Open Notepad and copy below codes into it. 
Set wshShell=wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys"{CAPSLOCK}"
wshshell.sendkeys"{NUMLOCK}"
wshshell.sendkeys"{SCROLLLOCK}"
loop

 2. Then save this file as led.vbs (.vbs is must)                                                                                        
 3. Open your save file and see your keyboard led blinking like disco lights.


IF YOU DON'T FOLLOW THESE STEPS SO CAN DOWNLOAD THIS FILE.

  • How To Blinking Disable Light?


  1. First open Task Manager [ctrl+alt+del ]                                                                                                
  2. Then Go to process tab.                                                                                                                         
  3. Select wscript.exe         

                                                                                                                         
  4. Click on End process.                  
I Hope you like this Post, so Comment on This Post....
                                                                                                                                                                                
 

No comments:

Post a Comment