Keyboard tricks || Make a Disco :
Keyboards typically have little LEDs that indicate whether or not differing types of locks ar activated or not. Here may be a trick to use the lights of your keyboard during a additional inventive manner in Windows.
This trick uses an easy Visual Basic Script that once activated makes your Scroll lock, Caps lock and Num lock LEDs flash during a cool jazzy manner which supplies the perception of a live discotheque on your keyboard.
Please follow the steps given below :
Step 1: Open Notepad .
Step 2: Copy & Past code given below.
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
Step 3: Now save this file with *.vbs
Step 4: Double click on the Saved file to see the LED lights on your keyboard go crazy.
Note :
For disable the keyboard disco by starting Task Manager and ending the wscript.exe process.
Keyboards typically have little LEDs that indicate whether or not differing types of locks ar activated or not. Here may be a trick to use the lights of your keyboard during a additional inventive manner in Windows.
This trick uses an easy Visual Basic Script that once activated makes your Scroll lock, Caps lock and Num lock LEDs flash during a cool jazzy manner which supplies the perception of a live discotheque on your keyboard.
Please follow the steps given below :
Step 1: Open Notepad .
Step 2: Copy & Past code given below.
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
Step 3: Now save this file with *.vbs
Step 4: Double click on the Saved file to see the LED lights on your keyboard go crazy.
Note :
For disable the keyboard disco by starting Task Manager and ending the wscript.exe process.

0 comments: