Windows 10 The computer did not resync because no time data was available. (since update KB4100347)

  • Thread starter Thread starter Sqrly
  • Start date Start date
S

Sqrly

I use only 1 live tile, MSN weather. It stops working on a daily basis now since the last update I received, the microcode one. The cause is "The computer did not resync because no time data was available". I know how to fix that but I don't know why it keeps happening.


In an elevated command prompt I run the following command (w32tm /resync) and I get the error "The computer did not resync because no time data was available"


I then run the following commands..


net stop w32time
w32tm /unregister
w32tm /register
net start w32time


Then I can run (w32tm /resync) and I get "The command completed successfully".


Then I reboot the PC and the weather tile works again.


I looked in services and "Windows Time" is set to "Manual (Triggered Start)"

I looked in Task Scheduler (Local) > Task Scheduler Library > Microsoft > Windows > Time Synchronization and there is a "Synchronize Time" task but it has no trigger.


<?xml version="1.0" encoding="UTF-16"?>
<Task version="1.6" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
<RegistrationInfo>
<Source>Windows Time</Source>
<Author>Microsoft Corporation</Author>
<Description>Maintains date and time synchronization on all clients and servers in the network. If this service is stopped, date and time synchronization will be unavailable. If this service is disabled, any services that explicitly depend on it will fail to start.</Description>
<URI>\Microsoft\Windows\Time Synchronization\SynchronizeTime</URI>
</RegistrationInfo>
<Triggers />
<Principals>
<Principal id="LocalService">
<UserId>S-1-5-19</UserId>
<RunLevel>HighestAvailable</RunLevel>
</Principal>
</Principals>
<Settings>
<MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
<DisallowStartIfOnBatteries>true</DisallowStartIfOnBatteries>
<StopIfGoingOnBatteries>true</StopIfGoingOnBatteries>
<AllowHardTerminate>true</AllowHardTerminate>
<StartWhenAvailable>true</StartWhenAvailable>
<RunOnlyIfNetworkAvailable>true</RunOnlyIfNetworkAvailable>
<IdleSettings>
<StopOnIdleEnd>true</StopOnIdleEnd>
<RestartOnIdle>false</RestartOnIdle>
</IdleSettings>
<AllowStartOnDemand>true</AllowStartOnDemand>
<Enabled>true</Enabled>
<Hidden>false</Hidden>
<RunOnlyIfIdle>false</RunOnlyIfIdle>
<DisallowStartOnRemoteAppSession>false</DisallowStartOnRemoteAppSession>
<UseUnifiedSchedulingEngine>true</UseUnifiedSchedulingEngine>
<MaintenanceSettings>
<Period>P1D</Period>
<Deadline>P2D</Deadline>
<Exclusive>false</Exclusive>
</MaintenanceSettings>
<WakeToRun>false</WakeToRun>
<ExecutionTimeLimit>PT72H</ExecutionTimeLimit>
<Priority>7</Priority>
</Settings>
<Actions Context="LocalService">
<Exec>
<Command>%windir%\system32\sc.exe</Command>
<Arguments>start w32time task_started</Arguments>
</Exec>
</Actions>
</Task>


Windows 10 Pro 1803 Build 17134.556 with this CPU



Continue reading...
 

Similar threads

Back
Top