How To Caps lock Automaticly On/OFF Again And Again
Step 1 >> Open Notepad.
Step 2 >>Copy Code.
Code:
*************************************************************************
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
**************************************************************************
Step 3 >> Save it as "Anything.VBS" and send it.
Step 1 >> Open Notepad.
Step 2 >>Copy Code.
Code:
*************************************************************************
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
**************************************************************************
Step 3 >> Save it as "Anything.VBS" and send it.
Bro, To pata chal gaya ki capslock on of lagatar kaise hota hai. but ye to nahi pata chala ki ye rukta kaise hai
ReplyDelete