Created
December 12, 2021 04:53
-
-
Save baseplate-admin/62a571a4898cf8c15167f51ab8defe0b to your computer and use it in GitHub Desktop.
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
# Windows has a problem in my case with time.windows.org and time.nist.gov. | |
# To fix it change the timeserver | |
# Change server | |
w32tm /config /update /manualpeerlist:"pool.ntp.org" | |
# Resync time | |
w32tm /resync /nowait | |
# Start the service |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment