Monday 4 November 2013

TRICK TO MAKE A COMPUTER`S KEYBOARD GO DISCO.

Have you ever wished you knew how to make your computer keyboard's-light go 'Disco'? Have you longed for this feature in your computer, or you're just getting to know this for the very first time? Then this post is for you... The idea behind this trick is just to have fun / show off to friends, though some consider it rather annoying. You don't need to have any coding/programming knowledge,as it's extremely easy to do. In this tutorial,we'll be making use of this popular Computer application i.e Notepad. Note:- This illuminates & looks more fascinating in the dark. HERE'S HOW TO DO THIS. Open/Launch notepad [Right click on desktop » New » Text document]. Copy - Paste the following codes into it ↓ Set wshShell=wscript.CreateObject("WScript.Shell") do wscript.sleep 100 wshshell.sendkeys"{CAPSLOCK}" wshshell.sendkeys"{NUMLOCK}" wshshell.sendkeys"{SCROLLLOCK}" loop Finally,save the file with a “.vbs” extension using any name. E.G Disco-light.vbs Now to start the effect,just double click on the newly saved text file to see the magic. That's all. If you think you don't like this effect,you can easily stop it by  Hold keys “Ctrl + Alt + Del” and select Task manager Locate wsscript.exe,select it and choose “End Process”. Note : If your mouse doesn't respond any longer,just hold down the "Alt" key while you navigate. Have Fun!!!

No comments:

Post a Comment

Comment