How to fix time going out of sync on a domain controller?
How to fix time going out of sync on a domain controller?
Lucidica is the IT support team for London businesses.
Thanks for viewing this page, hopefully it helps you solve your technical issue if not feel free to drop us a line here and we’ll provide additional help and support.
How to fix time going out of sync on a domain controller
Simple! Run the commands bellow from admin cmd:
w32tm /config /manualpeerlist:0.uk.pool.ntp.org,1.uk.pool.ntp.org,0x1 /syncfromflags:manual /reliable:yes /update
w32tm /config /syncfromflags:domhier /update
net stop w32time
net start w32time
w32tm /resync
Hope this helps!