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