Yes you can
create a disco effect from keyboard lights whether some locks are enable or
not. This trick use simple visual basic script to enable your scroll lock, num
lock and caps lock led light and turn them on in cool rhythmic order and give
feeling of live disco.
1. Open
notepad.
2. Copy and
paste the exact code given below.
Set wshShell
=wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys
"{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
3. Save the
file as disco.vbs or *.vbs (*=any file name)
To see crazy
led disco effect just double click on saved file. This trick is tested on
windows 7 and 8 it worked perfectly fine on both of these windows.
To stop this
service open the task manager and end the process name as “wscript.exe”
Sharing is caring. Spread the knowledge let
the world know what you know.
0 comments:
Post a Comment