Skip to content

Instantly share code, notes, and snippets.

@baseplate-admin
Created December 12, 2021 04:53
Show Gist options
  • Save baseplate-admin/62a571a4898cf8c15167f51ab8defe0b to your computer and use it in GitHub Desktop.
Save baseplate-admin/62a571a4898cf8c15167f51ab8defe0b to your computer and use it in GitHub Desktop.
# 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