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

前端之家收集整理的这篇文章主要介绍了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.f2er.com/windows/366646.html

猜你在找的Windows相关文章