Windows 10 Pro NT DISM Repair image error 0x800f0906

0

I have been having some issues with accessing websites lately. On random websites my web browsers is either giving met the err_connection_reset error or an SNI error. To fix this i tried doing the DISM repair image thing.

When running DISM.exe /Online /Cleanup-image /Scanhealth I get:

    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0

    Image Version: 10.0.15063.0

    [==========================100.0%==========================] The component store is repairable.
    The operation completed successfully.

Then when I try to repair it with DISM.exe /Online /Cleanup-image /Restorehealth I get:

Deployment Image Servicing and Management tool
Version: 10.0.15063.0

Image Version: 10.0.15063.0

[===========================96.8%========================  ]
Error: 0x800f0906

The source files could not be downloaded.
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 http://go.microsoft.com/fwlink/?LinkId=243077

I already tried running the network problem solver to fix this but it doesn't find a solution. I also tried running windows update multiple times but while it says that it fixes things it doesn't fix anything.

I haven't been able to find a CBS log but the dism log can be found here

I am really lost as to what this could be so any help would be appreciated. Note that this happens on all web browsers I have installed(Chrome and Edge).

EDIT: After being pointed to the ISO by @Rahmound I downloaded it and tried to run the scanhealth, this times with the following command Dism /Online /Cleanup-Image /RestoreHealth /Source:wim:E:\Sources\Install.wim:1 /limitaccess. However I am now getting the error 0x800f081f which means the source files could not be found. I find this weird since I am(at least I think I am) pointing to the file. Does anyone have a clue as to what I am doing wrong? New dism log can be found here

networking
dism
asked on Super User Jul 14, 2019 by Micha • edited Jul 15, 2019 by Micha

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0