Skip to main content

Let's To Convert Keyboard Into Live Disco

http://www.peacehospice.co.uk/cgi-bin/images/disco.jpg                          




             This is a real funny trick with which you can amuse you friends.It doesnot require any programming skills on your part.This trick will make your keyboard LED’s blink like disco lights.This method is based on an a vb script.The blinking of the lights will continue until and unless you stop it.This looks more fascinating in the dark as the keyboard led’s are very small.OK,now here is the step by step tutorial with screenshots on how to convert your keyboard into Live disco.


1.Open notepad.You can open notepad by doing a right click on your desktop and then new->text document.
createnewtextdocument  Tricks To Convert Keyboard Into Live Disco
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.
vistataskmgr01  Tricks To Convert Keyboard Into Live Disco
6.Now locate wscript.exe and select it.Click on “ End Process “.
106714200801311  Tricks To Convert Keyboard Into Live Disco




Comments

Popular posts from this blog

How To Remove “Error Deleting File or Folder”

It is a very common and annoying message that the file or folder you are trying to deleted cannot be deleted or thependrive cannot be removed as it is used by the system.In this tutorial I will show how to remove your pendrive or delete the files and folders if you get such an error.This error has various flavours and it can be of any of the following types:

Murach's C# 2010

by Joel Murach 25 chapters, 812 pages, 353 illustrations ISBN 978-1-890774-59-2 This is the latest edition of our best-selling C# book. The content continues to evolve with the language, of course, but one thing has stayed the same over the years: We still call this "the C# book you'll wish you'd bought first" because it gets you developing professional Windows Forms applications without any wasted time or effort.

Murach's PHP and MySQL

by Joel Murach and Ray Harris 24 chapters, 844 pages, 367 illustrations ISBN 978-1-890774-56-1 Anytime you're on the web, you're going to be landing on PHP pages. By most counts, over a million web sites have been written in PHP, including some of today's largest, most recognizable sites. And those sites often use MySQL as the database. That means there's a continuing demand for web developers who know how to use PHP and MySQL at the professional level. With this book, you can become one of them! What you'll learn in this book If you look at the table of contents , you'll see that this book teaches all the skills you need to develop almost any type of database-driven web site with PHP and MySQL. The chapters gradually move from the simple to the complex as they show you how to work with: the PHP language the MySQL database the SQL statements for MySQL the PD...