Configure a new NTP Server in Windows Server
Configuring a new NTP Server in Windows Server
Open an Elevated Command Prompt:
Query the current Time Service using:
w32tm /query /status
Run the following Command to configure a new NTP Peer:
w32tm /config /manualpeerlist:uk.pool.ntp.org
Restart the Windows Time Service:
net stop w32time
net start w32time