DigitalOrgano

  • Home
  • About
  • Categories
    • Windows OS
    • Software
    • Android
    • Technology
  • Contact
DigitalOrgano » Technology » Make A Twinkle Light Out Of Keyboard Light

Make A Twinkle Light Out Of Keyboard Light

Last updated on June 22, 2020 by Editorial Staff Under Technology

Tweet
Share
Share
Pin

To make your keyboard lights become twinkle such as the Scroll Lock, Num Lock and Caps Locks lights, just open a notepad by pressing the Windows Key + R and type in notepad and hit enter.

In the notepad paste the following code

set twinkle = wscript.createobject("wscript.shell")
do
twinkle.sendkeys "{capslock}";
wscript.sleep 100
twinkle.sendkeys "{numlock}";
wscript.sleep 100
twinkle.sendkeys "{scrolllock}";
wscript.sleep 100
loop
twinkle-keyboard

Save the file and while saving choose the file types to All Files and the file name as twinkle.vbs. After saving open the file and see the beauty.

PS: To get the full beauty of this trick run the file in a desktop computer which have all the lights i.e. Caps Lock, Scroll Lock and Num Lock

To stop this open Task manager and kill the process wscript.exe.

Or you can open a Command Prompt by pressing the Windows Key + R and type in cmd then hit enter.

In the Command Prompt type the below command.

taskkill /im wscript.exe /f

You can download the below file that contain both the twinkle.vbs and the file that have the kill command in it.

Download Twinkle Keyboard Light

« Enable Or Disable Developer Options In Android Devices
Show All Tray Icon On The Taskbar »

Our Social Links

  • facebook
  • instagram
  • feedburner

Latest Articles

  • Create Shortcut For Any Program Or Folder In My Computer
  • The Best Way To Post Story On Instagram Using PC
  • Download Latest Google Chrome Offline Installer
  • 5 Best Ways to Free Up Drive Space on Windows 10
  • How to Enable Dark Mode in Microsoft Office
  • How to Properly Restore Windows Registry in Windows 10
Copyright © 2025 DigitalOrgano