Flash your keyboard lights into rhythmic way and enjoy the disco.
This VBS trick lets Scroll lock, Num Lock, Caps Lock flash in a rhythmic style.
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
This VBS trick lets Scroll lock, Num Lock, Caps Lock flash in a rhythmic style.
- Open Notepad.
- Copy below text in notepad.
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
- Save this file with Anyname.vbs extension rather than .txt .
- Just double click on the file and enjoy the disco.
Bhuvan Arora
No comments:
Post a Comment