Share our posts on facebook and google by the buttons below post

Sunday 2 December 2012

Make the combination of caps lock ,num lock and scroll lock as flashing led

By this trick you can see the lights on your keyboard flash .This is a trick based on notepad and is also .vbs trick.

For this trick you have to follow these steps:-


  • Open notepad.
  • Type the following code in notepad.
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop

  • Now save it as led.vbs
  • Now open the file .You can see flash led of board.

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...