Advertisement
zefie

Fixing Windows 8 corruption

Aug 19th, 2014
606
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.09 KB | None | 0 0
  1. C:\Users\Russell>sfc /scannow
  2.  
  3. Beginning system scan. This process will take some time.
  4.  
  5. Beginning verification phase of system scan.
  6. Verification 100% complete.
  7.  
  8. Windows Resource Protection found corrupt files but was unable to fix some
  9. of them. Details are included in the CBS.Log windir\Logs\CBS\CBS.log. For
  10. example C:\Windows\Logs\CBS\CBS.log. Note that logging is currently not
  11. supported in offline servicing scenarios.
  12.  
  13. C:\Users\Russell>notepad C:\Windows\Logs\CBS\CBS.log
  14.  
  15. 2014-08-19 10:05:03, Info CSI 0000088f [SR] Beginning Verify and Repair transaction
  16. 2014-08-19 10:05:03, Info CSI 00000890 [DIRSD OWNER WARNING] Directory [ml:520{260},l:56{28}]"\??\C:\Windows\system\Speech" is not owned but specifies SDDL in component Windows-Media-SpeechSynthesis-WinRT, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral
  17.  
  18. 2014-08-19 10:05:03, Info CSI 00000891 Ignoring duplicate ownership for directory [l:56{28}]"\??\C:\Windows\system\Speech" in component Windows-Media-SpeechSynthesis-WinRT, 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
  19.  
  20. 2014-08-19 10:05:04, Info CSI 00000892 [SR] Verify complete
  21. 2014-08-19 10:05:04, Info CSI 00000893 [SR] Repairing 1 components
  22. 2014-08-19 10:05:04, Info CSI 00000894 [SR] Beginning Verify and Repair transaction
  23. 2014-08-19 10:05:04, Info CSI 00000895 Hashes for file member \SystemRoot\WinSxS\amd64_prncacla.inf_31bf3856ad364e35_6.3.9600.16384_none_9590ba64d5b91f79\Amd64\CNBJ2530.DPB do not match actual file [l:36{18}]"Amd64\CNBJ2530.DPB" :
  24. Found: {l:32 b:+zLXgDmnNlUsuP42iVCrOX8r9cf0wdom0K3/J06YJU4=} Expected: {l:32 b:n520k714Uu3utHa5JGQ6HQYbZphKhlMWq5pEmfnCDuw=}
  25. 2014-08-19 10:05:04, Info CSI 00000896 [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
  26. 2014-08-19 10:05:04, Info CSI 00000897 Hashes for file member \SystemRoot\WinSxS\amd64_prncacla.inf_31bf3856ad364e35_6.3.9600.16384_none_9590ba64d5b91f79\Amd64\CNBJ2530.DPB do not match actual file [l:36{18}]"Amd64\CNBJ2530.DPB" :
  27. Found: {l:32 b:+zLXgDmnNlUsuP42iVCrOX8r9cf0wdom0K3/J06YJU4=} Expected: {l:32 b:n520k714Uu3utHa5JGQ6HQYbZphKhlMWq5pEmfnCDuw=}
  28. 2014-08-19 10:05:04, Info CSI 00000898 [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
  29. 2014-08-19 10:05:04, Info CSI 00000899 [SR] This component was referenced by [l:186{93}]"Microsoft-Windows-Printer-Drivers-Package~31bf3856ad364e35~amd64~~6.3.9600.16384.INF_prncacla"
  30. 2014-08-19 10:05:04, Info CSI 0000089a [SR] Repair complete
  31. 2014-08-19 10:05:04, Info CSI 0000089b [SR] Committing transaction
  32.  
  33. C:\Users\Russell>dism /online /cleanup-image /restorehealth
  34.  
  35. Deployment Image Servicing and Management tool
  36. Version: 6.3.9600.17031
  37.  
  38. Image Version: 6.3.9600.17031
  39.  
  40. [==========================100.0%==========================]
  41. The restore operation completed successfully. The component store corruption was repa
  42. ired.
  43. The operation completed successfully.
  44.  
  45. C:\Users\Russell>sfc /scannow
  46.  
  47. Beginning system scan. This process will take some time.
  48.  
  49. Beginning verification phase of system scan.
  50. Verification 100% complete.
  51.  
  52. Windows Resource Protection did not find any integrity violations.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement