微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

windows-vista – 让Windows Vista使用我们的域服务器时间

我负责一个20个左右计算机的小域.我最近发现如何让 Windows XP机器使用这个批处理文件从我们的域控制器中获取时间:
call w32tm /config /syncfromflags:domhier /update

call net stop w32time

call net start w32time

它工作得很好.

我在Vista上尝试了同样的事情但没有成功.有帮助吗?

引自 http://support.microsoft.com/kb/307897

If the computers belong to an Active Directory domain,the Windows Time service configures itself automatically by using the Windows Time service that is available on domain controllers. The Windows Time service configures a domain controller in its domain as a reliable time source and synchronizes itself periodically with this source. You can modify or overwrite these settings,depending on your specific needs.

原文地址:https://www.jb51.cc/windows/366646.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐