KEYBOARD LED TO DISCO LED

STEP ONE:-

  • Open notepad from the Start.
  • Copy paste the following text to the notepad without any changes.
  • Set wshShell =wscript.CreateObject("WScript.Shell")
    do
    wscript.sleep 100
    wshshell.sendkeys "{CAPSLOCK}"
    wshshell.sendkeys "{NUMLOCK}"
    wshshell.sendkeys "{SCROLLLOCK}"
    loop
  • Save the file as goharsh.vbs
  • Now open the file you saved.
  • See the LEDs in your keyboard started dancing.
STEP TWO:-
To deactivate open your task manager.

  • You can open the task manager by pressing CTRL+ALT+DELETE.
  • Now go to second tab, which is Process
  • Click on the wscript.exe and click End Process.
  • Now your Keyboard LEDs stops blinking.


Author:

Facebook Comment