在shell:startup文件夹下面新建bat文件,内容如下:
@echo off net stop w32time net start w32time w32tm /config /manualpeerlist:"time.nist.gov" /syncfromflags:manual /reliable:yes /update w32tm /resync w32tm /resync w32tm /config /manualpeerlist:"time.windows.com" /syncfromflags:manual /reliable:yes /update w32tm /resync w32tm /resync echo 时间同步结束! pause
问题一:发生下列错误: 拒绝访问。 (0x80070005)
发生下列错误: 服务尚未启动。 (0x80070426)解决方法:打开“服务”(services.msc),找到“Windows Time”将启动类型修改为“自动”。
问题二:将 resync 命令发送到本地计算机
此计算机没有重新同步,因为没有可用的时间数据。
将 resync 命令发送到本地计算机
此计算机没有重新同步,因为要求的时间更改太大。解决方法:修改注册表HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config中MaxPosPhaseCorrection和MaxNegPhaseCorrection的值为0xFFFFFFFF。