Keybord Dancing led light trick
Today I will show an interesting trick about Keyboard.
1) Open Notepad.
2) Just Copy the below code and Paste into Notepad.
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
3) Click on File(in Notepad), click on SaveAs and then save the file as led.vbs
4) Now finally double click on led.vbs and see........
How to disable it?
1) First open Task Manager [Ctrl+Alt+Del]
2) Then Go to process tab.
3) Select wscript.exe
4) Click on End process.

No comments:
Post a Comment