搭建Windows NTP服务器

【测试环境】Windows 7 旗舰版 With Sp1

 

STEP1:组策略:

计算机配置管理模板-Windows时间服务-时间提供程序-启用Windows NTP服务器(未配置->已启用)

 

STEP2:注册表:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\AnnounceFlags(Hex a Dec 10->Hex 5 Dec 5)

 

STEP3:CMD:

net stop w32time

net start w32time

 

STEP4:服务:

Windows Time(手动->自动(延迟启动))

posted on 2016-05-31 13:06  CookieDragon  阅读(679)  评论(0编辑  收藏  举报

导航