top of page

Cool Notepad trick to make ur LED blink like disco lights......

  • Writer: Amrit Patra
    Amrit Patra
  • Sep 24, 2014
  • 1 min read

Today i will be displaying you in your VDU(Visual Display Unit), that how to make your LEDs in your keyboard Blink randomly by creating *.vbs files.

So Now follow my steps to make people amazed.......

How To Make ur Keyboard's LED Blink ?

1. Open Notepad 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

2. Then save this file as (ur desired file name).vbs [you must include .vbs]

3. Open your saved file and see your keyboard led blinking like disco lights.

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.

Comments


Featured Posts
Recent Posts
Archive
Search By Tags
Follow Us
  • Facebook Basic Square
  • Twitter Basic Square
  • Google+ Basic Square

© 2020 by Future Tech Boy Proudly created with Wix.com


 

bottom of page