Skip to content

Instantly share code, notes, and snippets.

@RafahCSilva
Created January 20, 2025 21:00
Show Gist options
  • Select an option

  • Save RafahCSilva/e197871a51ce4c5e8a0b510397622a91 to your computer and use it in GitHub Desktop.

Select an option

Save RafahCSilva/e197871a51ce4c5e8a0b510397622a91 to your computer and use it in GitHub Desktop.
Win11 Update Time
# SUDO
net stop w32time
w32tm /unregister
w32tm /register
net start w32time
w32tm /config /update /manualpeerlist:pool.ntp.org
w32tm /config /update /manualpeerlist:south-america.pool.ntp.org
w32tm /resync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment