DISM Error 0x800f0906 - Windows 8.1

Anonymous
2022-04-07T19:39:26+00:00

Hi, I recently ran DISM on my computer, but unfortunately was met with error 0x800f0906

This is the error message I got in CMD:

[==========================100.0%==========================]

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.

The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

I have seen other answers saying I should downloadan official ISO from Microsoft. If I use this for DISM, will it reinstall my entire OS and erase everything in my computer? I hope not!

Windows for home | Previous Windows versions | Performance and system failures

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Anonymous
    2022-04-07T20:58:15+00:00

    I don't why you are even using DISM.

    This is the order if you have system file problems:

    Each Method/step below progresses to the next if the first does not fix any corrupted files that are found, etc.

    Have you read this Microsoft information about repairing corrupt system files and errors?

    "Use the System File Checker tool to repair missing or corrupted system files"

    https://support.microsoft.com/en-us/kb/929833

    _________________________________________________

    And these eightforums.com Tutorials are very detailed for problems resulting from SFC Scan:

    "How to Run "SFC /SCANNOW" Command at Boot or in Windows 8 and 8.1"

    http://www.eightforums.com/tutorials/3047-sfc-scannow-command-run-windows-8-a.html

    Read this Section there in conjunction with the rest of the information they give in above link.

    Image   Note

    If SFC could not fix something, then run the command again to see if it may be able to the next time. Sometimes it may take running the sfc /scannow command 3 times restarting the PC after each time to completely fix everything that it's able to.

    If not, then run the **Dism /Online /Cleanup-Image /RestoreHealth**command to repair any component store corruption,

    Repair-WindowsImage -Online -CheckHealthRepair-WindowsImage -Online -ScanHealthRepair-WindowsImage -Online -RestoreHealth

    Restart the PC afterwards, and try the sfc /scannow command again.

    If still not, then try using OPTION ONE above to run the sfc /scannow command at boot

    If still not, then you could do a **refresh** of Windows 8, or run a **System Restore** using a restore point dated before the bad file occured to fix it. You may need to repeat doing a System Restore until you find a older restore point that may work.

    If still not, then you can use the steps in the TIP box in the OPTION THREE section to manually replace the files that SFC could not fix.

    __________________________________________________

    "How to Refresh Windows 8 and Windows 8.1"

    http://www.eightforums.com/tutorials/2293-refresh-windows-8-a.html

    Refreshing your PC goes like this:

    • The PC boots into Windows RE (Recovery Environment).
    • Windows RE scans the hard drive for your data, settings, and apps, and puts them aside (on the same drive).
    • Windows RE installs a fresh copy of Windows.
    • Windows RE restores the data, settings, and apps it has set aside into the newly installed copy of Windows.
    • The PC restarts into the newly installed copy of Windows.

    _________________________________________________

    "How to Reset Windows 8 and Windows 8.1"

    http://www.eightforums.com/tutorials/2302-reset-windows-8-a.html

    "When you reset your PC, the drive will be completely reset, and all your apps and files will be removed from it. Windows 8 will be reinstalled, and you'll need to change any settings and reinstall any apps that you want to get back after resetting. If you know if any files that you don't want to lose, then you should back those files up before starting the reset"

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2022-04-07T21:59:55+00:00

    Oh wow, that's weird. The person I asked told me DISM should come first, this is why I was stumped.

    I just did SFC and even though it says some errors cannot be repaired, my issue is gone. Should I be worried about the unfixed error though? Whatever it was that was not working for me is solved.

    0 comments No comments
  3. Anonymous
    2022-04-08T00:10:44+00:00

    A lot of people say run DISM first; I don't hold with that.

    If the error is fixed, I'd leave things.

    You would have read at eightforums link where they suggest run SFC 3 times to fix unfixed errors.

    0 comments No comments