标签:top 限制 pup tar 选择 需要 同步 window net
Windows Server 2012的时间不一致,需要同步时间,按照正常设置,使用Internet时间同步time.windows.com
,同步失败。使用阿里云服务其也失败。这里失败的原因主要是网络限制。
然后改用域控的时间同步地址,发现也同步失败,Windows 在与 xxxx.xx.xxx进行同步时出错。对等机为解析。
powershell >> gpedit >> 计算机配置 >> 管理模板 >> 系统 >> Windows 时间服务 >> 时间提供程序 >> 配置NTP客户端
选择已启用,填写对应的NtpServer域控地址。选择对应的类型。点确定
powershell >> gpedit >> 计算机配置 >> 管理模板 >> 系统 >> Windows 时间服务 >> 时间提供程序 >> 启用NTP客户端
选择已启用,点确定。
powershell中输入gpupdate
更新组策略。
Win32时间服务。
net stop w32time
net start w32time
然后在Internet 时间设置中填入对应的时间服务地址,同步时间。
标签:top 限制 pup tar 选择 需要 同步 window net
原文地址:https://www.cnblogs.com/linga/p/14137074.html