返回列表 发帖
回复 1# q995855
  1. @echo off
  2. set year=2021
  3. set day=/11/10
  4. set tim=23:59:55
  5. echo %day%
  6. date %year%%day%
  7. time %tim%
  8. echo %date%-%time%
  9. pause
  10. w32tm /unregister
  11. net stop w32time
  12. w32tm /register
  13. net start w32time
  14. reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w32time\Config" /v MaxNegPhaseCorrection /t reg_dword /d 999999999 /f
  15. reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w32time\Config" /v MaxPosPhaseCorrection /t reg_dword /d 999999999 /f
  16. net stop w32time
  17. net start w32time
  18. w32tm /resync
  19. w32tm /resync
复制代码

TOP

回复 3# q995855


    没网就不知道怎么处理了

TOP

返回列表