Today i will be showing you an interesting trick which will let your keyboard led light to dance. Basicly we will be creating a vbscript to make caps lock, num lock and scroll lock to perform this trick. So lets get started.
Steps :
Step 1 : Open Notepad and paste following code.
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
Step 2 : Save it with name as dance.vbs.
Step 3 : Open the saved file.
That's It
How To Stop This :
Steps
Step 1 : Open task manager ( ctrl + alt + del ).
Step 2 : Select Processes tab.
Step 3 : Select wscript.exe
Step 4 : Click on End Process button.
0 comments:
Post a Comment