背景:有客户的windows配置了time.nist.gov作为时间同步服务器地址,可能因为这个服务器在美国,有时候不能成功从服务器拿到最新时间。所以给客户配置多个NTP地址,一个不行自动去问另一个。

 

1. 打开cmd窗口(需以管理员身份运行)

2. 重启时间同步服务

net stop w32time & net start w32time

3. 配置NTP地址池(可以是域名和IP)

w32tm /config /update /manualpeerlist:"pool.ntp.org time.windows.com time.apple.com time.google.com"

4. 应用上面的配置,并查看当前状态

w32tm /resync
w32tm /query /peers

windows配置多个NTP服务器地址

相关文章:

  • 2021-09-24
  • 2021-06-23
  • 2021-08-20
  • 2022-12-23
  • 2022-01-17
  • 2021-12-09
  • 2019-12-06
  • 2021-07-07
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-07
  • 2021-09-15
  • 2021-11-23
  • 2021-07-08
  • 2021-09-07
相关资源
相似解决方案