How to fix Dism Clean up error?

Copper Contributor

Hi.

 

Windows 2012 R2

 

I ran DISM.exe / online / Cleanup-Image / StartComponentCleanup command to reduce WinSxS size.

I know this is the most secure way to reduce the WinSxS directory.

 

But, The following error occurs.

error : 14098 The component store has been corrupted.

 

I've tried a lot to fix errors like this.

1. DISM.exe /Online /Cleanup-Image /RestoreHealth

Error code 3

2. DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:C:\Windows\WinSxS /LimitAccess

error code 0x800f081f.

3. sfc /scannow

Below is the 'cbs' log which seems to have a problem.

=================================================

2020-03-31 131817, Info CSI 0000069a [SR] Cannot repair member file [l36{18}]Amd64CNBJ2530.DPB of prncacla.inf, Version = 6.3.9600.17415, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l8 b31bf3856ad364e35}, Type = [l24{12}]driverUpdate, TypeName neutral, PublicKey neutral in the store, hash mismatch
2020-03-31 131817, Info CSI 0000069c [SR] Cannot repair member file [l36{18}]Amd64CNBJ2530.DPB of prncacla.inf, Version = 6.3.9600.17415, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l8 b31bf3856ad364e35}, Type = [l24{12}]driverUpdate, TypeName neutral, PublicKey neutral in the store, hash mismatch
2020-03-31 131817, Info CSI 0000069d [SR] This component was referenced by [l166{83}]Package_2709_for_KB3000850~31bf3856ad364e35~amd64~~6.3.1.8.3000850-6825_neutral_GDR

:

:
2020-03-31 132114, Info CSI 00000aa4 [SR] Cannot repair member file [l36{18}]Amd64CNBJ2530.DPB of prncacla.inf, Version = 6.3.9600.17415, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l8 b31bf3856ad364e35}, Type = [l24{12}]driverUpdate, TypeName neutral, PublicKey neutral in the store, hash mismatch
2020-03-31 132114, Info CSI 00000aa6 [SR] Cannot repair member file [l36{18}]Amd64CNBJ2530.DPB of prncacla.inf, Version = 6.3.9600.17415, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l8 b31bf3856ad364e35}, Type = [l24{12}]driverUpdate, TypeName neutral, PublicKey neutral in the store, hash mismatch
2020-03-31 132114, Info CSI 00000aa7 [SR] This component was referenced by [l166{83}]Package_2709_for_KB3000850~31bf3856ad364e35~amd64~~6.3.1.8.3000850-6825_neutral_GDR

Is there any way to solve it?
 
Thank you.
1 Reply

@sanghyeon_park 

Enter this in CMD directly -

Dism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBase /RestoreHealth

Then try with yours command and sfc -scannow.