[SOLVED] Dism will not /restorehealth

uGeeko

Member
Joined
Apr 16, 2024
Posts
12
I am trying to run dism to /restorehealth on a server but it can not complete.

SFC /SCANNOW - Below Error
PS 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.
For online repairs, details are included in the CBS log file located at
windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. For offline
repairs, details are included in the log file provided by the /OFFLOGFILE flag.


Dism /online /cleanup-image /restorehealth - Requires a source file
Dism /online /cleanup-image /restorehealth /Source:WIM:d:\\sources\\Install.wim:2 /limitaccess - Below error

PS C:\Windows\system32> Dism /online /cleanup-image /restorehealth /Source:WIM:d:\\sources\\Install.wim:2 /limitaccess

Deployment Image Servicing and Management tool
Version: 10.0.17763.3406

Image Version: 10.0.17763.4010

[===========================98.8%========================= ]
Error: 0x800f081f

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 Configure a Windows Repair Source.

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

Step 1. Download
6530fbb0f4101-56f31e53c97da-SFCFix.PNG
SFCFix and save it to your desktop.

Warning: This fix was written specifically for this system. Do not run this fix on another system.
  • Save any work you have open, and close all programs.
  • Download the attachment SFCFix.zip and save it to your desktop.
  • Drag the SFCFix.zip file over the SFCFix.exe executable and release it.
650c22f99662d-6190d993a26f3-SFCFix-Zip-Eng.gif

  • SFCFix will launch, let it complete.
  • Once done, a file will appear on your desktop, called SFCFix.txt.
  • Post the logfile (SFCFix.txt) as attachment in your next reply.


Step 2. Run the following DISM command and post the result. If it fails attach a new copy of the CBS log.
Code:
DISM /online /cleanup-image /RestoreHealth
 

Attachments

Hi, This fixed the issues for this server thanks.

On a side note, i have 43 Servers with DISM repair issues, is there a way i can check the issues myself and repair them instead of creating 43 threads?
 
Do all other servers have the same problem like this case as we can see in the excerpt below?

Rich (BB code):
2024-04-19 10:45:57, Info                  CBS    (p)    CSI Payload Corrupt    (n)            amd64_microsoft-windows-t..enseserver-tlsbrand_31bf3856ad364e35_10.0.17763.1075_none_9c481b71554a77d4\tls_branding_config.xml
2024-04-19 10:45:57, Info                  CBS    Repair failed: Missing replacement payload.
 
Hi, I have just checked 4 of them, and they have the following. It may be different for a number of other ones though.

(p) CSI Payload Corrupt amd64_netfx4-servicemodel_mof_files_b03f5f7f11d50a3a_4.0.15744.1136_none_6c16bd5ff4e90e6d\ServiceModel.mof
Repair failed: Missing replacement payload.
 
You're welcome. If you have problems finding corrupt components let us know. (y)
 

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

Back
Top