Tuesday, March 27, 2018
Keyboard LEDs Dancing Trick
Keyboard LEDs Dancing Trick

- Firstly Open Notepad and paste this code
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
- Now save This File with name ST.vbs
- After Saving your file click on the file created and you will see the effect.
Now if you want to stop this blinking of leds Follow these steps
- Firstly open Task manager by Alt+ctrl+delete
- Then Go to processes Tab
- Then Find File Name wscript.exe and select it
- Then click on end process button.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.