Here is a suggestion aboutCRON and Windows Server 2016

Re: Here is a suggestion aboutCRON and Windows Server 2016

by Luis de Vasconcelos -
Number of replies: 0

Thanks J. However, you don't need to run Cron via the browser. Moodle has a command-line cron script, \admin\cli\cron.php, that is perfect for automated running via a Windows Scheduled Task. Using that cli script you don't need to invoke a web browser, so it's much better.

https://docs.moodle.org/34/en/Cron_with_Windows_OS
https://docs.moodle.org/34/en/Cron

And https://moodle.org/mod/forum/discuss.php?d=139263 if you want to log the cron output.