Hmm, now this is an intriguing one. Looking at the error, it shows that the SURT is hiccuping with a registry key:
Code:
(f) CSI Corrupt Component Keyform 0x00000000 identity amd64_server-help-chm.pmc_lh_31bf3856ad364e35_6,1.7600.16385_none_d1291f85838378a3 identity and keyform do not match; keyform is wrong.
(f) CSI Corrupt Component Keyform 0x00000000 identity amd64_mdmrock5.inf_31bf3856ad364e35_6.1.7600.16385_none_7c186d54cf76c4c6 identity and keyform do not match; keyform is wrong.
(f) CSI Corrupt Component Keyform 0x00000000 identity amd64_server-help-chm.applocker_help_31[COLOR=Red][B]`[/B][/COLOR]f3856ad364e35_6.1.7600.16385_none_cce3123abaed13c3 identity and keyform do not match; keyform is wrong.
The latter of the three is obviously corrupt (bitflip), but when I look at the key name in your components hive, it is named normally:
Code:
amd64_server-help-chm.applocker_help_31bf3856ad364e35_6.1.7600.16385_none_cce3123abaed13c3
Ignoring that one, I decided to look at the other two. The SURT doesn't like the keyform and the identity as apparently, they don't match. So I converted the identity to ASCII (from hex) and compared it to the key name:
amd64_
server-help-chm.pmc_lh_
31bf3856ad364e35_
6.1.7600.16385_none_d1291f85838378a3
Server-Help-CHM.pmc_lh, Culture=neutral, Version=
6.1.7600.16385, PublicKeyToken=
31bf3856ad364e35, ProcessorArchitecture=
amd64, versionScope=NonSxS
They aren't meant to be identical, but all of the identity matches the key name.
I think I need to take a look at what's calling the registry, so see if that's looking in the wrong place.
Could you navigate to the following folder:
C:\Windows\winsxs\Manifests
And copy
all of the following files to your Desktop:
amd64_server-help-chm.pmc_lh_31bf3856ad364e35_6,1.7600.16385_none_d1291f85838378a3
amd64_mdmrock5.inf_31bf3856ad364e35_6.1.7600.16385_none_7c186d54cf76c4c6
amd64_server-help-chm.applocker_help_31
`f3856ad364e35_6.1.7600.16385_none_cce3123abaed13c3 (I'm not sure whether the red character will be an apostrophe or the letter
b - choose whichever is there, or both if that's the case)
Then zip these up and attach it to your next post please
Tom