Location:
State:
Carrier
Country
Status

ran sfc /scannow 3 times


Help please.

Doesn't seem to relate to update problem.

Got following all 3 times:

2016-06-28 08:45:53, Info CSI 00005a02 [SR] Cannot repair member file [l:19]"Windows Journal.lnk" of Microsoft-Windows-TabletPC-Journal, version 10.0.10586.306, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35} in the store, hash mismatch
2016-06-28 08:45:54, Info CSI 00005a05 [SR] Cannot repair member file [l:19]"Windows Journal.lnk" of Microsoft-Windows-TabletPC-Journal, version 10.0.10586.306, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35} in the store, hash mismatch
2016-06-28 08:45:54, Info CSI 00005a06 [SR] This component was referenced by [l:80]"Package_1840_for_KB3163018~31bf3856ad364e35~amd64~~10.0.1.2.3163018-4571_neutral"
2016-06-28 08:45:54, Info CSI 00005a09 [SR] Could not reproject corrupted file [l:78 ml:79]"??C:ProgramDataMicrosoftWindowsStart MenuProgramsAccessoriesTablet PC"[l:19]"Windows Journal.lnk"; source file in store is also corrupted
  • sfcdetails2.txt (968 Bytes, 0 views)

For starters try those commands:

chkdsk /scan
fsutil usn deletejournal /d /n c:
Dism /online /Cleanup-Image /RestoreHealth
Dism /Online /Cleanup-Image /StartComponentCleanup /ResetBase
cleanmgr /sageset:65535 & cleanmgr /sagerun:65535

If it does not help, remove folder "SoftwareDistributionDownload":

taskkill /im TiWorker.exe /f
net stop bits /y
net stop cryptSvc /y
net stop UsoSvc /y
net stop winmgmt /y
winmgmt /salvagerepository
taskkill /im TiWorker.exe /f
net stop wuauserv /y
rmdir "%systemroot%SoftwareDistributionDownload" /s /q
del "%ALLUSERSPROFILE%Application DataMicrosoftNetworkDownloaderqmgr0.dat"
del "%ALLUSERSPROFILE%Application DataMicrosoftNetworkDownloaderqmgr1.dat"

taskkill /im TiWorker.exe /f


Completed all steps up to here.
"TiWorker.exe not found."

TiWorker is in C:WindowsWinSxS

Moved to C:WindowsSystem32

Still get "TiWorker.exe not found"

It only ends the windows update task, if it is running, you can skip it otherwise.

Still have problem. Should I be re-booting during the above process?

Yes, you should reboot afterwards.

Yes, you should reboot afterwards.
after entire process or after each step?

After the whole process. Another suggestion I found is to disable NET Framework, at least temporarily.

Uninstall .NET Framework 3.5 on Win 10/7/XP - YouTube

Thanks for all the help. I'll keep trying.

ran sfc /scannow 3 times