This blog is officialy managed by Shahnawaz Alam. You can get here amazing collections of information which you have never ever seen, heard and experienced before

Wednesday 8 May 2013

MAKE YOUR KEYBOARD LIGHTS ACT AS A DISCO LIGHT

03:39 Posted by Unknown , , No comments
You can make your keyboard lights as a disco lights by the following steps:

1.Open notepad.You can open notepad by doing a right click on your desktop and then new->text document.

2.Copy and paste the code below into the notepad

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

3.Save the file with name disco.vbs

4.Double click on the saved file and your keyboard Led’s will start blinking like disco lights.

5.To stop the disco lights open task manager.You can open task manager by doing a right click on your taskbar and then selecting task manager.

 6.Now locate wscript.exe and select it.Click on “ End Process “.

0 comments:

Post a Comment