Skip to main content

Cool Keyboard Tricks (Windows) : Make a Disco

                    Keyboards usually have small LEDs which indicate whether different types of locks are activated or not. Here is a trick to use the lights of your keyboard in a more creative manner in Windows.

This trick uses a simple Visual Basic Script which when activated makes your Scroll lock, Caps lock and Num lock LEDs flash in a cool rhythmic way which gives the perception of a live disco on your keyboard.

Keyboard tricks

To make your own live disco, follow the steps given below:-

1. Open Notepad.
2. Copy paste the exact code given below:-

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
3. Save the file as Disco.vbs or "*.vbs".


Cool Keyboard Tricks

Double click on the Saved file to see the LED lights on your keyboard go crazy and make your own cool disco.

This trick has been tested on Windows XP, Windows Vista, Windows 7 and Windows 8 and found to be working perfectly.

You can disable the keyboard disco by starting Task Manager and ending the wscript.exe process.

Comments

Popular posts from this blog

Idea Smart Wifi 3G Dongle To Offer Blazing Fast Internet For Home Or Office Users

                              Committed to catalyzing mobile broadband penetration in India, India’s 3rd largest and fastest growing mobile operator, Idea Cellular, has launched Idea Smart Wifi, a 3G Wifi dongle which offers fast and reliable internet connectivity for home users, SOHO (Small Office Home Office) and business professionals. Idea 3G Smart Wifi enables internet sharing with as many as 10 devices simultaneously such as laptop, handset, tablet, game player, digital camera, music player etc. Smart Wifi is a convenient option for small business enterprises, entrepreneurs and other professionals for their mobile broadband requirements for multiple devices. Idea 3G Smart Wifi dongle offers 21.6 Mbps download and 5.76 Mbps upload speed and is equipped with an inbuilt Wi-Fi antenna which can also run on minimal power sources like laptop or car charging point to turn the device into a Wi-Fi Hotspot. The Idea 3G Smart Wifi is truly plug n play device, compatible with all major

Why to learn PHP?

PHP is basically an HTML-embedded scripting language that helps in writing dynamically generated webpage. The files underPHP comprise HTML tags, text and scripts witha file extension of “.php”. With the help of PHP, youcan create login pages, forums; design a form, and surveys, to name a few. Though now-a-days people use PHP for the development of websitesand web-applications, few of them still doubt about its capabilities. Here are some facts on why PHP should be chosen over other scripting languages.*.Easy To Use: The scripting language, coding and architecture are easy and simple to use in PHP in comparison toother programming languages.*.Technologically Advanced: PHP supports Linux, MySQL and Apache and is the base for several technologies like, CakePHP and Joomla.*.User-friendly: PHP offers the fast accessibility to the websites, thus immediately calling the databases. It has incredible speed which makes it different and popularamong the users. Moreover, the websites created using