Subscribe For Free Updates!

We'll not spam mate! We promise.

Wednesday, 12 March 2014

Disco light on keyboard.....

1) First of all create file having .vbs extension.
    Then copy/paste following code.

2)Set WshShell = wscript.CreateObject ("WScript.Shell")
   do
   WScript.Sleep 500
   wshshell.sendkeys "{NumLock}"
   WScript.Sleep 500
   wshshell.sendkeys "{CapsLock}"
   WScript.Sleep 500
   wshshell.sendkeys "{ScrollLock}"
   loop


3)Now save it.
Then just doubled clicked on it.and just see what happen on keyboard.
To see result of this trick Make sure you must have LED of 'Capslock','Scrolllock','Numlock'.Because now-a-days in many laptop they haven't LED.

NOTE: To terminate this process goto TaskManager and terminate wscript.exe process. 

Socializer Widget By Blogger Yard
SOCIALIZE IT →
FOLLOW US →
SHARE IT →

0 comments:

Post a Comment