
step1:
win+R
step2:
type -> Notepad
step3:
Set wshShell =wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop
step4:
Save The Above Code in a .bat file

step1:
win+R
step2:
type -> Notepad
step3:
Set wshShell =wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop
step4:
Save The Above Code in a .bat file