Hi Mark,
If it makes you feel any better, I am now lost as to why SFCFix is detecting these files as "Corrupt", these files should not exist on the machine (I will go into more detail in a second). For the record SFCFix also scans the persistent CBS and CheckSUR logs. IMO it is safe to ignore these corruptions detected by SFCFix as I dont believe these files should be on your system. I am discussing this with the developer of SFCFix.
Everything to do with the windows system files is linked in one way or another, this is how SFC checks to see which file is corrupt and which file is missing. As you seem rather interested in how this works I will do my best to try and explain it :).
To start of we will look at one of the other files we repaired earlier on:
C:\Windows\winsxs\
amd64_microsoft-windows-photosamples_31bf3856ad364e35_6.1.7600.16385_none_f36e0e659b8042be\Hydrangeas.jpg.
If you take a look at the component name above in red and add .manifest to the end -> run a search inside C:\Windows\WinSxS\Manifest\ for amd64_microsoft-windows-photosamples_31bf3856ad364e35_6.1.7600.16385_none_f36e0e659b8042be.manifest you will see the manifest file that matches the same name as the WinSxS component-> open up this manifest file in notepad or notepad++ and you will see:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0" copyright="Copyright (c) Microsoft Corporation. All Rights Reserved.">
<assemblyIdentity name="Microsoft-Windows-PhotoSamples" version="6.1.7600.16385" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" />
<dependency discoverable="no" resourceType="Resources">
<dependentAssembly>
<assemblyIdentity name="Microsoft-Windows-PhotoSamples.Resources" version="6.1.7600.16385" processorArchitecture="amd64" language="*" buildType="release" publicKeyToken="31bf3856ad364e35" />
</dependentAssembly>
</dependency>
<file name="[COLOR="#0000FF"]Chrysanthemum.jpg"[/COLOR] destinationPath="$(runtime.public)\Pictures\Sample Pictures\" sourceName="01Photo.jpg" sourcePath=".\" importPath="$(build.nttree)\Samples\" writeableType="systemData">
<securityDescriptor name="#MutableFileDefaultSecurityDescriptor" />
<asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2">
<dsig:Transforms xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">lU99llArXF/i6YpQRbyn9em6EePb+SpcAhSmqkx/Igg=</dsig:DigestValue>
</asmv2:hash>
</file>
<file name="[COLOR="#0000FF"]Desert.jpg[/COLOR]" destinationPath="$(runtime.public)\Pictures\Sample Pictures\" sourceName="02Photo.jpg" sourcePath=".\" importPath="$(build.nttree)\Samples\" writeableType="systemData">
<securityDescriptor name="#MutableFileDefaultSecurityDescriptor" />
<asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2">
<dsig:Transforms xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">AQ9g0pJ6NdAjVJATbvn0lTt+5FMHN5S8rxU9IKZFROo=</dsig:DigestValue>
</asmv2:hash>
</file>
[COLOR="#FF0000"] <file name="[COLOR="#0000FF"]Hydrangeas.jpg[/COLOR]" destinationPath="$(runtime.public)\Pictures\Sample Pictures\" sourceName="03Photo.jpg" sourcePath=".\" importPath="$(build.nttree)\Samples\" writeableType="systemData">
<securityDescriptor name="#MutableFileDefaultSecurityDescriptor" />
<asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2">
<dsig:Transforms xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">O5L+3ggPmw7JAq/FiDEZG1uMy69nMjUv16i0RdHp8L0=</dsig:DigestValue>
</asmv2:hash>
</file>[/COLOR]
<file name="[COLOR="#0000FF"]Jellyfish.jpg[/COLOR]" destinationPath="$(runtime.public)\Pictures\Sample Pictures\" sourceName="04Photo.jpg" sourcePath=".\" importPath="$(build.nttree)\Samples\" writeableType="systemData">
<securityDescriptor name="#MutableFileDefaultSecurityDescriptor" />
<asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2">
<dsig:Transforms xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">bKDq+yBJbt8j/BSA6LVFOZ9ISmMGmDJL5lLtEPRfovw=</dsig:DigestValue>
</asmv2:hash>
</file>
<file name="[COLOR="#0000FF"]Koala.jpg[/COLOR]" destinationPath="$(runtime.public)\Pictures\Sample Pictures\" sourceName="05Photo.jpg" sourcePath=".\" importPath="$(build.nttree)\Samples\" writeableType="systemData">
<securityDescriptor name="#MutableFileDefaultSecurityDescriptor" />
<asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2">
<dsig:Transforms xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">hKTaDkxSxGms5uDGdKkUTNQ+smKMQByLVrQSQuK+SvE=</dsig:DigestValue>
</asmv2:hash>
</file>
<file name="[COLOR="#0000FF"]Tulips.jpg[/COLOR]" destinationPath="$(runtime.public)\Pictures\Sample Pictures\" sourceName="06Photo.jpg" sourcePath=".\" importPath="$(build.nttree)\Samples\" writeableType="systemData">
<securityDescriptor name="#MutableFileDefaultSecurityDescriptor" />
<asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2">
<dsig:Transforms xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">uTUvJWUmAhnbcvwfyJYROibIWGa2nFDTlwxNn1zOgwo=</dsig:DigestValue>
</asmv2:hash>
</file>
<file name="[COLOR="#0000FF"]Lighthouse.jpg[/COLOR]" destinationPath="$(runtime.public)\Pictures\Sample Pictures\" sourceName="07Photo.jpg" sourcePath=".\" importPath="$(build.nttree)\Samples\" writeableType="systemData">
<securityDescriptor name="#MutableFileDefaultSecurityDescriptor" />
<asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2">
<dsig:Transforms xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">/4Y3LOQ1GdZ1uNjSnJjpzL6QXUALoFfIVE+gAfpNjnM=</dsig:DigestValue>
</asmv2:hash>
</file>
<file name="[COLOR="#0000FF"]Penguins.jpg[/COLOR]" destinationPath="$(runtime.public)\Pictures\Sample Pictures\" sourceName="08Photo.jpg" sourcePath=".\" importPath="$(build.nttree)\Samples\" writeableType="systemData">
<securityDescriptor name="#MutableFileDefaultSecurityDescriptor" />
<asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2">
<dsig:Transforms xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">flvdAjts8h7+QqjskLwZk/yFOYDUtWRojlrC0oxkIjw=</dsig:DigestValue>
</asmv2:hash>
</file>
<file name="[COLOR="#0000FF"]desktop.ini[/COLOR]" destinationPath="$(runtime.public)\Pictures\Sample Pictures\" sourceName="PhotoSamplesDesktop.ini" sourcePath=".\" importPath="$(build.nttree)\Samples\" writeableType="systemData" attributes="hidden system">
<securityDescriptor name="#DefaultAdminSd" />
<asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2">
<dsig:Transforms xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">TZAfYXxMhfMWlHeiSOGXRkuOMYCYxgIhVTtZPMqQvX0=</dsig:DigestValue>
</asmv2:hash>
</file>
<file name="[COLOR="#0000FF"]SampleRes.dll[/COLOR]" destinationPath="$(runtime.system32)\" sourceName="SampleRes.dll" sourcePath=".\" importPath="$(build.nttree)\">
<securityDescriptor name="WRP_FILE_DEFAULT_SDDL" />
<asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2">
<dsig:Transforms xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">nDTOnWgojy0XvhH5RjJtTESBVZyuqUhllmdE/uVsIv0=</dsig:DigestValue>
</asmv2:hash>
</file>
<trustInfo>
<security>
<accessControl>
<securityDescriptorDefinitions>
<securityDescriptorDefinition name="#DefaultAdminSd" sddl="O:BAG:SYD:(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;BU)S:" operationHint="replace" />
<securityDescriptorDefinition name="#MutableFileDefaultSecurityDescriptor" sddl="O:SYG:SYD:AIS:" operationHint="replace" />
<securityDescriptorDefinition name="WRP_FILE_DEFAULT_SDDL" sddl="O:S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464G:S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464D:P(A;;FA;;;S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464)(A;;GRGX;;;BA)(A;;GRGX;;;SY)(A;;GRGX;;;BU)S:(AU;FASA;0x000D0116;;;WD)" operationHint="replace" description="Default SDDL for Windows Resource Protected file" />
</securityDescriptorDefinitions>
</accessControl>
</security>
</trustInfo>
<localization>
<resources culture="en-US">
<stringTable>
<string id="description1" value="Photo Samples" />
<string id="displayName0" value="Photo Samples" />
</stringTable>
</resources>
</localization>
</assembly>
This will show you how the contents of folder C:\Windows\winsxs\amd64_microsoft-windows-photosamples_31bf3856ad364e35_6.1.7600.16385_none_f36e0e659b8042be\ is supposed to look. The main thing I would like you to look at is
<file name= lines (all highlighted in blue), this will show you which files are supposed to be inside this certain component folder (The component folder found inside WinSxS). This is how SFC knows which files should be inside a folder.
The registry command I asked you to run before will also query the COMPONENTS registry hive. Each content of components folders found inside WinSxS and the manifest file will also have a mention inside the COMPONENTS registry hive to the following path: HKLM\COMPONENTS\DerivedData\Components\
Lets take a look at what this COMPONENT looks looks like for amd64_microsoft-windows-photosamples_31bf3856ad364e35_6.1.7600.16385_none_f36e0e659b8042be:
Code:
HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData\Components\[COLOR="#FF0000"]amd64_microsoft-windows-photosamples_31bf3856ad364e35_6.1.7600.16385_none_f36e0e659b8042be[/COLOR]
identity REG_BINARY 4D6963726F736F66742D57696E646F77732D50686F746F53616D706C65732C2043756C747572653D6E65757472616C2C2056657273696F6E3D362E312E373630302E31363338352C205075626C69634B6579546F6B656E3D333162663338353661643336346533352C2050726F636573736F724172636869746563747572653D616D6436342C2076657273696F6E53636F70653D4E6F6E537853
S256H REG_BINARY 98D80A36E9287BA25FA6090F499F5095E5BF19B880C5ACBF2448028EEEE995E9
c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7600.16385_4fb0d9dc5c871e14 REG_BINARY
f![COLOR="#0000FF"]koala.jpg[/COLOR] REG_BINARY 4B006F0061006C0061002E006A0070006700
f!j[COLOR="#0000FF"]ellyfish.jpg[/COLOR] REG_BINARY 4A0065006C006C00790066006900730068002E006A0070006700
f![COLOR="#0000FF"]sampleres.dll [/COLOR] REG_BINARY 530061006D0070006C0065005200650073002E0064006C006C00
f![COLOR="#0000FF"]desktop.ini[/COLOR] REG_BINARY 6400650073006B0074006F0070002E0069006E006900
f![COLOR="#0000FF"]desert.jpg[/COLOR] REG_BINARY 4400650073006500720074002E006A0070006700
f![COLOR="#0000FF"]lighthouse.jpg[/COLOR] REG_BINARY 4C00690067006800740068006F007500730065002E006A0070006700
f![COLOR="#0000FF"]tulips.jpg[/COLOR] REG_BINARY 540075006C006900700073002E006A0070006700
f![COLOR="#0000FF"]chrysanthemum.jpg[/COLOR] REG_BINARY 4300680072007900730061006E007400680065006D0075006D002E006A0070006700
f![COLOR="#0000FF"]hydrangeas.jpg [/COLOR] REG_BINARY 480079006400720061006E0067006500610073002E006A0070006700
f![COLOR="#0000FF"]penguins.jpg [/COLOR] REG_BINARY 500065006E006700750069006E0073002E006A0070006700
c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae REG_BINARY
Do you notice how the part in red is the same as the manifest name and the folder name found inside C:\Windows\WinSxS? Everything is linked :)
As you can see in the above contents a bunch of registry keys starting with f!, all these keys represent all the file's that is supposed to live inside the component folder found in C:\Windows\WinSxS. If you open up this component inside WinSxS you should see all the files in blue inside this file.
If we go back to the original file I mentioned:
C:\Windows\winsxs\amd64_microsoft-windows-photosamples_31bf3856ad364e35_6.1.7600.16385_none_f36e0e659b8042be\Hydrangeas.jpg.
How do we know that Hydrangeas.jpg is supposed to be inside WinSxS\amd64_microsoft-windows-photosamples_31bf3856ad364e35_6.1.7600.16385_none_f36e0e659b8042be?
Our manifest file: amd64_microsoft-windows-photosamples_31bf3856ad364e35_6.1.7600.16385_none_f36e0e659b8042be.manifest
Shows:
Code:
<file name="[COLOR="#0000FF"]Hydrangeas.jpg[/COLOR]" destinationPath="$(runtime.public)\Pictures\Sample Pictures\" sourceName="03Photo.jpg" sourcePath=".\" importPath="$(build.nttree)\Samples\" writeableType="systemData">
<securityDescriptor name="#MutableFileDefaultSecurityDescriptor" />
<asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2">
<dsig:Transforms xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">O5L+3ggPmw7JAq/FiDEZG1uMy69nMjUv16i0RdHp8L0=</dsig:DigestValue>
</asmv2:hash>
</file>
The COMPONENTS registry hive: HKLM\COMPONENTS\DerivedData\Components\amd64_microsoft-windows-photosamples_31bf3856ad364e35_6.1.7600.16385_none_f36e0e659b8042be
shows:
Code:
HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData\Components\amd64_microsoft-windows-photosamples_31bf3856ad364e35_6.1.7600.16385_none_f36e0e659b8042be
f![COLOR="#0000FF"]hydrangeas.jpg [/COLOR] REG_BINARY 480079006400720061006E0067006500610073002E006A0070006700
From this information it is safe to say that hydrangeas.jpg is supposed to live inside: WinSxS\amd64_microsoft-windows-photosamples_31bf3856ad364e35_6.1.7600.16385_none_f36e0e659b8042be
Now if we take a look at the manifest which you provided to me earlier (wow64_microsoft-windows-photosamples_31bf3856ad364e35_6.1.7600.16385_none_fdc2b8b7cfe104b9.manifest)
Code:
<?xml version="1.0" encoding="UTF-8"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0" copyright="Copyright (c) Microsoft Corporation. All Rights Reserved.">
<assemblyIdentity name="Microsoft-Windows-PhotoSamples" version="6.1.7600.16385" processorArchitecture="wow64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" />
<dependency discoverable="no" resourceType="Resources">
<dependentAssembly>
<assemblyIdentity name="Microsoft-Windows-PhotoSamples.Resources" version="6.1.7600.16385" processorArchitecture="x86" language="*" buildType="release" publicKeyToken="31bf3856ad364e35" />
</dependentAssembly>
</dependency>
<file name="[COLOR="#0000FF"]SampleRes.dll[/COLOR]" destinationPath="$(runtime.system32)\" sourceName="SampleRes.dll" sourcePath=".\" importPath="$(build.nttree)\">
<securityDescriptor name="WRP_FILE_DEFAULT_SDDL" />
<asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2">
<dsig:Transforms xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">e9B3Vo7O8OFLpeFtvQi+ezX2VoxDJvyPxYrt7H1lpfI=</dsig:DigestValue>
</asmv2:hash>
</file>
<trustInfo>
<security>
<accessControl>
<securityDescriptorDefinitions>
<securityDescriptorDefinition name="#DefaultAdminSd" sddl="O:BAG:SYD:(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;BU)" operationHint="replace" />
<securityDescriptorDefinition name="WRP_FILE_DEFAULT_SDDL" sddl="O:S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464G:S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464D:P(A;;FA;;;S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464)(A;;GRGX;;;BA)(A;;GRGX;;;SY)(A;;GRGX;;;BU)S:(AU;FASA;0x000D0116;;;WD)" operationHint="replace" description="Default SDDL for Windows Resource Protected file" />
</securityDescriptorDefinitions>
</accessControl>
</security>
</trustInfo>
<localization>
<resources culture="en-US">
<stringTable>
<string id="description1" value="Photo Samples" />
<string id="displayName0" value="Photo Samples" />
</stringTable>
</resources>
</localization>
</assembly>
The only file that is supposed to be inside wow64_microsoft-windows-photosamples_31bf3856ad364e35_6.1.7600.16385_none_fdc2b8b7cfe104b9 is SampleRes.dll. If any of the following files were supposed to be inside this component folder, you would see the file name and attributes inside this manifest file.
CORRUPT: C:\Windows\winsxs\wow64_microsoft-windows-photosamples_31bf3856ad364e35_6.1.7600.16385_none_fdc2b8b7cfe104b9\Koala.jpg
CORRUPT: C:\Windows\winsxs\wow64_microsoft-windows-photosamples_31bf3856ad364e35_6.1.7600.16385_none_fdc2b8b7cfe104b9\Jellyfish.jpg
CORRUPT: C:\Windows\winsxs\wow64_microsoft-windows-photosamples_31bf3856ad364e35_6.1.7600.16385_none_fdc2b8b7cfe104b9\desktop.ini
CORRUPT: C:\Windows\winsxs\wow64_microsoft-windows-photosamples_31bf3856ad364e35_6.1.7600.16385_none_fdc2b8b7cfe104b9\Desert.jpg
CORRUPT: C:\Windows\winsxs\wow64_microsoft-windows-photosamples_31bf3856ad364e35_6.1.7600.16385_none_fdc2b8b7cfe104b9\Lighthouse.jpg
CORRUPT: C:\Windows\winsxs\wow64_microsoft-windows-photosamples_31bf3856ad364e35_6.1.7600.16385_none_fdc2b8b7cfe104b9\Tulips.jpg
CORRUPT: C:\Windows\winsxs\wow64_microsoft-windows-photosamples_31bf3856ad364e35_6.1.7600.16385_none_fdc2b8b7cfe104b9\Chrysanthemum.jpg
CORRUPT: C:\Windows\winsxs\wow64_microsoft-windows-photosamples_31bf3856ad364e35_6.1.7600.16385_none_fdc2b8b7cfe104b9\Hydrangeas.jpg
CORRUPT: C:\Windows\winsxs\wow64_microsoft-windows-photosamples_31bf3856ad364e35_6.1.7600.16385_none_fdc2b8b7cfe104b9\Penguins.jpg
To double check we had a look at the registry component:
Code:
HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData\Components\[COLOR="#FF0000"]wow64_microsoft-windows-photosamples_31bf3856ad364e35_6.1.7600.16385_none_fdc2b8b7cfe104b9[/COLOR]
identity REG_BINARY 4D6963726F736F66742D57696E646F77732D50686F746F53616D706C65732C2043756C747572653D6E65757472616C2C2056657273696F6E3D362E312E373630302E31363338352C205075626C69634B6579546F6B656E3D333162663338353661643336346533352C2050726F636573736F724172636869746563747572653D776F7736342C2076657273696F6E53636F70653D4E6F6E537853
S256H REG_BINARY 9F66DD6987783E54935BCE045ED7A06F97E0D99B56FE6213BFE0B82E2BEC0451
f![COLOR="#0000FF"]sampleres.dll[/COLOR] REG_BINARY 530061006D0070006C0065005200650073002E0064006C006C00
Only one file is listed here just like the manifest file. With this information I believe it is safe to say that the above jpg files are not supposed to be inside
wow64_microsoft-windows-photosamples_31bf3856ad364e35_6.1.7600.16385_none_fdc2b8b7cfe104b9.
I hope this helps, let me know if you would like me to elaborate on anything else.
Hope you found this as interesting as I do!
Alex