Como posso recuperar arquivos do sistema quando o sfc não está funcionando?

0

Eu tenho muita falta de eletricidade na minha área. Isso causou danos ao disco que levam à perda de arquivos do sistema.

Eu corri o Chkdsk e eis os resultados das verificações recentes: CHKDSKResults.txt .

Eu executei o sfc / scannow e ele me deu essa mensagem como resultado:

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.

Veja o arquivo mencionado: CBS.log .

Meu sistema operacional é o Windows 8.1 Enterprise x64-bit.

Como posso corrigir meus arquivos de sistema neste caso sabendo que não tenho imagens de backup ou pontos de restauração?

    
por Omar 23.09.2014 / 06:59

1 resposta

1

Um arquivo do driver da caixa de entrada para impressoras Canon não pode ser reparado:

2014-09-23 06:25:37, Info                  CSI    00000816 [SR] Cannot repair member file [l:36{18}]"Amd64\CNBJ2530.DPB" of prncacla.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-09-23 06:25:37, Info                  CSI    00000818 [SR] Cannot repair member file [l:24{12}]"msxactps.dll" of Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-Oledb-Interface-Remoting-XACTPS, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-09-23 06:25:38, Info                  CSI    0000081a [SR] Cannot repair member file [l:36{18}]"Amd64\CNBJ2530.DPB" of prncacla.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-09-23 06:25:38, Info                  CSI    0000081c [SR] Cannot repair member file [l:24{12}]"msxactps.dll" of Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-Oledb-Interface-Remoting-XACTPS, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
2014-09-23 06:25:38, Info                  CSI    0000081f [SR] Could not reproject corrupted file [ml:520{260},l:106{53}]"\??\C:\Program Files (x86)\Common Files\System\Ole DB"\[l:24{12}]"msxactps.dll"; source file in store is also corrupted

Este é um bug que a Microsoft atualmente investiga. Para reparar a execução de arquivo corrompida um novo comando DISM que baixa os arquivos corrompidos da internet:

DISM /Online /Cleanup-Image /RestoreHealth
    
por 23.09.2014 / 19:13