Windows 10 Home
Run as Administrator cmd.exe
Register the synchronization service with default parameters with the command: w32tm /register
Starting the Time Synchronization Service
sc start w32time
We allow you to change the time even if it is far behind.
We open regedit.exe
Go to the registry key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config
Setting the value MaxNegPhaseCorrection to the maximum possible (0xffffffff), the same with the parameter MaxPosPhaseCorrection
Next in the registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient set the sync interval SpecialPollInterval in value 600
Next, specify the exact time server from which we will receive the exact time HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters parameter NtpServer set to pool1.ntp.od.ua,0x9
We apply changes from the registry to the synchronization service with the command w32tm /config /update
To automatically start the service along with the network, add a trigger with the command sc triggerinfo w32time start/networkon stop/networkoff
Leave a Reply