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
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
2. Save the file as Disco.vbs or "*.vbs".
Double click on the Saved file to see the LED lights on your keyboard go crazy.
This trick has been tested on Windows XP, Windows Vista and Windows 7 and found to be working perfectly.
You can disable the keyboard disco by following these steps
Open Task Manager ( ctrl+alt+del )
go to process tab
select wscript.exe
click on end process......

No comments:
Post a Comment