WSL cron scheduled tasks
Windows Subsystem for Linux version 0.67.6 and newer can use systemd, which makes using Cron on WSL straightforward. Check the WSL version from Windows Terminal (not WSL):
wsl --version
Check that Cron is running in WSL:
systemctl status cron
Then as usual use crontab -e
.