Hash mismatch

Anonymous
2013-01-07T10:37:18+00:00

Does anybody know how to fix this problem? It is related to a Windows 8 64-bit platform and seems to be rather common (see Web results for "Amd64\CNBJ2530.DPB" of prncacla.inf*"*).

No apparent malfunctions, but very slow startup, especially the first one at morning.

Below what appears in the CBS.log after multiple sfc /scannow(s) that say it is impossible to repair some damaged files.

2013-01-07 08:31:12, Info                  CSI    000006fc [SR] Beginning Verify and Repair transaction

2013-01-07 08:31:12, Info                  CSI    000006fd Hashes for file member \SystemRoot\WinSxS\amd64_prncacla.inf_31bf3856ad364e35_6.2.9200.16430_none_fdce12188b615b12\Amd64\CNBJ2530.DPB do not match actual file [l:36{18}]"Amd64\CNBJ2530.DPB" :

Found: {l:32 b:YCyRZUKsIhOc05lCRHw+OKYmzq2wt2CJT7Rixym+Hs4=} Expected: {l:32 b:n520k714Uu3utHa5JGQ6HQYbZphKhlMWq5pEmfnCDuw=}

2013-01-07 08:31:12, Info                  CSI    000006fe [SR] Cannot repair member file [l:36{18}]"Amd64\CNBJ2530.DPB" of prncacla.inf, Version = 6.2.9200.16430, 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

2013-01-07 08:31:12, Info                  CSI    000006ff Hashes for file member \SystemRoot\WinSxS\amd64_prncacla.inf_31bf3856ad364e35_6.2.9200.16430_none_fdce12188b615b12\Amd64\CNBJ2530.DPB do not match actual file [l:36{18}]"Amd64\CNBJ2530.DPB" :

Found: {l:32 b:YCyRZUKsIhOc05lCRHw+OKYmzq2wt2CJT7Rixym+Hs4=} Expected: {l:32 b:n520k714Uu3utHa5JGQ6HQYbZphKhlMWq5pEmfnCDuw=}

2013-01-07 08:31:12, Info                  CSI    00000700 [SR] Cannot repair member file [l:36{18}]"Amd64\CNBJ2530.DPB" of prncacla.inf, Version = 6.2.9200.16430, 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

2013-01-07 08:31:12, Info                  CSI    00000701 [SR] This component was referenced by [l:164{82}]"Package_86_for_KB2769165~31bf3856ad364e35~amd64~~6.2.1.0.2769165-12166_neutral_GDR"

I have tried to fix by uninstalling  and re-installing KB2769165, with no result. Any other ideas?

Windows for home | Previous Windows versions | Performance and system failures

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2013-01-15T07:08:36+00:00

I found something very interesting here:

http://social.technet.microsoft.com/Forums/en-US/w8itprogeneral/thread/26f35def-6f55-4c07-9ba8-73e2d402e6cc

I am going to try the dism /online /cleanup-image /checkhealth command and see how it goes.

L.E. Actually, there are 2 commands to run:

dism /online /cleanup-image /checkhealth

dism /online /cleanup-image /restorehealth

I will be back with the results.

Very Late Edit:

There is also a tool I found recently that helped me solve this issue in Windows Server 2012 R2.

The above commands didn't work so I ran this tools and it solved the problem. You can download the tool here:

http://thetechcookbook.com/automatic-sfc-corruption-repair-sfcfix-exe/

Was this answer helpful?

80+ people found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2013-01-12T08:08:11+00:00

I have been checking this issue through other Microsoft Communities (England, France, Italy). According to many experts the problem is not significant. Moreover, looks like sfc often reports false errors. Both my PCs (1 laptop Windows 8 Pro 64-bit and 1 desktop Windows 8 32-bit with Media Center) report the same "hash mismatch" but don't seem to show any malfunction. No Canon printers installed! I hope that Microsoft will solve this mystery ... sooner or later.

Was this answer helpful?

10+ people found this answer helpful.
0 comments No comments

62 additional answers

Sort by: Newest
  1. Anonymous
    2013-11-25T13:46:51+00:00

    I think this has been answered by others in this forum already, starting with Andrei Vida who gets my kudos.

    First of all, you'll find the CBS.log file in C:\Windows\Logs\CBS\CBS.log.

    However you wont be able to open it.  There are a couple of options.  Make a copy of the CBS.log and rename the copy to CBS.txt, then open that copy with notepad.  Then search for the string "[SR]" using edit>find.  Everywhere that string comes up identifies a problem that sfc has found that somehow needs to be addressed.  Another easier way is to open a command prompt with administrator privileges and  run "findstr /c:"[SR]" %windir%\logs\cbs\cbs.log".  That will create an output file with only the relevant error portions of the otherwise HUGE CBS.log, which will make your job a whole lot easier.

    I hope that answers part of your question.  But that isn't what you should try first if you already know your problem is  CNBJ2530.DPB ....The bigger issue is how to fix the problems with CNBJ2530.DPB that you and others are experiencing.

    What worked for me is EXACTLY what Andrei Vida suggested:  run the following two commands from the command prompt (with admin privilege).  The

    dism /online /cleanup-image /checkhealth

    dism /online /cleanup-image /restorehealth

    if you are lucky like I was, a run of sfc /scannow following the execution of these two commands will produce no sfc errors, i.e., DISM fixes the problem. 

    IF THAT DOES NOT WORK, then you are left needing to replace the faulty files found by sfc with good versions.  (I did not need to do this, so follow these directions, gleaned from others in this blog, with care.)  Basically, if I understand the previous entries in this blog correctly, what SFC is telling you is essentially the following:

    "BAD FILE FOUND BY SFC"

    C:\Windows\System32\DriverStore\FileRepository\prncacla.inf_amd64_95d0460bc8b6fae8\Amd64\CNBJ2530.DPB

    SUPPOSED FILE SFC CHECKED AGAINST:

    C:\Windows\WinSxS\amd64_prncacla.inf_31bf3856ad364e35_6.3.9600.16384_none_9590ba64d5b91f79\Amd64\CNBJ2530.DPB

    So you need to replace the bad one with the good one (or, I'd suppose if things are really bad, both from downloaded versions if things are really bad, but don't try that first). 

    And before replacing any files, you should look around some more and DOUBLE CHECK that I have the 'sense' of the last two file locations correct (they may be reversed).  That is, the bad file might be the one in \Windows\WinSxS and the good one might be in \Windows\System32.  So make sure you get that right before you go about replacing anything. 

    And there also are other entries in this blog about needing to worry about Genuine Windows Software issues when you replace the bad file.  I recommend you read through those entries (I didn't have to since DISM worked for me) to see if there is anything further you need to do.

    Hope this helps

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2013-11-24T02:04:35+00:00

    in the above the sfc /scannow failed

    it had failed several times over the past week

    running the dism commands fixes each time whatever sfc/scannow failed to correct.

    if anyone understands what scannow is not able to fix please explain what that is

    if anyone understands what dism commands are able to fix that scannow commands cannot fix please explain

    if anyone understands why there are recurrent problems please explain

    if anyone knows a direct way to find the cbs.log file when it is not found by going to my computer then windows file then looking for the file which is not there on 2 computers.....only temp found on each was empty...........fortunately i had everything search and was able to find the cbs.log but i prefer a direct look and find method.

    what else can i do to work up the problems for the recurrent conflicts or corruption?

    the event viewer logs many error, warning, critical.......anything specific here to look for?

    again i run chkdsk /f /r , sfc /scannow, defender, defrag, ccleaner etc as routine maintenance

    thx

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2013-11-24T01:57:45+00:00

    skipped a lot and this is the last part of the CBS.log

    2013-11-23 19:37:50, Info                  CSI    00000668 [SR] Verify complete

    2013-11-23 19:37:50, Info                  CSI    00000669 [SR] Verifying 100 (0x0000000000000064) components

    2013-11-23 19:37:50, Info                  CSI    0000066a [SR] Beginning Verify and Repair transaction

    2013-11-23 19:37:52, Info                  CSI    0000066b [DIRSD OWNER WARNING] Directory [ml:520{260},l:94{47}]"??\C:\Program Files (x86)\Windows Photo Viewer" is not owned but specifies SDDL in component Microsoft-Windows-Photo-Common, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:37:53, Info                  CSI    0000066c [SR] Verify complete

    2013-11-23 19:37:53, Info                  CSI    0000066d [SR] Verifying 100 (0x0000000000000064) components

    2013-11-23 19:37:53, Info                  CSI    0000066e [SR] Beginning Verify and Repair transaction

    2013-11-23 19:37:54, Info                  CSI    0000066f Ignoring duplicate ownership for directory [l:44{22}]"??\C:\WINDOWS\tracing" in component Microsoft-Windows-RasRTUtils, Version = 6.2.9200.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:37:54, Info                  CSI    00000670 [DIRSD OWNER WARNING] Directory [ml:520{260},l:78{39}]"??\C:\ProgramData\Microsoft\DRM\Server" is not owned but specifies SDDL in component Microsoft-Windows-Rights-Management-Client-v1-API, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:37:54, Info                  CSI    00000671 Ignoring duplicate ownership for directory [l:78{39}]"??\C:\ProgramData\Microsoft\DRM\Server" in component Microsoft-Windows-Rights-Management-Client-v1-API, Version = 6.2.9200.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:37:55, Info                  CSI    00000672 [DIRSD OWNER WARNING] Directory [ml:90{45},l:88{44}]"??\C:\WINDOWS\SysWOW64\config\systemprofile" is not owned but specifies SDDL in component Microsoft-Windows-Profapi, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:37:55, Info                  CSI    00000673 [DIRSD OWNER WARNING] Directory [ml:520{260},l:36{18}]"??\C:\ProgramData" is not owned but specifies SDDL in component Microsoft-Windows-Profapi, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:37:55, Info                  CSI    00000674 Ignoring duplicate ownership for directory [l:36{18}]"??\C:\ProgramData" in component Microsoft-Windows-Profapi, Version = 6.2.9200.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:37:55, Info                  CSI    00000675 Ignoring duplicate ownership for directory [l:24{12}]"??\C:\Users" in component Microsoft-Windows-Profapi, Version = 6.2.9200.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:37:55, Info                  CSI    00000676 Ignoring duplicate ownership for directory [l:38{19}]"??\C:\Users\Public" in component Microsoft-Windows-Profapi, Version = 6.2.9200.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:37:55, Info                  CSI    00000677 Ignoring duplicate ownership for directory [l:40{20}]"??\C:\Users\Default" in component Microsoft-Windows-Profapi, Version = 6.2.9200.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:37:55, Info                  CSI    00000678 [DIRSD OWNER WARNING] Directory [ml:520{260},l:74{37}]"??\C:\ProgramData\Microsoft\RAC\Temp" is not owned but specifies SDDL in component Microsoft-Windows-ReliabilityAnalysisConfig, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:37:55, Info                  CSI    00000679 [DIRSD OWNER WARNING] Directory [ml:520{260},l:82{41}]"??\C:\ProgramData\Microsoft\RAC\Outbound" is not owned but specifies SDDL in component Microsoft-Windows-ReliabilityAnalysisConfig, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:37:55, Info                  CSI    0000067a [DIRSD OWNER WARNING] Directory [ml:520{260},l:92{46}]"??\C:\ProgramData\Microsoft\RAC\PublishedData" is not owned but specifies SDDL in component Microsoft-Windows-ReliabilityAnalysisConfig, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:37:55, Info                  CSI    0000067b [DIRSD OWNER WARNING] Directory [ml:520{260},l:84{42}]"??\C:\ProgramData\Microsoft\RAC\StateData" is not owned but specifies SDDL in component Microsoft-Windows-ReliabilityAnalysisConfig, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:37:55, Info                  CSI    0000067c Ignoring duplicate ownership for directory [l:92{46}]"??\C:\ProgramData\Microsoft\RAC\PublishedData" in component Microsoft-Windows-ReliabilityAnalysisConfig, Version = 6.2.9200.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:37:55, Info                  CSI    0000067d Ignoring duplicate ownership for directory [l:82{41}]"??\C:\ProgramData\Microsoft\RAC\Outbound" in component Microsoft-Windows-ReliabilityAnalysisConfig, Version = 6.2.9200.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:37:55, Info                  CSI    0000067e Ignoring duplicate ownership for directory [l:74{37}]"??\C:\ProgramData\Microsoft\RAC\Temp" in component Microsoft-Windows-ReliabilityAnalysisConfig, Version = 6.2.9200.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:37:55, Info                  CSI    0000067f Ignoring duplicate ownership for directory [l:84{42}]"??\C:\ProgramData\Microsoft\RAC\StateData" in component Microsoft-Windows-ReliabilityAnalysisConfig, Version = 6.2.9200.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:37:55, Info                  CSI    00000680 Ignoring duplicate ownership for directory [l:96{48}]"??\C:\ProgramData\Microsoft\Network\Connections" in component Microsoft-Windows-RasApi, Version = 6.2.9200.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:37:55, Info                  CSI    00000681 [DIRSD OWNER WARNING] Directory [ml:142{71},l:140{70}]"??\C:\WINDOWS\SysWOW64\WindowsPowerShell\v1.0\Modules\PrintManagement" is not owned but specifies SDDL in component Microsoft-Windows-Printing-PowerShell, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:37:56, Info                  CSI    00000682 [SR] Verify complete

    2013-11-23 19:37:56, Info                  CSI    00000683 [SR] Verifying 100 (0x0000000000000064) components

    2013-11-23 19:37:56, Info                  CSI    00000684 [SR] Beginning Verify and Repair transaction

    2013-11-23 19:37:57, Info                  CSI    00000685 Ignoring duplicate ownership for directory [l:40{20}]"??\C:\sources\en-US" in component Microsoft-Windows-SKU-Foundation-Extra-Security.Resources, Version = 6.2.9200.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:37:57, Info                  CSI    00000686 Ignoring duplicate ownership for directory [l:66{33}]"??\C:\sources\etwproviders\en-US" in component Microsoft-Windows-SKU-Foundation-Extra-Security.Resources, Version = 6.2.9200.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:37:58, Info                  CSI    00000687 [DIRSD OWNER WARNING] Directory [ml:520{260},l:64{32}]"??\C:\WINDOWS\Diagnostics\index" is not owned but specifies SDDL in component Microsoft-Windows-ScriptedDiagnosticsProvider-Library, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:37:59, Info                  CSI    00000688 [DIRSD OWNER WARNING] Directory [ml:80{40},l:78{39}]"??\C:\WINDOWS\SysWOW64\Speech\SpeechUX" is not owned but specifies SDDL in component Microsoft-Windows-Speech-UserExperience-Common, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:37:59, Info                  CSI    00000689 [SR] Verify complete

    2013-11-23 19:37:59, Info                  CSI    0000068a [SR] Verifying 100 (0x0000000000000064) components

    2013-11-23 19:37:59, Info                  CSI    0000068b [SR] Beginning Verify and Repair transaction

    2013-11-23 19:38:02, Info                  CSI    0000068c [SR] Verify complete

    2013-11-23 19:38:02, Info                  CSI    0000068d [SR] Verifying 100 (0x0000000000000064) components

    2013-11-23 19:38:02, Info                  CSI    0000068e [SR] Beginning Verify and Repair transaction

    2013-11-23 19:38:03, Info                  CSI    0000068f [DIRSD OWNER WARNING] Directory [ml:60{30},l:58{29}]"??\C:\WINDOWS\SysWOW64\en-US" is not owned but specifies SDDL in component Microsoft-Windows-SFC.Resources, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:38:03, Info                  CSI    00000690 Ignoring duplicate ownership for directory [l:58{29}]"??\C:\WINDOWS\SysWOW64\en-US" in component Microsoft-Windows-SFC.Resources, Version = 6.2.9200.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:38:03, Info                  CSI    00000691 [DIRSD OWNER WARNING] Directory [ml:76{38},l:74{37}]"??\C:\WINDOWS\SysWOW64\Speech\Common" is not owned but specifies SDDL in component Microsoft-Windows-SpeechCommon, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:38:04, Info                  CSI    00000692 [DIRSD OWNER WARNING] Directory [ml:56{28},l:54{27}]"??\C:\WINDOWS\SysWOW64\sru" is not owned but specifies SDDL in component Microsoft-Windows-SruMon, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:38:05, Info                  CSI    00000693 [DIRSD OWNER WARNING] Directory [ml:84{42},l:82{41}]"??\C:\WINDOWS\SysWOW64\Speech\Engines\SR" is not owned but specifies SDDL in component Microsoft-Windows-SpeechEngine, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:38:05, Info                  CSI    00000694 [SR] Verify complete

    2013-11-23 19:38:05, Info                  CSI    00000695 [SR] Verifying 100 (0x0000000000000064) components

    2013-11-23 19:38:05, Info                  CSI    00000696 [SR] Beginning Verify and Repair transaction

    2013-11-23 19:38:06, Info                  CSI    00000697 [DIRSD OWNER WARNING] Directory [ml:520{260},l:40{20}]"??\C:\WINDOWS\Tasks" is not owned but specifies SDDL in component Microsoft-Windows-TaskScheduler-Compatibility, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:38:06, Info                  CSI    00000698 [DIRSD OWNER WARNING] Directory [ml:520{260},l:66{33}]"??\C:\WINDOWS\winsxs\InstallTemp" is not owned but specifies SDDL in component Microsoft-Windows-Sxs, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:38:06, Info                  CSI    00000699 Ignoring duplicate ownership for directory [l:66{33}]"??\C:\WINDOWS\winsxs\InstallTemp" in component Microsoft-Windows-Sxs, Version = 6.2.9200.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:38:08, Info                  CSI    0000069a [SR] Verify complete

    2013-11-23 19:38:08, Info                  CSI    0000069b [SR] Verifying 100 (0x0000000000000064) components

    2013-11-23 19:38:08, Info                  CSI    0000069c [SR] Beginning Verify and Repair transaction

    2013-11-23 19:38:10, Info                  CSI    0000069d [DIRSD OWNER WARNING] Directory [ml:520{260},l:38{19}]"??\C:\WINDOWS\TAPI" is not owned but specifies SDDL in component Microsoft-Windows-TapiService, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:38:10, Info                  CSI    0000069e Ignoring duplicate ownership for directory [l:120{60}]"??\C:\Program Files (x86)\Common Files\Microsoft Shared\Ink" in component Microsoft-Windows-TabletPC-Platform-COMRuntime, Version = 6.2.9200.16581, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:38:11, Info                  CSI    0000069f [SR] Verify complete

    2013-11-23 19:38:11, Info                  CSI    000006a0 [SR] Verifying 100 (0x0000000000000064) components

    2013-11-23 19:38:11, Info                  CSI    000006a1 [SR] Beginning Verify and Repair transaction

    2013-11-23 19:38:12, Info                  CSI    000006a2 [DIRSD OWNER WARNING] Directory [ml:520{260},l:100{50}]"??\C:\ProgramData\Microsoft\User Account Pictures" is not owned but specifies SDDL in component Microsoft-Windows-usercpl, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:38:13, Info                  CSI    000006a3 [DIRSD OWNER WARNING] Directory [ml:520{260},l:48{24}]"??\C:\WINDOWS\ModemLogs" is not owned but specifies SDDL in component Microsoft-Windows-Unimodem-Core-ATMini, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:38:13, Info                  CSI    000006a4 [DIRSD OWNER WARNING] Directory [ml:520{260},l:88{44}]"??\C:\WINDOWS\Resources\Themes\aero\VSCache" is not owned but specifies SDDL in component Microsoft-Windows-UXInit, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:38:13, Info                  CSI    000006a5 Ignoring duplicate ownership for directory [l:88{44}]"??\C:\WINDOWS\Resources\Themes\aero\VSCache" in component Microsoft-Windows-UXInit, Version = 6.2.9200.16736, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:38:14, Info                  CSI    000006a6 [SR] Verify complete

    2013-11-23 19:38:14, Info                  CSI    000006a7 [SR] Verifying 100 (0x0000000000000064) components

    2013-11-23 19:38:14, Info                  CSI    000006a8 [SR] Beginning Verify and Repair transaction

    2013-11-23 19:38:15, Info                  CSI    000006a9 [DIRSD OWNER WARNING] Directory [ml:520{260},l:104{52}]"??\C:\Program Files (x86)\Common Files\System\en-US" is not owned but specifies SDDL in component Microsoft-Windows-WAB-Core.Resources, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:38:15, Info                  CSI    000006aa [DIRSD OWNER WARNING] Directory [ml:66{33},l:64{32}]"??\C:\WINDOWS\SysWOW64\Recovery" is not owned but specifies SDDL in component Microsoft-Windows-WinRE-ReAgentConfig, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:38:17, Info                  CSI    000006ab [SR] Verify complete

    2013-11-23 19:38:17, Info                  CSI    000006ac [SR] Verifying 100 (0x0000000000000064) components

    2013-11-23 19:38:17, Info                  CSI    000006ad [SR] Beginning Verify and Repair transaction

    2013-11-23 19:38:18, Info                  CSI    000006ae [DIRSD OWNER WARNING] Directory [ml:520{260},l:106{53}]"??\C:\WINDOWS\Microsoft.NET\Framework\v3.0\WPF\en-US" is not owned but specifies SDDL in component Microsoft-Windows-WPFCoreComp.Resources, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-us", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:38:19, Info                  CSI    000006af [DIRSD OWNER WARNING] Directory [ml:520{260},l:134{67}]"??\C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework" is not owned but specifies SDDL in component Microsoft-Windows-WWFCoreComp, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:38:19, Info                  CSI    000006b0 [DIRSD OWNER WARNING] Directory [ml:520{260},l:118{59}]"??\C:\WINDOWS\Inf\Windows Workflow Foundation 3.0.0.0\0000" is not owned but specifies SDDL in component Microsoft-Windows-WWFCoreComp, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:38:19, Info                  CSI    000006b1 [DIRSD OWNER WARNING] Directory [ml:520{260},l:114{57}]"??\C:\Program Files (x86)\Reference Assemblies\Microsoft" is not owned but specifies SDDL in component Microsoft-Windows-WWFCoreComp, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:38:19, Info                  CSI    000006b2 [DIRSD OWNER WARNING] Directory [ml:520{260},l:144{72}]"??\C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0" is not owned but specifies SDDL in component Microsoft-Windows-WWFCoreComp, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:38:19, Info                  CSI    000006b3 [DIRSD OWNER WARNING] Directory [ml:520{260},l:94{47}]"??\C:\Program Files (x86)\Reference Assemblies" is not owned but specifies SDDL in component Microsoft-Windows-WWFCoreComp, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:38:19, Info                  CSI    000006b4 [DIRSD OWNER WARNING] Directory [ml:520{260},l:118{59}]"??\C:\WINDOWS\Inf\Windows Workflow Foundation 3.0.0.0\0409" is not owned but specifies SDDL in component Microsoft-Windows-WWFCoreComp.Resources, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-us", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:38:20, Info                  CSI    000006b5 [SR] Verify complete

    2013-11-23 19:38:20, Info                  CSI    000006b6 [SR] Verifying 100 (0x0000000000000064) components

    2013-11-23 19:38:20, Info                  CSI    000006b7 [SR] Beginning Verify and Repair transaction

    2013-11-23 19:38:22, Info                  CSI    000006b8 [DIRSD OWNER WARNING] Directory [ml:128{64},l:126{63}]"??\C:\WINDOWS\SysWOW64\WindowsPowerShell\v1.0\Modules\MsDtc\en" is not owned but specifies SDDL in component Microsoft.Dtc.PowerShell.Non_msil.Resources, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:38:22, Info                  CSI    000006b9 [DIRSD OWNER WARNING] Directory [ml:134{67},l:132{66}]"??\C:\WINDOWS\SysWOW64\WindowsPowerShell\v1.0\Modules\MsDtc\en-US" is not owned but specifies SDDL in component Microsoft.Dtc.PowerShell.Scripts.Resources, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:38:22, Info                  CSI    000006ba Ignoring duplicate ownership for directory [l:72{36}]"??\C:\WINDOWS\microsoft.net\authman" in component Microsoft.Interop.Security.AzRoles, Version = 6.2.9200.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:38:23, Info                  CSI    000006bb [SR] Verify complete

    2013-11-23 19:38:23, Info                  CSI    000006bc [SR] Verifying 100 (0x0000000000000064) components

    2013-11-23 19:38:23, Info                  CSI    000006bd [SR] Beginning Verify and Repair transaction

    2013-11-23 19:38:24, Info                  CSI    000006be [DIRSD OWNER WARNING] Directory [ml:520{260},l:120{60}]"??\C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\RedistList" is not owned but specifies SDDL in component NetFx-ASSEMBLYLIST_XML, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral, PublicKeyToken = {l:8 b:b03f5f7f11d50a3a}, Type neutral, TypeName neutral, PublicKey neutral

    2013-11-23 19:38:27, Info                  CSI    000006bf [SR] Verify complete

    2013-11-23 19:38:27, Info                  CSI    000006c0 [SR] Verifying 100 (0x0000000000000064) components

    2013-11-23 19:38:27, Info                  CSI    000006c1 [SR] Beginning Verify and Repair transaction

    2013-11-23 19:38:30, Info                  CSI    000006c2 [SR] Verify complete

    2013-11-23 19:38:30, Info                  CSI    000006c3 [SR] Verifying 100 (0x0000000000000064) components

    2013-11-23 19:38:30, Info                  CSI    000006c4 [SR] Beginning Verify and Repair transaction

    2013-11-23 19:38:32, Info                  CSI    000006c5 [SR] Verify complete

    2013-11-23 19:38:32, Info                  CSI    000006c6 [SR] Verifying 100 (0x0000000000000064) components

    2013-11-23 19:38:32, Info                  CSI    000006c7 [SR] Beginning Verify and Repair transaction

    2013-11-23 19:38:35, Info                  CSI    000006c8 [SR] Verify complete

    2013-11-23 19:38:35, Info                  CSI    000006c9 [SR] Verifying 100 (0x0000000000000064) components

    2013-11-23 19:38:35, Info                  CSI    000006ca [SR] Beginning Verify and Repair transaction

    2013-11-23 19:38:38, Info                  CSI    000006cb [SR] Verify complete

    2013-11-23 19:38:38, Info                  CSI    000006cc [SR] Verifying 100 (0x0000000000000064) components

    2013-11-23 19:38:38, Info                  CSI    000006cd [SR] Beginning Verify and Repair transaction

    2013-11-23 19:38:42, Info                  CSI    000006ce [SR] Verify complete

    2013-11-23 19:38:42, Info                  CSI    000006cf [SR] Verifying 37 (0x0000000000000025) components

    2013-11-23 19:38:42, Info                  CSI    000006d0 [SR] Beginning Verify and Repair transaction

    2013-11-23 19:38:43, Info                  CSI    000006d1 [SR] Verify complete

    2013-11-23 19:38:43, Info                  CSI    000006d2 [SR] Repairing 0 components

    2013-11-23 19:38:43, Info                  CSI    000006d3 [SR] Beginning Verify and Repair transaction

    2013-11-23 19:38:43, Info                  CSI    000006d4 [SR] Repair complete

    2013-11-23 19:40:44, Info                  CBS    Trusted Installer is shutting down because: SHUTDOWN_REASON_AUTOSTOP

    2013-11-23 19:40:44, Info                  CBS    TiWorker signaled for shutdown, going to exit.

    2013-11-23 19:40:44, Info                  CBS    Ending the TiWorker main loop.

    2013-11-23 19:40:44, Info                  CBS    Starting TiWorker finalization.

    2013-11-23 19:40:44, Info                  CBS    Ending the TrustedInstaller main loop.

    2013-11-23 19:40:44, Info                  CBS    Starting TrustedInstaller finalization.

    2013-11-23 19:40:44, Info                  CBS    Ending TrustedInstaller finalization.

    2013-11-23 19:40:44, Info                  CBS    Ending TiWorker finalization.

    Was this answer helpful?

    0 comments No comments