Reparar arquivo detectado como corrompido pelo Verificador de arquivos do sistema

0

Eu corri o sfc /scannow hoje no sistema e ele retornou o seguinte:

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.

O log contém as seguintes informações sobre o arquivo corrompido:

2015-08-28 02:08:50, Info CSI 000000ce [SR] Cannot repair member file [l:18{9}]"Dism.psm1" of Microsoft-Windows-Deployment-Image-Servicing-Management-Powershell, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch 2015-08-28 02:08:52, Info
CSI 000000d8 [SR] Cannot repair member file [l:18{9}]"Dism.psm1" of Microsoft-Windows-Deployment-Image-Servicing-Management-Powershell, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch 2015-08-28 02:08:52, Info
CSI 000000d9 [SR] This component was referenced by [l:330{165}]"Microsoft-Windows-Client-Features-Package-AutoMerged-base~31bf3856ad364e35~amd64~~6.3.9600.16384.Microsoft-Windows-Client-Features-Package-AutoMerged-base-Deployment" 2015-08-28 02:08:52, Info CSI 000000dc [SR] Could not reproject corrupted file [ml:520{260},l:118{59}]"\??\C:\Windows\System32\WindowsPowerShell\v1.0\Modules\Dism"[l:18{9}]"Dism.psm1"; source file in store is also corrupted

Em seguida, executei DISM /Online /Cleanup-Image /RestoreHealth , que retornou:

C:\Windows\system32>DISM /Online /Cleanup-Image /RestoreHealth

Deployment Image Servicing and Management tool Version: 6.3.9600.16384

Image Version: 6.3.9600.16384

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

Error: 2

The system cannot find the file specified.

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

Alguém tem alguma idéia sobre o arquivo Dism.psm1 e como consertar isso?

    
por cpx 27.08.2015 / 23:45

1 resposta

1

O arquivo Dism.psm1 do pacote Microsoft-Windows-Client-Features-Package-AutoMerged-base está corrompido.

Eu extraí o pacote em um CAB. Fazer o download , extraia o CAB e aponte para ele como fonte no comando DISM

DISM /Online /Cleanup-Image /RestoreHealth /source:C:\Microsoft-Windows-Client-Features-Package-AutoMerged-base~31bf3856ad364e35~amd64~~6.3.9600.16384
    
por 28.08.2015 / 17:18