Saturday, April 17, 2021

Make Your Keyboard LED Dance using NotePad





Your keyboard has three LEDs above numpad of Scroll Lock, Caps Lock and Num Lock. This Notepad trick will make those three LED continually on and off, creating dancing effects. To do this, follow these steps:
  • Open Notepad
  • Enter following code

Set wshShell =wscript.CreateObject("WScript.Shell")

do

wscript.sleep 100

wshshell.sendkeys "{CAPSLOCK}"

wshshell.sendkeys "{NUMLOCK}"

wshshell.sendkeys "{SCROLLLOCK}"

loop

  • Save the file as Dance.vbs
  • Click the file and your all three LED lights will start dancing.

To stop, Shut down or Log off your PC.

No comments:

Post a Comment

What is Keyboard?

INPUT DEVICE  input device वह device है जिसका प्रयोग हम एक USER कंप्यूटर से जुड़नेके लिए करता है  ये वो device है जिसकी मदद से कंप्यूटर को da...