Skip to content

Instantly share code, notes, and snippets.

@skarllot
Created June 6, 2025 13:13
Show Gist options
  • Save skarllot/384a0b8e5a5a5e5c5e40f933e1b593e0 to your computer and use it in GitHub Desktop.
Save skarllot/384a0b8e5a5a5e5c5e40f933e1b593e0 to your computer and use it in GitHub Desktop.
Synchronize Windows clock with NTP server
Get-TimeZone
w32tm /config /manualpeerlist:"pool.ntp.br" /syncfromflags:manual /reliable:YES /update
Restart-Service w32time
w32tm /resync
w32tm /query /peers
w32tm /query /status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment