Our Active Directory server has a problem whereby the time keeps setting itself 12 minutes ahead of the real time. This causes authentication issues on the network.
I have tried syncing to an external NTP service with the following:
w32tm /config /manualpeerlist:pool.ntp.org /syncfromflags:MANUAL
stop-service w32time
start-service w32time
Then tried to set the time 12 minutes back. But within seconds it skipped 12 minutes ahead again.
I tried to unregister the service using:
w32tm /unregister
Then tried setting the time correctly but again it reverted to the incorrect setting.
Is there some way I can set the time without it changing itself?