Created
October 17, 2021 20:25
-
-
Save uzbekdev1/4cd2e2dc87229c324b214ccba37bac9e to your computer and use it in GitHub Desktop.
windows refresh timezone
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
| 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