This problem is on Windows 10 Pro.
I know this question has been posed lots of times in lots of places, but I now need to ask for help on this while I still have a few tufts of hair left.
I have been getting random BSODs recently, and after a number of memchk's and scandisk's etc., I ran DISM with /restorehealth option. After getting to 100% the process eventually fails with
Error: 0x800f081f
The source files could not be found.
I have visted many sites in an attempt to fix this, including around Stack Overflow several times. Nothing has worked for me. I have tried
DISM /Online /Cleanup-Image /StartComponentCleanup
followed by
DISM /Online /Cleanup-Image /AnalyzeComponentStore
The /AnalyzeComponentStore fails every time with Error: 2. DISM /restorehealth still does not work.
I have tried downloading and mounting the latest Windows 10 image ISO to extract the WIM file (for Windows 10 Pro) from the install.esd file. I have tried using the ESD file directly. The commands I use are:
DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:C:\install.wim:1 /LimitAccess
DISM /Online /Cleanup-Image /RestoreHealth /source:ESD:G:\sources\install.esd:6 /LimitAccess
I have even tried setting a group policy. Nothing seems to work. sfc /scannow returns no faults at all.
Can anyone help me solve this problem please? Thanks in advance for any advice you can provide.