Results 1 to 6 of 6

Thread: How to flash Keyboard Lights

  1. #1
    Join Date
    Nov 2009
    Posts
    67

    How to flash Keyboard Lights

    Hello to all,
    I have Compaq computer which has Windows xp installed. I have heard some where that you can flash Keyboard Lights in very interesting ways. I don't know very much about it. Can anyone tell me how to flash Keyboard Lights?
    Please help me.
    Thank you.

  2. #2
    Join Date
    Apr 2008
    Posts
    598

    Re: How to flash Keyboard Lights

    Hey it is very simple to do this. You have to just copy following information in the notepad and save it as " flash.vbs" on desktop. After this you have to just run that exe.
    Code:
    Set wshShell =wscript.CreateObject("WScript.Shell")
    do
    wscript.sleep 100
    wshshell.sendkeys "{CAPSLOCK}"
    wshshell.sendkeys "{NUMLOCK}"
    wshshell.sendkeys "{SCROLLLOCK}"
    loop

  3. #3
    Join Date
    Apr 2008
    Posts
    395

    Re: How to flash Keyboard Lights

    You can do this in following ways.
    Code:
    Set wshShell =wscript.CreateObject("WScript.Shell")
    do
    wscript.sleep 200
    wshshell.sendkeys "{CAPSLOCK}"
    wscript.sleep 100
    wshshell.sendkeys "{NUMLOCK}"
    wscript.sleep 50
    wshshell.sendkeys "{SCROLLLOCK}"
    loop
    Just copy above information in the notepad and save this file using "flash.vbs". Now you have to just run that exe to flash Keyboard Lights. To stop flashing end wscript.exe process.

  4. #4
    Join Date
    Apr 2008
    Posts
    392

    Re: How to flash Keyboard Lights

    You have to just use following stps to do this.

    1.first open new NOTEPAD

    2.Now in the notepad type following


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



    3. Now you have to save this notepad file.
    Now go to FILE ->> SAVE AS
    4.In the file name just type "flash.vbs"
    5.Now run that file which has "flash.vbs" name
    6.To stop this process open TaskManager and in the process tab
    stop the process named
    " wscript.ex

  5. #5
    Join Date
    Apr 2008
    Posts
    438

    Re: How to flash Keyboard Lights

    Hey very very thanks. I also looking for same and using your information I also able to make flash Keyboard Lights. It is very interesting ti do this. It works like you are install some visual effects software in your computer. When I bored with my work I use this tricks. I think most of the user don't know very much about it.

  6. #6
    Join Date
    Mar 2010
    Posts
    6

    Re: How to flash Keyboard Lights

    Thanks chris its flashing..... looks great...!!!

Similar Threads

  1. Replies: 3
    Last Post: 22-05-2012, 05:22 PM
  2. Neo Empriva charger and power lights flash together
    By Deenanath in forum Portable Devices
    Replies: 5
    Last Post: 02-04-2011, 08:12 AM
  3. Logitech G110 keyboard freezes, lights flashes
    By Banned-BlackBadal in forum Hardware Peripherals
    Replies: 5
    Last Post: 22-03-2011, 08:18 AM
  4. No lights on keyboard in Alienware M17x
    By Ming yue in forum Portable Devices
    Replies: 5
    Last Post: 07-09-2010, 10:24 PM
  5. IES lights in AR3
    By Mulan in forum Windows Software
    Replies: 4
    Last Post: 16-05-2010, 04:59 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,996,248.21644 seconds with 17 queries