|
|
本帖最后由 fulibo 于 2026-5-21 10:14 编辑
Windows Registry Editor Version 5.00
;配置允许系统轮询的最小间隔,8=最小轮询间隔现为256 秒
;配置允许系统轮询的最大间隔,8=最大轮询间隔现为256 秒
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config]
"MaxPollInterval"=dword:00000008
"MinPollInterval"=dword:00000008
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\W32Time\Config]
"MaxPollInterval"=dword:00000008
"MinPollInterval"=dword:00000008
;此参数控制 W32time 校正本地时钟频率的速度。此值越低则校正速度越慢,越高则校正速度越快。默认值: 4 (标量)。
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\W32Time\Config]
"FrequencyCorrectRate"=dword:00000002
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config]
"FrequencyCorrectRate"=dword:00000002
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpServer]
"FrequencyCorrectRate"=dword:00000002
;0=禁用:不使用 SSL 时间数据,系统不再使用 SSL/TLS 连接中的时间数据来校准系统时钟
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config]
"UtilizeSslTimeData"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\W32Time\Config]
"UtilizeSslTimeData"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config]
"UtilizeSslTimeData"=dword:00000000
;配置启用 SpecialInterval 0x1 标志后的轮询间隔(以秒为单位)3600秒(十进制),一小时同步一次
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient]
"SpecialPollInterval"=dword:00000e10
;此参数控制 DC 是否响应使用较旧身份验证协议的时间同步请求。如果启用(设置为 1),DC 将不响应使用此类协议的请求
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\W32Time\Config]
"RequireSecureTimeSyncRequests"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpServer]
"RequireSecureTimeSyncRequests"=dword:00000001
;启用Windows NTP 客户端。
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\W32Time\TimeProviders\NtpClient]
"Enabled"=dword:00000001
;禁用Windows NTP 服务器。
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\W32Time\TimeProviders\NtpServer]
"Enabled"=dword:00000000
|
|