从过去 2 个月开始,我们每 10 天就会在 Windows 2016 服务器上遇到以下问题。
服务器时间回溯 1 小时,eventvwr 中出现以下消息。
The system time has changed to 2023-12-27T07:34:29.500000000Z from 2023-12-27T08:34:38.153992100Z.
Change Reason: System time synchronized with the hardware clock.
两小时后它再次得到纠正。
The system time has changed to 2023-12-27T09:34:29.500000000Z from 2023-12-27T08:34:29.508436400Z.
Change Reason: System time synchronized with the hardware clock.
以下是服务器长期以来的默认设置。
- ‘日期和时间设置’中的‘自动设置时间’已关闭。
- Windows 时间服务的启动类型为手动(触发器)且未运行。这是工作组服务器且未加入任何域。
如何避免系统时间与硬件时钟同步。
答案1
要忽略硬件时钟,请运行以下命令:
reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation" /v RealTimeIsUniversal /d 1 /t REG_DWORD /f
这将添加一个注册表项以忽略时钟,这样做您将使用互联网时间服务器。