Only working way to repair the Comp Store using a WIM/ESD i found so far is (the other always failed for me): Code: WIM: Dism /Online /Cleanup-Image /RestoreHealth /source:wim:X:\sources\install.wim:1 /limitaccess ESD: Dism /Online /Cleanup-Image /RestoreHealth /source:esd:X:\sources\install.esd:1 /limitaccess You can mount Win 10 ISO in Explorer or point to any WIM/ESD in a folder. To check if there is a error it needs to check CBS.log after Code: sfc /scannow afterwards run in admin CMD: Code: findstr /i /c:"[SR]" "%windir%\Logs\CBS\CBS.log" | findstr /i /v /c:"verify" > "%userprofile%\Desktop\sfc.txt" It will create sfc.txt file on desktop, if errors were found.
There is something up with the downloads from the media creation tool. If you open the produced .iso in 7-zip or extract it you will see install.wim has a warning that there is "some data after the end of the payload data." Maybe this is due to compression of the wim? Not sure. Either way, I have not found a way to load the install.wim created by the media creation tool in Dism.
I reported this already so manytimes in the 10240 discussion threat. If you download an iso with a wim in it from the mediacreation tool it won't mount. If you download an iso with an esd file inside via the mediacreation tool and you convert it to wim, that wim can be mounted. The mediacreation tool gives you an esd inside the iso when you download the one for both x86 and x64 and a wim will be inside downloads for eather x64 or x86.
You just won't read, nah? In your iso downloaded by the media creation tool is either a wim or an esd file.... the wim file won't mount, the esd file, when converted to wim, will do fine... did you really ever use the tool for real?