
@echo off
:loop
powershell -WindowStyle Hidden -Command "(New-Object -ComObject WScript.Shell).SendKeys('^{DOWN}')"
timeout /t 2 >nul
goto loop