Identify corrupt package (DISM/SFC/CBS)

ekto

New member
Joined
Jul 14, 2023
Posts
4
I have one corrupt package and I just cannot identify what needs to be reinstalled. I have search all over and cannot figure out which KB this would be part of. Any direction would help, thanks!

CBS log entry:

(p) CBS Catalog Corrupt Microsoft-Windows-Server-Features-Remainder-shell-Package~31bf3856ad364e35~amd64~~10.0.14393.0

Summary:
Operation: Detect and Repair
Operation result: 0x80070005
Last Successful Step: Entire operation completes.
Total Detected Corruption: 1
CBS Manifest Corruption: 1
CBS Metadata Corruption: 0
CSI Manifest Corruption: 0
CSI Metadata Corruption: 0
CSI Payload Corruption: 0
Total Repaired Corruption: 0
CBS Manifest Repaired: 0
CSI Manifest Repaired: 0
CSI Payload Repaired: 0
CSI Store Metadata refreshed: True

Total Operation Time: 392 seconds.

Cannot figure out which package contains this update:

Microsoft-Windows-Server-Features-Remainder-shell-Package~31bf3856ad364e35~amd64~~10.0.14393.0
 
Hi and welcome to Sysnative,

These files are RTM, please perform the steps below.

Step 1. Download
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.
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

Is there a way of installing without using the SFCfix? I cannot put that in our environment, thanks. Can I install using DISM /Online /Add-Package /PackagePath:"c:\Microsoft-Windows-Server-Features-Remainder-shell-Package~31bf3856ad364e35~amd64~~10.0.14393.0.cat"?
 
Yes, but you'll need to copy both files from the "Packages" directory into "%SystemRoot%\Servicing\Packages" using ICACLS.
 
I appeciate the help do you have an example command? It is a bit confusing.
 
I would suggest to use SFCFix.exe, this tool will do it, but you'll need to whitelist this tool to run..
 
Hi,

SFCFix is safe to use, so I don't understand why whitelisting should be a problem?
 

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

Back
Top