Skip to content

Instantly share code, notes, and snippets.

@amit08255
Created June 4, 2022 10:22
Show Gist options
  • Save amit08255/991bf30eeac2fabc51815e097cb8f765 to your computer and use it in GitHub Desktop.
Save amit08255/991bf30eeac2fabc51815e097cb8f765 to your computer and use it in GitHub Desktop.
Resync windows time powershell

Type below commands in admin powershell:

w32tm /unregister

w32tm /register

net stop w32time

net start w32time

w32tm /resync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment