zoukankan      html  css  js  c++  java
  • Windows 10同步时间的方法

    今天在安装了Windows 10 1809(October 2018 update)之后发现时间不能同步,以前并没有出现这种情况。

    1) 打开控制面板,找到时钟域地区

     

    2) 选择日期和时间

    3) 选择互联网时间,点击更改设置

    4) 选择你要用来同步的时间服务器,点击同步

    5) 如果Windows自带的时间服务器不能同步时间,可以考虑使用国内的时间服务器,比如:ntp.fudan.edu.cn。

    推荐使用这个,这是香港天文台的的:

    stdtime.gov.hk (IPv4)
    time.hko.hk    (IPv6)

    6) 还可以使用命令行的方式来同步,用管理员身份执行以下4条命令:

    w32tm /config /manualpeerlist:ntp.fudan.edu.cn,0x8 /syncfromflags:MANUAL
    net stop w32time
    net start w32time
    w32tm /resync

     7) 香港天文台有教你怎么同步时间,感觉香港天文台的很准确

    http://www.hko.gov.hk/nts/ntimec.htm

    stdtime.gov.hk (IPv4)
    time.hko.hk    (IPv6)

    ==*********************************************************==

    其他时间服务器

    国家授时中心服务器的IP地址(210.72.145.44)
    
    ntp.fudan.edu.cn (复旦)推荐使用
    stdtime.gov.hk (IPv4) 推荐使用
    time.hko.hk    (IPv6) 推荐使用 time-b.nist.gov1 s1a.time.edu.cn 北京邮电大学 s1b.time.edu.cn 清华大学 s1c.time.edu.cn 北京大学 s1d.time.edu.cn 东南大学 s1e.time.edu.cn 清华大学 s2a.time.edu.cn 清华大学 s2b.time.edu.cn 清华大学 s2c.time.edu.cn 北京邮电大学 s2d.time.edu.cn 西南地区网络中心 s2e.time.edu.cn 西北地区网络中心 s2f.time.edu.cn 东北地区网络中心 s2g.time.edu.cn 华东南地区网络中心 s2h.time.edu.cn 四川大学网络管理中心 s2j.time.edu.cn 大连理工大学网络中心 s2k.time.edu.cn CERNET桂林主节点 s2m.time.edu.cn 北京大学
  • 相关阅读:
    封装
    魔术方法类与有关面向对象的关键字
    JS基础
    轮播效果
    进度条效果
    2018年6月
    2018年5月
    Monte Carlo tree search 学习
    2018年4月
    pachi 学习
  • 原文地址:https://www.cnblogs.com/majestyking/p/10366747.html
Copyright © 2011-2022 走看看