Synchronize Time in a workgroup environment or with a non-Windows time server
Use the following commands to synchronize time in a workgroup environment or with a non-Windows time server by adding 0x8 parameter:
- w32tm /config /manualpeerlist:TimeServerFQDNorIPAddress,0x8 /syncfromflags:MANUAL /reliable:yes
- w32tm /config /update
- net stop w32time
- net start w32time
- w32tm /resync
Source KB: https://support.microsoft.com/kb/875424
Comments
Anonymous
June 22, 2011
Wow! So wonderful, I like it, thanks for sharing this with us. Congratulations! You have the wonderful writing & presenting skills. I am hoping in future same work from you. Thanks once again.Anonymous
March 31, 2013
Hi, Once i run the above command in windows 2003 server its sync fine but after a while its chaging back the registry value, how to solve this.Anonymous
August 11, 2016
The computer did not resync because no time data was available.Why was this happened?- Anonymous
August 17, 2016
Try this solution on your workgroup machines against one of your domain controllers. The domain controllers are time servers by default for all domain members, so they would serve well for workgroup clients as well.
- Anonymous