Before anything will work, you need to be sure that the computer functioning as the time server allows connections on port 123 both on the server itself and through any firewalls between the clients and the server.
%SystemRoot%\System32\w32tm.exeDon't change the clock by more than 10 minutes at a time! Doing so can cause AD or group policy or something super important to break!
The following is all to setup clients to sync with the server:
w32tm /query /source to see what the current time source is.w32tm /config /manualpeerlist:*timeservers* /syncfromflags:manual /reliable:yes /update
w32tm /config /manualpeerlist:"timeserver1.domain or.activedirectory.server" /syncfromflags:manual /reliable:yes /updatew32tm /config /manualpeerlist:"0.pool.ntp.org, 1.pool.ntp.org, 2.pool.ntp.org" /syncfromflags:manual /reliable:yes /updatenet stop w32time && net start w32time to restart the time service
w32tm /query /source will most likely reutrn Local CMOS something or other. Give it a minute and try again, and it should say the correct source.w32tm /query /peers
w32tm /monitor
w32tm /query /configuration
reg query HKLM\SYSTEM\CurrentControlSet\Services\W32Time\Parameter
this document last modified: January 30 2020 18:16