Skip to content

Instantly share code, notes, and snippets.

@WoLfulus
Last active January 16, 2026 20:09
Show Gist options
  • Select an option

  • Save WoLfulus/96b251b8914165fada5a966c7ce5b8ef to your computer and use it in GitHub Desktop.

Select an option

Save WoLfulus/96b251b8914165fada5a966c7ce5b8ef to your computer and use it in GitHub Desktop.
Windows Time Sync
reg add "HKLM\SYSTEM\CurrentControlSet\Services\w32time\Config" /v UtilizeSslTimeData /t REG_DWORD /d 0 /f

reboot

net stop w32time
w32tm /unregister
w32tm /register
net start w32time
w32tm /config /manualpeerlist:"time.cloudflare.com,0x9" /syncfromflags:manual /reliable:YES /update
w32tm /resync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment