前言
由于校园网墙了境外网络的访问权限,很多问题接踵而至。
近期发现PC
端QQ
发送图片经常会出现较大延迟,经过交叉验证得知该问题由微软默认时间同步服务器无法访问导致的本地时间不准确(慢了两分钟)导致。
考虑到Windows
可以自动设置系统时间,不妨将其设置为境内服务器以解决此问题。
NTP
简介
NTP
(Network Time Protocol
)即网络时间协议,其中:Windows
系统默认使用time.windows.com
。
NTP
示例
阿里云:
ntp1.aliyun.com
ntp2.aliyun.com
ntp3.aliyun.com
ntp4.aliyun.com
ntp5.aliyun.com
ntp6.aliyun.com
ntp7.aliyun.com
苹果:
time.apple.com
time.asia.apple.com
time.euro.apple.com
腾讯:
server time1.cloud.tencent.com
server time2.cloud.tencent.com
server time3.cloud.tencent.com
server time4.cloud.tencent.com
server time5.cloud.tencent.com
部分高校:
time.bupt.edu.cn 北京邮电大学
ntp.tuna.tsinghua.edu.cn 清华大学
ntp.nju.edu.cn 南京大学
ntp.shu.edu.cn 上海大学
ntp.neu.edu.cn 东北大学
ntp.fudan.edu.cn 复旦大学
ntp.sjtu.edu.cn 上海交通大学
time.ustc.edu.cn 中国科学技术大学
获取更多信息可参考这里。
添加与配置
在注册表中配置信息
1.修改NTP
服务器
打开注册表
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers
- 打开之后可以看到右侧有若干个时间同步服务器,编辑
1
,填入需要的时间同步服务器(如内部NTP
服务器192.168.1.100
或是公网的NTP
服务器X.X.X.X
)并重启系统即可设置为默认服务器(不建议)。 - 在空白处右键选择字符串类型按顺序写入值可实现在原有基础上的添加:
2.调整NTP
更新周期(非必要)
打开注册表
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient
编辑右侧文件 SpecialPollInterval
十进制 数字改为86400
(非必要,24小时),我这里设置成了21600
(6小时)。
3.重启时间服务(非必要,建议直接重启系统)
打开管理->服务和应用程序->服务,重启Windows Time
服务:
4.确认时间同步成功(非必要,建议直接重启系统)
打开系统事件查看器,选择系统事件,如第三步服务重启完成,可以看到系统日志Time-Server
提示“时间提供程序NTP Client
”正在从X.X.X.X
接收有效的时间数据,如此则NTP
服务器修改完成。
通过控制面板切换服务器
该方案仅可进行修改操作,添加服务器信息需要在注册表中操作!
按图示操作:
同步成功即可确定:
参考资料:
https://blog.csdn.net/weixin_30389003/article/details/99153531
https://blog.csdn.net/smxdhb/article/details/26964883
https://blog.csdn.net/weixin_42588262/article/details/82501488
https://blog.csdn.net/weixin_33694620/article/details/91756237
https://www.pconline.com.cn/win10/1119/11198195.html
https://jingyan.baidu.com/article/4dc40848556be9c8d846f17d.html
版权属于:soarli
本文链接:https://blog.soarli.top/archives/648.html
转载时须注明出处及本声明。