Amazing Disco Light on your keyboard

Open Notepad and paste the following lines given below.



******************************************
Set wshShell=wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys"{SCROLLLOCK}"
loop
******************************************

Save the file exatly as "disco.vbs" (without double cots)


Once you open java script the CAPSLOCK; NUMLOCK and SCROLLLOCK will start blinking
and swaping their lights repeatedly in a random motion, very rapidly.

Now you will be thinking how to stop this random motion
But don't worry

Here is the solution to your query in this blog.

Press ctrl+left shift+esc --------> Task manager dialogue box will appear
over there go to processes tab and select WScript.exe and click end task.

I hope you like this post too.
 
Top