Skip to content

Instantly share code, notes, and snippets.

@Gh0stWalk3r
Last active February 24, 2020 08:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gh0stWalk3r/143c1956637f1b9851aafab5f8caa4c1 to your computer and use it in GitHub Desktop.
Save Gh0stWalk3r/143c1956637f1b9851aafab5f8caa4c1 to your computer and use it in GitHub Desktop.
W32TM sync configuration for Windows Server

W32TM configuration for Windows Server 2016 with time.google.com

  • Run all commands as administrator

    • w32tm /config /manualpeerlist:time.google.com,0x9 /syncfromflags:MANUAL
    • net stop w32time && net start w32time
    • w32tm /resync
    • w32tm /query /status
  • Status should look like

    Leap Indicator: 0(no warnings)
    Stratum: 2 (secondary reference - syncd by (S)NTP)
    Precision: -6 (15.625ms per tick)
    Root Delay: 0.0454207s
    Root Dispersion: 7.7656270s
    ReferenceId: 0xD8EF2308 (source IP: 216.239.35.8)
    Last Successful Sync Time: 24.02.2020 09:31:26
    Source: time.google.com,0x9
    Poll Interval: 6 (64s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment