码迷,mamicode.com
首页 > Windows程序 > 详细

搭建Windows NTP服务器

时间:2016-05-31 14:07:14      阅读:605      评论:0      收藏:0      [点我收藏+]

标签:

【测试环境】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(手动->自动(延迟启动))

搭建Windows NTP服务器

标签:

原文地址:http://www.cnblogs.com/cookiedragon/p/5545548.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!