My Magento 2.0.7 works on my Windows 10 System with Ampps. The Shop works well, but I can't make any updates or Backups. The Reason: I can't configure Cronjobs on windows.
I tried to make a Scheduler Task with a Bat File.
The Code of the Bat File was:
C:\Ampps\php\php.exe C:\Ampps\www\mage.dev\bin\magento cron:run C:\Ampps\php\php.exe C:\Ampps\www\mage.dev\update\cron.php C:\Ampps\php\php.exe C:\Ampps\www\mage.dev\bin\magento setup:cron:run
But this don't work at all.
I searched many hours for other solutions, maybe somebody can help me with that issue.
Installing an other operating System is not an option.