I don't think cron works when running as a Windows service - at least it didn't in the past https://groups.google.com/forum/#!searchin/web2py/windows$20cron/web2py/OX7pXEGlSGM/hkspXZWKV1gJ
I ended up just using a scheduled task that used wget to fetch certain controllers I wanted to run regularily.

