Hello Friends, today I am going to show you a very simple, experimental, cool keyboard, notepad trick 'How to make your Keyboard disco dance | Keyboard dancing LED trick.' This trick is quite interesting as it is different from other tricks. As people always want to see some change in this modern world, regarding this I am going to share this awesome trick 'How to make your Keyboard disco dance'. After performing this trick your Keyboard LEDs i.e NUM Lock, Caps Lock and Scroll Lock will start dancing in a random way like never before. These keyboard LEDs are present to indicate whether the different types of locks are active or not. But this trick will change their function at all, it will start dancing in a creative manner.
This trick uses a simple Visual Basic Script which, when activated makes you 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. All you have to do is to paste a code in the Notepad and save it as .vbs extension where vbs stands for 'Visual Basic Script'. You can test this trick on Windows XP/Vista/7/8/8.1, it works with all of the given Windows. But the thing you should be only cautious about is pasting the exact code/ in the Notepad. There is no need of downloading any software. Notepad is enough for this. This trick is just all about the code/script.
1. Open your Notepad and copy-paste the given code into it carefully.
2. Now save the file with .vbs extension. For example, save it as disco.vbs extension in the directory you want. I prefer you to save it on the desktop for better convenience. The icon looks like this-
3. Now go to the directory where you saved this file and double click on it.
4. Done ! Now your keyboard LED lights will start dancing in a cool rhythmic/random way.
Friends, now after performing and enjoying this trick, a new topic arises that how to disable this trick. People generally shut down the computer to stop the process. So, now I am going to tell you about how to make it stop working or how to disable this trick without shutting down the Computer.
Some Basic Knowledge About Keyboard Dancing LED Trick
This trick uses a simple Visual Basic Script which, when activated makes you 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. All you have to do is to paste a code in the Notepad and save it as .vbs extension where vbs stands for 'Visual Basic Script'. You can test this trick on Windows XP/Vista/7/8/8.1, it works with all of the given Windows. But the thing you should be only cautious about is pasting the exact code/ in the Notepad. There is no need of downloading any software. Notepad is enough for this. This trick is just all about the code/script.
Follow these steps:
1. Open your Notepad and copy-paste the given code into it carefully.
Set wshShell =wscript.CreateObject("WScript.Shell")dowscript.sleep 100wshshell.sendkeys "{CAPSLOCK}"wshshell.sendkeys "{NUMLOCK}"wshshell.sendkeys "{SCROLLLOCK}"loop
2. Now save the file with .vbs extension. For example, save it as disco.vbs extension in the directory you want. I prefer you to save it on the desktop for better convenience. The icon looks like this-
3. Now go to the directory where you saved this file and double click on it.
4. Done ! Now your keyboard LED lights will start dancing in a cool rhythmic/random way.
Friends, now after performing and enjoying this trick, a new topic arises that how to disable this trick. People generally shut down the computer to stop the process. So, now I am going to tell you about how to make it stop working or how to disable this trick without shutting down the Computer.
Just carry out the following steps to disable the Keyboard LED dancing trick :
- First go to Task Manger by clicking Alt + Ctrl + Delete
- Now go to the Processes tab and turn off the disco by ending the wscript.exe process.