Hi!
I've been trying to fix this, but none of what I do seems to help and I can't even identify which file is missing. sfc and dism disagree, sfc believes all is good, while dism is unhappy
SFCFix reported success:
CBS: CBS.zip
DISM: DISM.zip
My windows ver is 1909, I downloaded an ISO from MS Win10_1909_English_x64, mounted it and tried doing
I've been trying to fix this, but none of what I do seems to help and I can't even identify which file is missing. sfc and dism disagree, sfc believes all is good, while dism is unhappy
Code:
C:\windows\system32>sfc /scannow
Beginning system scan. This process will take some time.
Beginning verification phase of system scan.
Verification 100% complete.
Windows Resource Protection did not find any integrity violations.
C:\windows\system32>Dism /Online /Cleanup-Image /RestoreHealth
Deployment Image Servicing and Management tool
Version: 10.0.18362.1139
Image Version: 10.0.18363.1256
[===========================53.0% ]
Error: 2
The system cannot find the file specified.
The DISM log file can be found at C:\windows\Logs\DISM\dism.log
SFCFix reported success:
Code:
SFCFix version 3.0.2.1 by niemiro.
Start time: 2021-01-23 20:04:57.413
Microsoft Windows 10 Build 18363 - amd64
Not using a script file.
AutoAnalysis::
SUMMARY: No corruptions were detected.
AutoAnalysis:: directive completed successfully.
Successfully processed all directives.
Failed to generate a complete zip file. Upload aborted.
SFCFix version 3.0.2.1 by niemiro has completed.
Currently storing 0 datablocks.
Finish time: 2021-01-23 20:14:07.900
----------------------EOF-----------------------
CBS: CBS.zip
DISM: DISM.zip
My windows ver is 1909, I downloaded an ISO from MS Win10_1909_English_x64, mounted it and tried doing
DISM /Online /Cleanup-Image /RestoreHealth /Source:WIM:D:\sources\install.wim:6 /LimitAccess
(where 6 was for win 10 pro), but it failed as well