Hi,
I am trying to update my Win 10 but it failing with error – 0xC1900101 – 0x30018. The installation failed in the FIRST_BOOT phase with an error during SYSPREP operation
I read that it can be fixed by running dism.exe /online /cleanup-image /restorehealth, but it also failing with error:
[INDENT]Error: 0x800f081f
[/INDENT]
[INDENT]The source files could not be found.
Use the “Source” option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see Microsoft ? Official Home Page DISM log file can be found at C:WINDOWSLogsDISMdism.log
[/INDENT]
I know that need to mount win10 iso and run dism with :
DISM /Online /Cleanup-Image /RestoreHealth /source:ESD:X:SourcesInstall.esd:1 /LimitAccess
or
DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:X:SourcesInstall.wim:1 /LimitAccess
but got same error, please help.
Thanks