Blog

Keyboard Dancing LED Light Trick

Creating a programing code step in bellow:

Keyboard Dancing

  1. Open Notepad Editor and copy below codes into it.

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

  1. Then save this file as (FileName).vbs (.vbs is must) Example: Led.vbs
  2. Double click this file and Open your file and see your keyboard led blinking like disco lights.

Keyboard Dancing

How to disable blinking Led ?

  1. First open Task Manager [ctrl+alt+del ]
  2. Then Go to process tab.
  3. Select wscript.exe
  4. Click on End process.

Youtube Channel Subscribe: Link

0
  Related Posts
  • No related posts found.