View Issue Details

IDProjectCategoryView StatusLast Update
0004353Windows and other desktop OSDesktoppublic2021-11-28 01:11
ReporterDigitalMy 
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Summary0004353: Sync time in local network
DescriptionWindows and linux stations
get time using common NTP

test with time.google.com
TagsNo tags attached.
FinishDate
StartDate
WasteTime0
PriorityIndex10
LaboriousnessIndex1

Activities

DigitalMy

2021-05-15 15:56

administrator   ~0007027

sc start w32time
w32tm /config /update /manualpeerlist:time.google.com
w32tm /resync
w32tm /config /update
w32tm /resync /rediscover

DigitalMy

2021-05-15 15:57

administrator   ~0007028

Last edited: 2021-05-23 15:16

View 2 revisions

put Windows service W32Time to automatic start
C:\Windows\system32\svchost.exe -k LocalService

check service parameters by cmd:
w32tm /query /configuration

DigitalMy

2021-05-23 15:14

administrator   ~0007031

adjust registry HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\W32Time\Config
"MaxNegPhaseCorrection"= set more than 1 month 2999000 seconds
"MaxPosPhaseCorrection"= set more than 1 month 2999000 seconds

DigitalMy

2021-11-28 01:11

administrator   ~0007109

Enable local server:
HKLM\System\CurrentControlSet\services\W32Time\TimeProviders\NtpServer
for this NTP server "Enabled" set =1.

In case access denied