Skip to content

Instantly share code, notes, and snippets.

@tuantmb
Created November 2, 2017 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tuantmb/827589f78189f47ae55435d29f4e8931 to your computer and use it in GitHub Desktop.
Save tuantmb/827589f78189f47ae55435d29f4e8931 to your computer and use it in GitHub Desktop.
* 2017/11/02 - fix time synchronisation problem in Windows 10

Problems: My Windows 10 ussually has wrong time after I have fixed it after 3 - 5 days. The time server had been set with update automatically option was checked but it not works. So what is my problem?

Windows has a service named Windows Time (check in services.msc) which handles the time updating work. For some unknown reason, this service be set as Manual, so it can't work correctly

==> Run services.msc ==> Double click on Windows Time --> Change Startup Type is Automatically (Delay start) & check the result :)

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