Breaking

Sunday, 11 March 2018

How To Turn On Disco Light On Keyboard

Do you want to turn your keyboard into a Cool Disco light keyboard and impress your friends with your computer Skills?


If so, then read on and learn how a simple usual keyboard can be transformed into a geeky randomly blinking lights gadget. It is a very simple trick which involves only a few simple lines of code. Don't worry, there is absolutely no need of coding knowledge or extra hassle cause you will only use the traditional copy paste trick and leave the rest of mess to us.


Just follow these simple instructions and show off to everyone with your cool disco light keyboard:

Step 1: Open a text file Right click on desktop and select "Text Document" from "New" tab.



Step 2: Copy the code below and paste it into that text document that you just created.

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop

Step 3: Now, Save As the text document as Disco.vbs or any other name that like but remember to put ".vbs" extension in the last.


Note: Remember to put .vbs extension in the last of file name when you the text document.

If you are facing any problems or you didn't understood any step then you can also learn this trick from the following video, in which the process is explained in a detailed way.


Conclusion: This is a simple yet impressive trick and also very much hassle free so now you have added another trick up your sleeves and you're good to go on way of becoming a computer genius among your friends.

No comments:

Post a Comment