Created
June 6, 2025 13:13
-
-
Save skarllot/384a0b8e5a5a5e5c5e40f933e1b593e0 to your computer and use it in GitHub Desktop.
Synchronize Windows clock with NTP server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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