I'm facing the following situation:
We have a computer with Windows 8 Standard Embedded. The machine is an industrial computer that doesn't have a CMOS Battery but a capacitor (a Gold Cap acting as a buffer to provide minimum 72h lifetime to the BIOS)
Every now and then we have long power cuts (let's say a week or two) and the system remains without power supply. It is so configured that when the power comes back, it boots automatically and starts working with no human intervention.
And here comes the problem. Windows is set to automatically synchronize Date and Time every 10min, but the time difference is too great (because of the long power cut and the short lifetime of the capacitor) and it has to be manually updated.
Is there a way to avoid the manually update and force Windows to somehow update the Date and Time?
I've already tried with a batch script on startup (w32tm /resync) but doesn't do the trick.
Thank you
TL;DR Windows can't synchronize automatically (with a ntp server) the Date and Time when the time difference is too great. Does someone have an idea to avoid the manually update?