Have you customized the fetch_updates script? For example, I needed to comment out the set DB_PASS line because my smartform userid in the MySQL database doesn't require one. (Other changes I had to make include commenting out the set PATH statements because the requisite folders were already in the PATH and updating the userid and password for my Smartform subscription.) It actually took me 1/2 to 1 hour to get this script working but just reading the comments in the script were enough to the thing working. (I remember I also needed to install curl on my Windows machine.) My overall advice is to run fetch_updates on the command line and see what errors it throws up. When you have it fully debugged create the job in Task Scheduler (on Windows machine). I hope this helps you.