Skip to main content

Windows : Synchronisation de l'horloge Windows via SNTP

La liste des serveurs SNTP ont été donnés à titre d'exemple

Exemple : ntp0.oleane.net ou pool.ntp.org ("0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org")

 

- Pour Windows XP, taper en ligne de commande:

 

net time "/setsntp:time1.phys.ethz.ch time2.phys.ethz.ch"

 

- Pour Windows 2008 Server ou Windows 7 :

 

w32tm /config /update /manualpeerlist:ntp0.oleane.net /syncfromflags:manual

ou

w32tm /config /update /manualpeerlist:pool.ntp.org /syncfromflags:manual

ou

w32tm /config /update /manualpeerlist:"0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org" /syncfromflags:manual

 

net stop w32time

 

net start w32time

 

w32tm /resync