[SOLVED] DISM restorehealth Error 0x800f0906 The source files could not be downloaded.

Thanks for the information.

If you didn't install any new Powershell version besides the one included on Windows 8.1, try this:

- From Windows and Features Disable Powershell
- Install the Language Packs you use
- Restart the computer
- Enable Powershell again.
 
I did sfc scannow which comes up with problems again and it's not able to fix all of them.
 
C:\Windows\system32>sfc /scannow

Beginning system scan. This process will take some time.

Beginning verification phase of system scan.
Verification 100% complete.

Windows Resource Protection found corrupt files but was unable to fix some
of them. Details are included in the CBS.Log windir\Logs\CBS\CBS.log. For
example C:\Windows\Logs\CBS\CBS.log. Note that logging is currently not
supported in offline servicing scenarios.
 

Attachments

Install Update using Dism
  1. Please download kb3191564 save the file to c:\windows\temp
  2. change the name of the update file to a smaller name windowsblue-kb3191564-x64.msu
    (keep the extension .msu in the end of the file name in case its visible if not ignore that)
  3. open the Command Prompt as Administrator, instructions for Windows 8.x
  4. type or Copy & Paste the following commands line by line:

    cd /d c:\windows\temp
    expand windowsblue-kb3191564-x64.msu -f:* C:\windows\temp
    DISM.exe /Online /Add-Package /PackagePath:C:\windows\temp\windowsblue-kb3191564-x64.cab
  5. You should receive the message:
    The operation completed successfully.
    Restart Windows to complete this operation.
    Do you want to restart the computer now (Y/N)?
  6. Make sure to allow the computer to restart if prompted.

    If you receive any other message:
  7. Right-click on the Command Prompt window and click Select All, this will invert all of the colors by selecting the text, now press enter. All of this text is now copied.
  8. Paste (Ctrl+V) it into your next post please.

Note: If DISM fails please attach the CBS.log
 
It completed successfully.

C:\Windows\system32>cd /d c:\windows\temp

c:\Windows\Temp>expand windowsblue-kb3191564-x64.msu -f:* C:\windows\temp
Microsoft (R) File Expansion Utility Version 6.3.9600.17415
Copyright (c) Microsoft Corporation. All rights reserved.

Adding C:\windows\temp\WSUSSCAN.cab to Extraction Queue
Adding C:\windows\temp\WindowsBlue-KB3191564-x64.cab to Extraction Queue
Adding C:\windows\temp\WindowsBlue-KB3191564-x64-pkgProperties.txt to Extraction
Queue
Adding C:\windows\temp\WindowsBlue-KB3191564-x64.xml to Extraction Queue

Expanding Files ....

Expanding Files Complete ...
4 files total.

c:\Windows\Temp>DISM.exe /Online /Add-Package /PackagePath:C:\windows\temp\windo
wsblue-kb3191564-x64.cab

Deployment Image Servicing and Management tool
Version: 6.3.9600.19408

Image Version: 6.3.9600.19397

Processing 1 of 1 - Adding package Microsoft-Windows-WinMan-WinIP-Package-TopLev
el~31bf3856ad364e35~amd64~~7.2.9600.16384
[===========================99.6%========================= ]
The operation completed successfully.

c:\Windows\Temp>
 
C:\Windows\system32>sfc /scannow

Beginning system scan. This process will take some time.

Beginning verification phase of system scan.
Verification 100% complete.

Windows Resource Protection found corrupt files but was unable to fix some
of them. Details are included in the CBS.Log windir\Logs\CBS\CBS.log. For
example C:\Windows\Logs\CBS\CBS.log. Note that logging is currently not
supported in offline servicing scenarios.

C:\Windows\system32>
 

Attachments

Thanks. I need to go now.

I need to discuss this case with my colleagues, SFC is replacing the files in circles and we need to find a way to stop that...
 
Last edited:
Hi,

Uninstall Update Manually

Press
windows8_key.png
+ X and click Open Command Prompt (Admin)
type or Copy & Paste the command:
Code:
wusa  /uninstall  /KB:3191564


If the result is some error like Update isn't installed, error during the uninstall, etc. execute the following steps:


Search with Farbar Recovery Scan Tool (FRST)
  • Download FRST or FRST x64 and save it to the Desktop.
    (Please pick the version that matches your operating system's bit type. If you don't know which version matches your system, try FRST if it say that is not compatible with your OS you have to use FRST64)
  • open the Command Prompt as Administrator (Tutorial)
  • type the command:
    dism /online /Get-FeatureInfo /FeatureName:TFTP|find "."
  • wait for the command to finish with "The operation completed successfully" or equivalent
  • close the window "Administrator: Command Prompt"
  • Execute FRST/FRST64 right click on the icon
    FRST.jpg
    and choose Run as Administrator. Make sure all other windows are closed.
    (When the Tool opens for the first time you must click Yes on the disclaimer.)
    FRST_SearchRegistry.png
  • On the Search box (1) type or Copy & Paste the following text:
    kb3191564
  • Press the Search Registry button.
  • Wait for the search to finish FRST will produce a log called (SearchReg.txt) in the same directory the Tool is run from.
  • Please attach the log to your post.
 
Last edited:
I think I'm missing an argument, like a file path..?

It doesn't give me an error. It opened up this window:

1606340675548.png

Should I proceed with the Farbar Recovery Scan Tool ?
 
Ok, run sfc /scannow and post the CBS.log, lets see if something changed.
 
C:\Windows\system32>sfc /scannow

Beginning system scan. This process will take some time.

Beginning verification phase of system scan.
Verification 100% complete.

Windows Resource Protection found corrupt files but was unable to fix some
of them. Details are included in the CBS.Log windir\Logs\CBS\CBS.log. For
example C:\Windows\Logs\CBS\CBS.log. Note that logging is currently not
supported in offline servicing scenarios.
 

Attachments

It looks better.

SFCFix Script

!!! WARNING !!! The following fix is only relevant for this system and no other, applying this fix on another computer will not work and most likely will cause problems...
  • Download SFCFix.exe (by Niemiro) and save it to the Desktop
  • Download the file SFCFIX.ZIP, attached below, and save this to your Desktop
  • On your Desktop, make sure you have the two files:
    myjIXnC.png
    SFCFix.exe and
    sfpcJCen14An3ndjNGCI7mByhjHJud.png
    SFCFIX.zip
  • Drag the file SFCFIX.zip onto the file SFCFix.exe and release it
  • The SFCFix tool will process the script
  • Upon completion, a log file SFCFix.txt should be created on your Desktop
  • Open the SFCFix.txt log and copy & paste the contents to your post
 

Attachments

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top