Monday

Caps lock light blinking


Caps lock LED of your keyboard will blink by following the below steps. If you follow the below steps you will see that Caps lock LED of your keyboard is blinking.


Read : How to open control panel using cmd


Step 1. Open notepad.


Step 2. Paste the below code in the notepad.




Set wshShell =wscript.CreateObject("WScript.Shell") 

do 

wscript.sleep 100 

wshshell.sendkeys "{CAPSLOCK}" 

loop




You can replace the CAPSLOCK with two other LED name.


Step 3. Save the file as name.vbs.

Step 4. Open the file, you will see that the LED is blinking.

To stop the process, open task manager and close the wscript.exe .




No comments:

Post a Comment