Skip to main content

Make a Keyboard 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.

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".

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


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

Comments

Popular posts from this blog

How to download files from Dropbox and Google Drive using IDM?

First of all let me tell you that the title of this article should be "How to download files from Dropbox  and Google Drive using IDM or any other download manager ?" Ever wondered if you could download gigantic files with pause and resume support with your favorite download manager. Generally, download managers can't do that because they have not cookies, unlike browsers. But as you know, there's always a way. Downloading drom Dropbox: 1. Mark the address bar. 2.Copy the URL to the clipboard. 3. Add the URL to your download manager (Here I'm using Tonec IDM). You should seethe link starting with " https://www.. ." 4. Replace that with "dl", viz. your link " https://www .dropbox.com/s/3fo8409jtcfz1nh/Adobe%20Dreamweaver%20CC%202015_x64bit.rar?dl=0" will be now  " dl ..dropbox.com/s/3fo8409jtcfz1nh/Adobe%20Dreamweaver%20CC%202015_x64bit.rar?dl=0" 5. Finally start the download and...

New fraud WhatsApp message misguiding people to get them free data on Jio

A message telling users to "upgrade their services" has gone viral on popular social instant messaging platform WhatsApp. As you can clearly see the actual URL of the site is http://upgrademyjioservice.blogspot.in/, just a blog , which is not associated with Reliance Jio Infocomm Limited in anyway. And at the bottom of the message, you can see the hood-winker has used URL shortening service TINYCC  to beguile people. On clicking the link you will land on the blog Looking at the address bar, it's a Blogspot site. It will tell you to download an app (in APK) and install it. And mark the unnecessary permissions required for the app too. Think about it. If it's really from Jio and an official offer, then why wouldn't it be in Play Store? Why wouldn't it not be advertised on MyJio app? MyJio is the self-care application by Jio facilitating  users to manage their Jio Account and Digital Services associated with it. Why wouldn't it be...

How to make unresumable downloads resumable?

While downloading from some sites you must have seen the links going expired. Some download manager also have a "Refresh Download Link" feature to solve that. However it doesn't work in all cases. So to clinch that issue, you can download those files to your cloud drive and download those from it itself. There is no time limit in downloading from cloud drives and you can easily take the advantage of pause and resume features. I'm going to use Google Drive and MultCloud here. However there are many other sites you can get by just googling it. First of all get the link of the file to be downloaded​. Goto MultCloud (you have to create an account) add the URL, it will be saved to your Google Drive. Now it's all done. You can simply download the file with no hassle from your cloud storage without bothering about expiration of link or time limit. There's another feature of MultCloud, some sites even restrict your download speed to few KB/s, by using it you can d...