Hello, I have a script in php that I need to run automatically every 15 minutes on windows (my system is hosted locally).
Well, I saw that it has to be done by the Windows Task Scheduler so I configured it as follows: I added a basic task and I selected to start Chrome and in the arguments I put the script path (localhost / script.php).
It's working fine, the problem is that every time the task runs, it opens a new Chrome, so it gets dozens of Chromes open.
I would like to know if there is any other way to do this schedule or some command or option to execute the task in the already opened window or simply reload the page, because as the script will be running 24h a day, one hour someone will have to close these windows.