Monday 31 December 2012
Cool Keyboard Tricks (Windows) : Make a Disco
Do you like this story?
Keyboards usually have small LED's 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 locks LED's 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:-
Double click on the Saved file to see the LED lights on your keyboard go crazy and make your own cool disco.
This trick has been tested on Windows XP, Windows Vista, Windows 7 and Windows 8 and found to be working perfectly.
You can disable the keyboard disco by starting Task Manager and ending the wscript.exe process.
This trick uses a simple Visual basic script which when activated makes your scroll lock, caps lock and num locks LED's 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")3. Save the file as Disco.vbs or "*.vbs".
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
Double click on the Saved file to see the LED lights on your keyboard go crazy and make your own cool disco.
This trick has been tested on Windows XP, Windows Vista, Windows 7 and Windows 8 and found to be working perfectly.
You can disable the keyboard disco by starting Task Manager and ending the wscript.exe process.
"Dont forget to subscribe,join my site for new Games and softwares Updates,and to leave comments!"
This post was written by: Author Name
Author description goes here. Author description goes here. Follow him on Twitter
Subscribe to:
Post Comments (Atom)
0 Responses to “Cool Keyboard Tricks (Windows) : Make a Disco”
Post a Comment