On some PCs, you can make the keyboard LED lights flash, giving the appearance that the keys are "dancing". It's a fun trick that might work on your computer provided it has the LED lights and can handle the programming suggested here.

Part 1
Part 1 of 2:

Starting the LED flashes

  1. 1
    On your PC, open Notepad.
  2. 2
    Type the following code into Notepad:
    • Set wshShell =wscript.CreateObject("WScript.Shell")dowscript.sleep 100wshshell.sendkeys "{CAPSLOCK}"wshshell.sendkeys "{NUMLOCK}"wshshell.sendkeys "{SCROLLLOCK}"loop.
    Advertisement
  3. 3
    Save the file as: led.vbs
    • Be sure to save it as ".vbs".
  4. 4
    Open the led.vbs file. You should see your keyboard caps lock, num lock, and scroll lock are now blinking!
  5. Advertisement
Part 2
Part 2 of 2:

Disabling the LED flashes

  1. 1
    Open the Task Manager.
  2. 2
    Go to the Process tab.
  3. 3
    Select wpscript.exe. If you can't find it, you may have to scroll.
  4. 4
    Once selected, click End Process.
  5. Advertisement

Community Q&A

  • Question
    Why do I get an invalid character error?
    Community Answer
    Community Answer
    If you get an error, just double tap it and then hit ignore. It is okay to get the error.
Advertisement

Warnings

  • By doing this trick, you are taking the risk of possibly damaging your computer. Do some research into the type of computer you own and what doing this trick might do to it. If unsure, don't try it at all.
    ⧼thumbs_response⧽


Advertisement

About This Article

wikiHow is a “wiki,” similar to Wikipedia, which means that many of our articles are co-written by multiple authors. To create this article, volunteer authors worked to edit and improve it over time. This article has been viewed 36,405 times.
How helpful is this?
Co-authors: 7
Updated: August 13, 2018
Views: 36,405
Categories: Computer Keyboards
Advertisement