I am trying to set-up cron on my CYGWIN installation on a Win7 box. I am using the procedure mentiond here:
How do you run a crontab in Cygwin on Windows?
This is how I try to start the cron-service:
> cygrunsrv -I cron -p /usr/sbin/cron -a -D
The response that I get is:
cygrunsrv: Error installing a service: OpenSCMManager:
Win 32 error 5: Access denied
Any tips on how to proceed?