I have created a task to open a website every x
minutes.
This is what I have.
program: "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
argument: https://phpfile on my server
start in: C:\Program Files (x86)\Google\Chrome\Application\
It starts manually but never repeats automatically. It shows repeat time correct but never repeats. The repeat time just keeps updating.
I basically want to run a PHP script on my website every few minutes, please help.