net stop w32time
w32tm /unregister
w32tm /register
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w32time\Config" /v MaxNegPhaseCorrection /t reg_dword /d 0xFFFFFFFF /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w32time\Config" /v MaxPosPhaseCorrection /t reg_dword /d 0xFFFFFFFF /f
net start w32time
w32tm /resync
w32tm /resync
pause
【windows】时间校准.bat
最新推荐文章于 2026-04-08 09:59:12 发布
该文描述了如何停止、取消注册、重新注册Windows时间服务(w32time),并调整最大相位修正值,然后启动服务并执行强制同步操作。这些步骤可能在系统时间校准或网络时间同步问题中使用。

5326

被折叠的 条评论
为什么被折叠?



