Skip to content

Instantly share code, notes, and snippets.

@uzbekdev1
Created October 17, 2021 20:25
Show Gist options
  • Save uzbekdev1/4cd2e2dc87229c324b214ccba37bac9e to your computer and use it in GitHub Desktop.
Save uzbekdev1/4cd2e2dc87229c324b214ccba37bac9e to your computer and use it in GitHub Desktop.
windows refresh timezone
tzutil /s "West Asia Standard Time"
How to force WIN 10 to sync with time server
net stop w32time
w32tm /unregister
w32tm /register
net start w32time
w32tm /resync /force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment