Yes, Cygwin make shell script happen in Windows. I need to do Rsync on some “folder” to some “Directory”, just make the bash file with rsync in side (/cygwin/home/Administrator/rsync_script.sh) then go to Schedule Task

New Task -> Name your task

Action -> New -> Start a Program
Path: C:\Cygwin\bin\bash.exe
Argument: -l -c “/home/Administrator/rsync_script.sh >> /home/Administrator/daily.log  2>&1”