Add a network time server
To ensure correct system time, Windows 10 connects to time servers online via the Network Time Protocol (NTP). Otherwise, network problems and inaccurate time stamps in your papers and other files could result from the clock not being properly synchronized.
- Search cmd
- Right click the Command Prompt and Run as Administrator
- type net stop w32time
- type w32tm /config /syncfromflags:manual /manualpeerlist:”0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org”
- type w32tm /config /reliable:yes
- net start w32time