Windows update gives me this error:
Cumulative Update for Windows 10 Version 1607 for x64-based Systems (KB4015217) - Error 0x80070246
When I first started looking at this issue, running dism.exe, I found in the cbs.log / dism.log errors about bad unicode strings -- I figured out which past update package corresponded to it and so removed that update (and no, I didn't write it down! Ugh! Haven't found it in the event log yet).
I now no longer get that error in dism.exe, but am still unable to update.
I now get:
and sometimes
SFCFix finds nothing:
Here's my current dism.log:
ZeroBin
Cumulative Update for Windows 10 Version 1607 for x64-based Systems (KB4015217) - Error 0x80070246
When I first started looking at this issue, running dism.exe, I found in the cbs.log / dism.log errors about bad unicode strings -- I figured out which past update package corresponded to it and so removed that update (and no, I didn't write it down! Ugh! Haven't found it in the event log yet).
I now no longer get that error in dism.exe, but am still unable to update.
I now get:
Code:
C:\Windows\System32\config>dism /online /cleanup-image /restorehealth
Deployment Image Servicing and Management tool
Version: 10.0.14393.0
Image Version: 10.0.14393.0
[==========================100.0%==========================] The restore operation completed successfully.
The operation completed successfully.
C:\Windows\System32\config>dism /online /cleanup-image /StartComponentCleanup
Deployment Image Servicing and Management tool
Version: 10.0.14393.0
Image Version: 10.0.14393.0
[=========== 20.0% ]
Error: 2
The system cannot find the file specified.
The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
and sometimes
Code:
C:\Windows\System32\config>dism /online /cleanup-image /StartComponentCleanup
Deployment Image Servicing and Management tool
Version: 10.0.14393.0
Image Version: 10.0.14393.0
[=========== 20.0% ]
The operation completed successfully.
C:\Windows\System32\config>
SFCFix finds nothing:
Code:
SFCFix version 3.0.0.0 by niemiro.
Start time: 2017-04-28 09:29:26.555
Microsoft Windows 10 Build 14393 - amd64
Not using a script file.
AutoAnalysis::
SUMMARY: No corruptions were detected.
AutoAnalysis:: directive completed successfully.
Successfully processed all directives.
SFCFix version 3.0.0.0 by niemiro has completed.
Currently storing 0 datablocks.
Finish time: 2017-04-28 09:37:29.382
----------------------EOF-----------------------
Here's my current dism.log:
ZeroBin