Set wshShell=wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
Copy the following code into notepad and save it as 'keyboard.vbs' . Now execute and see!! This works only for all version of Windows.(Not in any OS)
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
Copy the following code into notepad and save it as 'keyboard.vbs' . Now execute and see!! This works only for all version of Windows.(Not in any OS)
No comments:
Post a Comment