Windows Update Error 80070002

Hey Richard,

I was fully under the impression that my errors were too complex for it to fix them. Honestly, I ran it more for you to see that the analysis side of it does work (my only evidence of that is the matching number of errors between my last SURT run and the SFCFix 2.0) although I wonder if it isn't just regurgitating the CheckSUR file now that I think about it.

I think the work that you guys do both manually and via automation is extremely impressive. Prior to coming to this forum I had chatted with a few of my more windows savvy friends and the general consensus was to format and reinstall windows. I'm glad I found this forum and you guys who are able to fix (hopefully) the issues without having to reinstall.

I guess to summarize, I never expected your SFCFix 2.0 to fix any of my issues especially without a script file. I was more just curious to see what it spit out in terms of analysis.

Keep on trucking with your programs because they really are spectacular and I'm sure the people fixing the problems (you, Tom, etc.) really appreciate the work you do and the people receiving the fixes are eternally grateful.
 
Thank you :)

Mind if I get a little feedback from you? After all, it is only 2 days old. What is your thought on the text? I'll continue to refine it over the next couple of releases, however, what I particularly want to know is whether you could understand it. OK, it wasn't very helpful because it couldn't do anything for you, but did you feel like you understood what was going on? Did you feel comfortable with using the tool at all times? I know that you're pretty switched on in regards to using a computer, so you will understand things where perhaps others won't, but do you think there was enough of an explanation about what to do next?

And you are quite right actually, it is just spitting out the CheckSUR.log. To re-write SURT would take a very, very long time on my one man team :) So instead, the idea is that SURT is run first, and then this tool reads the log and tries to fix the errors SURT couldn't, much as we do. The whole point about it is that "another SURT" doesn't help anybody. This tool only uses methods which SURT doesn't, including connection to the internet (on user consent) to download Microsoft updates to extract replacement files, registry key details, etc. etc. - and that's how it fixes errors SURT can't, as SURT never connects to the internet (except to send customer feedback if Windows does) - it sources replacements from a payload it carries with it, which is why it is so big (lots of replacement files), and why it keeps getting bigger each update (new Windows Updates). It used to be only 50MB or thereabouts when first released.

And yes, we are one of only a very few forums to offer this service which I know of (Tom helps at a couple of other forums, and I occasionally help at other forums, on request, and there is a Polish speaking forum which runs independently of us). But it's only a drop in the ocean. But I'm busy writing tutorials for a school to train analysts, automation and tutorials for users to follow, etc. etc., and my aim is to get staff trained at as many forums as possible. Achievement has to begin with a dream, and whilst I am likely never to achieve this dream, I can but try - and I can also try to drain the ocean one drip at a time by taking on threads.

Anyway, back on topic, I've been looking over your thread the last couple of days, from when you sent a partial hive export (we can practice the fix on a partial hive export, but Tom has to perform the final fix on the whole hive). The problem is, as I think you've guessed, I'm the main programmer here, but I'm not yet entirely sure your corruption is fixable :(

Basically, you have a corruption in your registry hive such that the standard Windows registry parser cannot understand or do anything with that key. So we cannot use regedit to fix the corruption, we can only edit the raw binary of the registry hive. The problem is, "it's quite difficult" is a bit of an understatement! Realistically, we need tools to help us, but the problem is, we don't yet have a tool capable of fixing your exact corruption - so I've been looking into the possibility of modifiying another of my tools so that it can. But....I must warn you, there is no guarantee I can get it to work. All I can promise is that I'll give it my best shot.

Richard
 
Richard,

The text itself reads well, it makes a valiant attempt to "dumb down" the complicated process that is actually about to happen. I wouldn't call myself switched on however I am probably the most well versed here in our small office of 19, and in my immediate group of friends (but that still doesn't say much).

I was comfortable using the tool at all times however I already had an idea of what was going on prior to running it in the first place. I would hope that anyone running this program is either being coached through the process by a competent programmer such as yourself, or is at least as tech savvy as I am (again my skills are not that hard to acquire).

I also feel the program gets across the point quite well that you need to contact someone who understands how to read and troubleshoot the appropriate log files. It also outlines what you should do with the log file clearly enough.

I think that the program does exactly what you've intended it to do and it generally appears user-friendly (in the context it was supposed to).


On the topic of my corruption, would bad RAM cause such a corruption? The computer itself was refurbished and had windows 7 pro installed on it in May of this year. I was having some BSOD's from basically day one but kept finding drivers that required updating so I just kept trucking through them. Once I was convinced that it was no longer a driver issue (I had gone through each device and checked for the most up to date version one by one) I checked the ram. Found out that 1 of the sticks in my system were bad and changed it. Basically have had windows update issues ever since.
 
Thank you very much for taking the time to provide that review. It is greatly appreciated.

The type of corruption that you have is only likely to be caused by bad RAM. It *could* be another sort of hardware failure, such as CPU, but it's statistically much less likely. However, since we know that you had RAM failure, we can put it down with near certainty to that. This does not have a software cause, but a hardware cause. And failure of different bits of hardware gives different corruption patterns. This pattern matches RAM, potentially CPU, maybe even motherboard (if instructions are being corrupted to and from the CPU). It does not look like hard drive failure. However, for my Windows Update team (you would have to ask one of the hardware guys to get a better idea), the two most common failures are RAM and HDD. I get incredibly few CPU failures here. But quite a lot of RAM failure threads. Hence why I usually attribute this pattern to RAM even when there isn't evidence like yours that it was the RAM.

Either way, corruption caused by hardware failure is one of the hardest to solve. When software goes wrong, it might put the wrong value somewhere, or it might delete something, but it can't do much more. If it tries to do something which will break Windows, it will be stopped. But when hardware goes, anything can happen, including corrupting stuff in ways which Windows just can't cope with - so it's much harder to fix as any normal tools just can't deal with it. And as I've already said, this RAM corruption has by fluke created a really, really bad corruption which neither the standard, nor the special one we use, can deal with. So I'm seeing if I can create a patch to make it cope.

Richard
 
Thanks Richard,

I didn't realize faulty RAM could cause this type of corruption. I think of a computer like a car where the hardware (engine, spark plugs etc) and the actual programming in the computer are separate in the sense that when you have a hardware failure you replace the part and everything goes back to working like normal. Apparently that thought process is incorrect.

I'm glad that you and Tom are on the case and hopefully between the two of you the issues can be corrected. If not that's fine as well.

One thing I think I forgot to mention in the beginning is I actually attempted an in-place upgrade however everytime I started the install I would get an error that the install could not transfer the files (or some mumbo jumbo like that) and it would exit. So if you guys are unable to fix the issue I think the only solution will be to format and start over (but my fingers are crossed and I have faith in your (plural) programming capabilities).
 
Thanks Richard,

I didn't realize faulty RAM could cause this type of corruption. I think of a computer like a car where the hardware (engine, spark plugs etc) and the actual programming in the computer are separate in the sense that when you have a hardware failure you replace the part and everything goes back to working like normal. Apparently that thought process is incorrect.

I'm glad that you and Tom are on the case and hopefully between the two of you the issues can be corrected. If not that's fine as well.

One thing I think I forgot to mention in the beginning is I actually attempted an in-place upgrade however everytime I started the install I would get an error that the install could not transfer the files (or some mumbo jumbo like that) and it would exit. So if you guys are unable to fix the issue I think the only solution will be to format and start over (but my fingers are crossed and I have faith in your (plural) programming capabilities).

Firstly, about the Repair Install. Did you attempt that before or after you diagnosed and replaced the faulty RAM? If before, failure is somewhat not unexpected. If after, and if we fix all but the one corruption we can't fix, you should try again - it is possible that we can get this computer into a good enough working order to allow the Repair Install to succeed, even if we can't completely fix Windows Update. Be aware that the chance of this is minimal, however.

Back on the topic of how hardware failure causes this sort of corruption, that is a very reasonable assumption to make. However, it sadly doesn't work like that for some computer components (for graphics card, network card, sound card, PSU (provided it doesn't damage other hardware as it fails - a good reason not to skimp on PSUs as good ones are far, far less likely to go wrong in the first place, or destroy the rest of the system as they fail in the latter case).

First let's consider the really simple case of the hard disk drive (HDD). HDD starts to fail. You notice once 10 files have become corrupt. You copy all of the files from your old HDD onto a new one. On this new one, no more files will become corrupt, but those 10 files are still corrupt. This case is pretty obvious.

So what about RAM? This case is much less obvious, as RAM is what we call volatile. That means that all data is lost from it when it loses power, i.e. every time you turn the computer off. So in theory, any corruption of the RAM gets fixed when you restart a computer as the RAM contents is completely emptied, and re-generated (presumably non-corrupt) every restart. But things are not so simple....

HDD access, as you probably know, is very, very slow. As a general rule, the closer to the processor a piece of cache or storage is, the faster it is, but the less of it there can be. So you might get processor core registers, then processor core cache, then entire processor cache, then RAM, then HDD. Therefore, if you are going to do lots of work on a file, it would be very slow to work on it on the HDD, but it won't fit in processor cache (which is probably only a couple of MB), so it goes into RAM. So, a file to be processed in read into RAM. The processor works on it, then it's saved back to the HDD. Therefore, any corruption that is aquired from the bad RAM ends up getting saved back to the HDD. And so the corruption lives on.

This is why the corruption occurs in the registry. A system file is read into RAM, but is not modified (except in the very rare instance of being updated). Therefore, it is never saved back to the HDD. Therefore any RAM corruption is not saved back to the HDD. But with the registry, the very core idea behind the registry is that it is editable. So it is regularly written back to the HDD. So RAM corruption lives on here.

You've probably got quite a nice new insight into some computer topics as a result of this discussion! Now let's see if I can fix anything for you.

Richard

P.S. I'm quite busy today as I've just got my AS Level exam results back, and lots of relatives keep phoning me to find out how I've done!
 
I'm not sure if I attempted it before I discovered the faulty RAM but I have definately tried it after I replaced it. I tried a couple times right around the RAM change.

Hopefully you guys can get it to a point that the repair install will work.

And yes new insight, unfortunately it doesn't necessarily help me learn how to fix it. haha. I can now wow my friends with my knowledge of the inner workings of computers however I cannot help them with their problems.

Hopefully you did well on you AS exams.
 
No problem :)

We've actually come up with a possible method to fix your corruption. No guarantees as we have yet to try it (today is not the day to try something complex like this!), but it looks promising.

Richard

P.S. Thank you very much. :) I got averages of 96% in Chemistry, 97% in double maths, and 99% in Physics, but it's a bit of a hollow victory as I got two low scores in there (89% and 90%), but mainly because it's not for the uni course I'm truly passionate about. Still, it should get me something somewhere and that's all that really matters, I guess!
 
No problem :)

We've actually come up with a possible method to fix your corruption. No guarantees as we have yet to try it (today is not the day to try something complex like this!), but it looks promising.

That sounds awesome. Hopefully it works, and if not hopefully it doesn't make matters worse.

P.S. Thank you very much. :) I got averages of 96% in Chemistry, 97% in double maths, and 99% in Physics, but it's a bit of a hollow victory as I got two low scores in there (89% and 90%), but mainly because it's not for the uni course I'm truly passionate about. Still, it should get me something somewhere and that's all that really matters, I guess!
Sounds like you've got a brain for engineering. And 89 and 90% are not low scores, and they were probably in the writing portion and maybe biology(or history) and those classes don't matter anyways.
 
Hey Tom and Richard,

I understand that my problem is extremely complex and probably is not able to be fixed (I know you said you were going to continue to work towards a solution). However I fear with how busy you are with banging out the other issues in other threads (Kudos by the way you guys are rocking it out) that you will not be able to spend any of your "free" time on my issue.

Is there a way we could get my computer to the point of an in-place upgrade. Currently it gives me "Windows Cannot copy files required for installation. The files may be corrupt or missing. Make sure all files required for installation are available, and restart the installation. Error code: 0x80070241" when I try an in-place upgrade.

Thanks guys,
 
Hi Jared,

I'm so, so sorry! We had a large influx of people recently and it hit us quite hard as there's not many of us, so a lot of threads have been delayed and some forgotten. We're slowly getting back on top of things now and it's relatively calm at the moment - I no longer have to spend 6 hours straight rolling out fixes for people :p

I've had no luck with your hive, and I expect Richard is the same, so a repair install sounds like the only way forward I'm afraid. Let's see what SFC can do to get you to a state where you can do the repair install:

SFC Scan

  1. Click on the Start
    Start%20Orb.jpg
    button and in the search box, type Command Prompt
  2. When you see Command Prompt on the list, right-click on it and select Run as administrator
  3. When command prompt opens, copy and paste the following commands into it, press enter after each

    sfc /scannow

    Wait for this to finish before you continue

    copy %windir%\logs\cbs\cbs.log %userprofile%\Desktop\cbs.txt

  4. This will create a file, cbs.txt on your Desktop. Please attach this to your next post.

Tom
 
Woooo, I've done it! :D :D

I will PM you the download link to your new SOFTWARE hive, then you will need to do the following:

  1. Rename the file to tom982 and move it to C:\Windows\system32\config\
  2. Reboot to the recovery environment and launch a command prompt window by following this tutorial:

    How to use the Windows 7 System Recovery Environment Command Prompt

  3. Establish what the drive letter of your Windows installation is (it changes from what it normally is when in the RE) by typing out these commands:

    dir C:\
    dir D:\
    dir E:\


    And so on, until you see one list folders like Users and Windows.

  4. When you know what the drive letter is enter the following commands, pressing enter after each. I will use C:\ in the example here, but change your commands accordingly, to whatever drive letter yours is

    ren C:\Windows\system32\config\software software.bak
    ren C:\Windows\system32\config\tom982 software


  5. Then reboot your computer.
  6. When it boots, run the System Update Readiness Tool again and post the log please:

    C:\Windows\Logs\CBS\CheckSUR.persist.log

Tom

Edit:
@Staff Members, I will explain how I fixed this hive shortly! Tomorrow at the latest :)
 
Last edited:
Before I do this step.

Do I extract the zip file I downloaded first? I'm assuming yes
 
Looking good so far

Code:
=================================
Checking System Update Readiness.
Binary Version 6.1.7601.21645
Package Version 18.0
2013-05-14 09:55

Checking Windows Servicing Packages

Checking Package Manifests and Catalogs
(f)    CBS MUM Corrupt    0x00000000    servicing\Packages\Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum        Expected file name Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~neutral~~10.2.9200.16437.mum does not match the actual file name
(f)    CBS MUM Corrupt    0x00000000    servicing\Packages\Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum        Expected file name Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~neutral~~10.2.9200.16437.mum does not match the actual file name
(f)    CBS MUM Corrupt    0x800F0900    servicing\Packages\Win8IP-Microsoft-Windows-DownlevelApisets-Windows-WinIP-Package~31bf3856ad364e35~amd64~cs-CZ~7.1.7601.16492.mum        Line 1:  version=".0" encÉding="uôf-8" stgndalone="yes"?>)
<assemBly xm

Checking Package Watchlist

Checking Component Watchlist

Checking Packages

Checking Component Store

=================================
Checking System Update Readiness.
Binary Version 6.1.7601.21645
Package Version 19.0
2013-07-22 08:19

Checking Windows Servicing Packages

Checking Package Manifests and Catalogs
(f)    CBS MUM Corrupt    0x00000000    servicing\Packages\Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum        Expected file name Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~neutral~~10.2.9200.16437.mum does not match the actual file name
(f)    CBS MUM Corrupt    0x00000000    servicing\Packages\Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum        Expected file name Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~neutral~~10.2.9200.16437.mum does not match the actual file name

Checking Package Watchlist
(f)    CBS Watchlist Package Missing    0x80070002    Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~0.0.0.0    Package_3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Package Missing    0x80070002    Microsoft-Windows-ServerCore-Package~31bf3856ad364e35~amd64~~0.0.0.0    Package_3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist

Checking Component Watchlist
(f)    CBS Watchlist contains unexpected data    0x00000000    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_7e33f54feaffc8dd    Package_2_for_KB2659262~31bf3856ad364e31~amd64~^6.1.1.2.Trigger_2    
(f)    CBS Watchlist contains unexpected data    0x00000000    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_7e33f54feaffc8dd    Package_3_for_K@2659262~31bf3856ad364e35~amd64~|6.1.1.2.2659262/14_neutral_LDR    
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_7e33f54feaffc8dd    Package[3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_7e33f54feaffc8dd    Package_3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_801a6ce9e8261576    Package_3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_801a6ce9e8261576    Package]3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_801a6ce9e8261576    Package_3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_c5e12c26ff7bf1e3    Package_2_for_KB2659262~31bf3856ad364e3~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_c5e12c26ff7bf1e3    Package[2_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist contains unexpected data    0x00000000    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_c5e12c26ff7bf1e3    Package_3_for_KB2659262~31bf3852ad364e35~amd64~~6.1.1.2Trigger_2    
(f)    CBS Watchlist contains unexpected data    0x00000000    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_c7c7a3c0fca23e7c    Package_2_for_KB2659262|31bf385ad364e3~amd64~~6.1.1.2.2659262-7_neutral_GDR    
(f)    CBS Watchlist contains unexpected data    0x00000000    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_c7c7a3c0fca23e7c    Package]3_for_KB2659262~31bf385ad364e3~amd64~~6.1.1.2Trigger_1    

Checking Packages
(f)    CBS Registry Error    0x00000002    Package_3_for_KB2659262^31bf3856ad364e35~amd64~~6.1.1.2    Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\    Failed to open store sub key

Checking Component Store
(f)    CSI Manifest Missing    0x00000002    amd64_9a795516b022f3d43c802fb99f9d66da_b03f5f7f11d50a3a_6.1.7601.17750_none_760d48084d9d1850.manifest    amd64_9a795516b022f3d43c802fb99f9d66da_b03f5f7f11d50a3a_6.1.7601.17750_none_760d48084d9d1850    
(fix)    CSI Manifest Missing    CSI File Replaced    File: amd64_9a795516b022f3d43c802fb99f9d66da_b03f5f7f11d50a3a_6.1.7601.17750_none_760d48084d9d1850.manifest From: C:\Windows\CheckSur\v1.0\windows6.1-servicing-x64-2jan13.cab
(f)    CSI Manifest Missing    0x00000002    msil_dfsvc_b03f5f7f11d50a3a_6.1.7600.16385_none_3a54952b454a8916.manifest    msil_dfsvc_b03f5f7f11d50a3a_6.1.7600.16385_none_3a54952b454a8916    
(fix)    CSI Manifest Missing    CSI File Replaced    File: msil_dfsvc_b03f5f7f11d50a3a_6.1.7600.16385_none_3a54952b454a8916.manifest From: C:\Windows\CheckSur\v1.0\windows6.1-rtm-client-neutral-amd64.cab
(f)    CSI Manifest Missing    0x00000002    msil_datasvcutil.resources_b77a5c561934e089_6.1.7600.16385_en-us_d3d1b9e1b06af0b6.manifest    msil_datasvcutil.resources_b77a5c561934e089_6.1.7600.16385_en-us_d3d1b9e1b06af0b6    
(fix)    CSI Manifest Missing    CSI File Replaced    File: msil_datasvcutil.resources_b77a5c561934e089_6.1.7600.16385_en-us_d3d1b9e1b06af0b6.manifest From: C:\Windows\CheckSur\v1.0\windows6.1-7601-x64-clientcab4.cab
(f)    CSI Missing Identity    0x00000000    identity    amd64_microsoft-windows-a..ence-mitigations-c4_31bf3856ad364e35_6.1.7601.18076_none_6a0c3f3d09184445    
(fix)    CSI Missing Identity    CSI Registry Item Repaired    amd64_microsoft-windows-a..ence-mitigations-c4_31bf3856ad364e35_6.1.7601.18076_none_6a0c3f3d09184445
(f)    CSI F Mark Missing    0x00000002    f!acspecfc.dll    amd64_microsoft-windows-a..ence-mitigations-c4_31bf3856ad364e35_6.1.7601.18076_none_6a0c3f3d09184445    
(fix)    CSI F Mark Missing    CSI Registry Item Repaired    Wrote amd64_microsoft-windows-a..ence-mitigations-c4_31bf3856ad364e35_6.1.7601.18076_none_6a0c3f3d09184445\f!acspecfc.dll: acspecfc.dll
(f)    CSI Missing Identity    0x00000000    identity    x86_microsoft-windows-a..ence-mitigations-c4_31bf3856ad364e35_6.1.7601.18076_none_0deda3b950bad30f    
(fix)    CSI Missing Identity    CSI Registry Item Repaired    x86_microsoft-windows-a..ence-mitigations-c4_31bf3856ad364e35_6.1.7601.18076_none_0deda3b950bad30f
(f)    CSI F Mark Missing    0x00000002    f!acspecfc.dll    x86_microsoft-windows-a..ence-mitigations-c4_31bf3856ad364e35_6.1.7601.18076_none_0deda3b950bad30f    
(fix)    CSI F Mark Missing    CSI Registry Item Repaired    Wrote x86_microsoft-windows-a..ence-mitigations-c4_31bf3856ad364e35_6.1.7601.18076_none_0deda3b950bad30f\f!acspecfc.dll: AcSpecfc.dll
(f)    CSI Missing Identity    0x00000000    identity    x86_microsoft-windows-a..ence-mitigations-c4_31bf3856ad364e35_6.1.7601.22248_none_0e99b2c269be4edb    
(fix)    CSI Missing Identity    CSI Registry Item Repaired    x86_microsoft-windows-a..ence-mitigations-c4_31bf3856ad364e35_6.1.7601.22248_none_0e99b2c269be4edb
(f)    CSI Manifest Missing    0x00000002    x86_microsoft-windows-autofmt_31bf3856ad364e35_6.1.7600.16385_none_e5ca93012081ad49.manifest    x86_microsoft-windows-autofmt_31bf3856ad364e35_6.1.7600.16385_none_e5ca93012081ad49    
(fix)    CSI Manifest Missing    CSI File Replaced    File: x86_microsoft-windows-autofmt_31bf3856ad364e35_6.1.7600.16385_none_e5ca93012081ad49.manifest From: C:\Windows\CheckSur\v1.0\windows6.1-rtm-client-neutral-amd64.cab
(f)    CSI Manifest Missing    0x00000002    x86_microsoft-windows-autoplay_31bf3856ad364e35_6.1.7600.16385_none_a678d1d74f106d8c.manifest    x86_microsoft-windows-autoplay_31bf3856ad364e35_6.1.7600.16385_none_a678d1d74f106d8c    
(fix)    CSI Manifest Missing    CSI File Replaced    File: x86_microsoft-windows-autoplay_31bf3856ad364e35_6.1.7600.16385_none_a678d1d74f106d8c.manifest From: C:\Windows\CheckSur\v1.0\windows6.1-rtm-client-neutral-amd64.cab
(f)    CSI Missing Identity    0x00000000    identity    amd64_ad88e2c2910322621aca947478162613_b77a5c561934e089_6.1.7601.22110_none_7126631607af50f6    
(fix)    CSI Missing Identity    CSI Registry Item Repaired    amd64_ad88e2c2910322621aca947478162613_b77a5c561934e089_6.1.7601.22110_none_7126631607af50f6
(f)    CSI Missing Identity    0x00000000    identity    msil_system_b77a5c561934e089_6.1.7601.22110_none_981edef432427a49    
(fix)    CSI Missing Identity    CSI Registry Item Repaired    msil_system_b77a5c561934e089_6.1.7601.22110_none_981edef432427a49
(f)    CSI F Mark Missing    0x00000002    f!sorttbls.nlp    amd64_mscorlib_b77a5c561934e089_6.1.7601.17755_none_54699490697f2191    
(fix)    CSI F Mark Missing    CSI Registry Item Repaired    Wrote amd64_mscorlib_b77a5c561934e089_6.1.7601.17755_none_54699490697f2191\f!sorttbls.nlp: sorttbls.nlp
(f)    CSI F Mark Missing    0x00000002    f!normnfkc.nlp    amd64_mscorlib_b77a5c561934e089_6.1.7601.17755_none_54699490697f2191    
(fix)    CSI F Mark Missing    CSI Registry Item Repaired    Wrote amd64_mscorlib_b77a5c561934e089_6.1.7601.17755_none_54699490697f2191\f!normnfkc.nlp: normnfkc.nlp
(f)    CSI F Mark Missing    0x00000002    f!normnfkd.nlp    amd64_mscorlib_b77a5c561934e089_6.1.7601.17755_none_54699490697f2191    
(fix)    CSI F Mark Missing    CSI Registry Item Repaired    Wrote amd64_mscorlib_b77a5c561934e089_6.1.7601.17755_none_54699490697f2191\f!normnfkd.nlp: normnfkd.nlp
(f)    CSI F Mark Missing    0x00000002    f!normidna.nlp    amd64_mscorlib_b77a5c561934e089_6.1.7601.17755_none_54699490697f2191    
(fix)    CSI F Mark Missing    CSI Registry Item Repaired    Wrote amd64_mscorlib_b77a5c561934e089_6.1.7601.17755_none_54699490697f2191\f!normidna.nlp: normidna.nlp
(f)    CSI F Mark Missing    0x00000002    f!xjis.nlp    amd64_mscorlib_b77a5c561934e089_6.1.7601.17755_none_54699490697f2191    
(fix)    CSI F Mark Missing    CSI Registry Item Repaired    Wrote amd64_mscorlib_b77a5c561934e089_6.1.7601.17755_none_54699490697f2191\f!xjis.nlp: xjis.nlp
(f)    CSI F Mark Missing    0x00000002    f!prc.nlp    amd64_mscorlib_b77a5c561934e089_6.1.7601.17755_none_54699490697f2191    
(fix)    CSI F Mark Missing    CSI Registry Item Repaired    Wrote amd64_mscorlib_b77a5c561934e089_6.1.7601.17755_none_54699490697f2191\f!prc.nlp: prc.nlp
(f)    CSI F Mark Missing    0x00000002    f!prcp.nlp    amd64_mscorlib_b77a5c561934e089_6.1.7601.17755_none_54699490697f2191    
(fix)    CSI F Mark Missing    CSI Registry Item Repaired    Wrote amd64_mscorlib_b77a5c561934e089_6.1.7601.17755_none_54699490697f2191\f!prcp.nlp: prcp.nlp
(f)    CSI F Mark Missing    0x00000002    f!ksc.nlp    amd64_mscorlib_b77a5c561934e089_6.1.7601.17755_none_54699490697f2191    
(fix)    CSI F Mark Missing    CSI Registry Item Repaired    Wrote amd64_mscorlib_b77a5c561934e089_6.1.7601.17755_none_54699490697f2191\f!ksc.nlp: ksc.nlp
(f)    CSI F Mark Missing    0x00000002    f!sortkey.nlp    amd64_mscorlib_b77a5c561934e089_6.1.7601.17755_none_54699490697f2191    
(fix)    CSI F Mark Missing    CSI Registry Item Repaired    Wrote amd64_mscorlib_b77a5c561934e089_6.1.7601.17755_none_54699490697f2191\f!sortkey.nlp: sortkey.nlp
(f)    CSI Manifest Missing    0x00000002    msil_edmgen_b77a5c561934e089_6.1.7600.16385_none_cbae662f151eb383.manifest    msil_edmgen_b77a5c561934e089_6.1.7600.16385_none_cbae662f151eb383    
(fix)    CSI Manifest Missing    CSI File Replaced    File: msil_edmgen_b77a5c561934e089_6.1.7600.16385_none_cbae662f151eb383.manifest From: C:\Windows\CheckSur\v1.0\windows6.1-rtm-client-neutral-amd64.cab
(f)    CSI Manifest Missing    0x00000002    msil_datasvcutil_b77a5c561934e089_6.1.7600.16385_none_cdab3163bdc768ad.manifest    msil_datasvcutil_b77a5c561934e089_6.1.7600.16385_none_cdab3163bdc768ad    
(fix)    CSI Manifest Missing    CSI File Replaced    File: msil_datasvcutil_b77a5c561934e089_6.1.7600.16385_none_cdab3163bdc768ad.manifest From: C:\Windows\CheckSur\v1.0\windows6.1-rtm-client-neutral-amd64.cab
(f)    CSI Payload File Missing    0x00000000    rdrmemptylst.exe    amd64_microsoft-windows-t..instationextensions_31bf3856ad364e35_6.1.7601.17828_none_f83075d781b149cb    
(f)    CSI Manifest Missing    0x00000002    amd64_72f2134b925e245ed637cd8d90f06d49_b03f5f7f11d50a3a_6.1.7601.21884_none_c7c49fe55ca4201a.manifest    amd64_72f2134b925e245ed637cd8d90f06d49_b03f5f7f11d50a3a_6.1.7601.21884_none_c7c49fe55ca4201a    
(fix)    CSI Manifest Missing    CSI File Replaced    File: amd64_72f2134b925e245ed637cd8d90f06d49_b03f5f7f11d50a3a_6.1.7601.21884_none_c7c49fe55ca4201a.manifest From: C:\Windows\CheckSur\v1.0\windows6.1-servicing-x64-2jan13.cab
(f)    CSI Manifest Missing    0x00000002    amd64_3b10196a376859ab02aad6210680e017_b03f5f7f11d50a3a_6.1.7601.17750_none_8036db0c5514cf94.manifest    amd64_3b10196a376859ab02aad6210680e017_b03f5f7f11d50a3a_6.1.7601.17750_none_8036db0c5514cf94    
(fix)    CSI Manifest Missing    CSI File Replaced    File: amd64_3b10196a376859ab02aad6210680e017_b03f5f7f11d50a3a_6.1.7601.17750_none_8036db0c5514cf94.manifest From: C:\Windows\CheckSur\v1.0\windows6.1-servicing-x64-2jan13.cab
(f)    CSI Manifest Missing    0x00000002    x86_microsoft-windows-autoplay.resources_31bf3856ad364e35_6.1.7600.16385_en-us_966fdd8e8dce3b49.manifest    x86_microsoft-windows-autoplay.resources_31bf3856ad364e35_6.1.7600.16385_en-us_966fdd8e8dce3b49    
(fix)    CSI Manifest Missing    CSI File Replaced    File: x86_microsoft-windows-autoplay.resources_31bf3856ad364e35_6.1.7600.16385_en-us_966fdd8e8dce3b49.manifest From: C:\Windows\CheckSur\v1.0\windows6.1-7601-x64-clientcab4.cab
(f)    CSI Manifest Missing    0x00000002    x86_microsoft-windows-azman.resources_31bf3856ad364e35_6.1.7600.16385_en-us_118be04ccbb88709.manifest    x86_microsoft-windows-azman.resources_31bf3856ad364e35_6.1.7600.16385_en-us_118be04ccbb88709    
(fix)    CSI Manifest Missing    CSI File Replaced    File: x86_microsoft-windows-azman.resources_31bf3856ad364e35_6.1.7600.16385_en-us_118be04ccbb88709.manifest From: C:\Windows\CheckSur\v1.0\windows6.1-7601-x64-clientcab4.cab
(f)    CSI Manifest Missing    0x00000002    amd64_7f6475a4468cbb6ccd8100a11d833026_b03f5f7f11d50a3a_6.1.7601.21884_none_52ec8e6c22373b64.manifest    amd64_7f6475a4468cbb6ccd8100a11d833026_b03f5f7f11d50a3a_6.1.7601.21884_none_52ec8e6c22373b64    
(fix)    CSI Manifest Missing    CSI File Replaced    File: amd64_7f6475a4468cbb6ccd8100a11d833026_b03f5f7f11d50a3a_6.1.7601.21884_none_52ec8e6c22373b64.manifest From: C:\Windows\CheckSur\v1.0\windows6.1-servicing-x64-2jan13.cab
(f)    CSI Missing C Mark    0x00000000    c!ad88e2c2910..47478162613_b77a5c561934e089_6.1.7601.22110_7126631607af50f6    amd64_ad88e2c2910322621aca947478162613_b77a5c561934e089_6.1.7601.22110_none_7126631607af50f6    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!ad88e2c2910..47478162613_b77a5c561934e089_6.1.7601.22110_7126631607af50f6 successfully added to amd64_ad88e2c2910322621aca947478162613_b77a5c561934e089_6.1.7601.22110_none_7126631607af50f6
(f)    CSI Payload File Missing    0x00000000    rdrmemptylst.exe    amd64_microsoft-windows-t..instationextensions_31bf3856ad364e35_6.1.7600.17009_none_f6608f2f8479f56f    
(f)    CSI Payload File Missing    0x00000000    snmp.exe    wow64_microsoft-windows-snmp-agent-service_31bf3856ad364e35_6.1.7600.16385_none_5d7e7d60a654a16e    
(f)    CSI Payload File Missing    0x00000000    SOS.dll    amd64_netfx-sos_dll_b03f5f7f11d50a3a_6.1.7600.21183_none_89fc5fabbc4fd0a1    
(f)    CSI F Mark Missing    0x00000002    f!acspecfc.dll    amd64_microsoft-windows-a..ence-mitigations-c4_31bf3856ad364e35_6.1.7601.22248_none_6ab84e46221bc011    
(fix)    CSI F Mark Missing    CSI Registry Item Repaired    Wrote amd64_microsoft-windows-a..ence-mitigations-c4_31bf3856ad364e35_6.1.7601.22248_none_6ab84e46221bc011\f!acspecfc.dll: acspecfc.dll
(f)    CSI F Mark Value Wrong    0x0000000D    f!netcorehc.dll    x86_microsoft-windows-netcorehelperclasses_31bf3856ad364e35_6.1.7601.22124_none_e4ae547bf4e9bc90    
(fix)    CSI F Mark Value Wrong    CSI Registry Item Repaired    Wrote x86_microsoft-windows-netcorehelperclasses_31bf3856ad364e35_6.1.7601.22124_none_e4ae547bf4e9bc90\f!netcorehc.dll: netcorehc.dll
(f)    CSI Payload File Missing    0x00000000    kdusb.dll    amd64_microsoft-windows-b..buggertransport-usb_31bf3856ad364e35_6.1.7600.20897_none_f9f3704d3d5c517f    
(f)    CSI Missing C Mark    0x00000000    c!cbf079ef412..298de225bd6_31bf3856ad364e35_6.1.7601.18076_7dda3d0143d1014f    amd64_microsoft-windows-a..ence-mitigations-c4_31bf3856ad364e35_6.1.7601.18076_none_6a0c3f3d09184445    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!cbf079ef412..298de225bd6_31bf3856ad364e35_6.1.7601.18076_7dda3d0143d1014f successfully added to amd64_microsoft-windows-a..ence-mitigations-c4_31bf3856ad364e35_6.1.7601.18076_none_6a0c3f3d09184445
(f)    CSI F Mark Missing    0x00000002    f!system.dll    msil_system_b77a5c561934e089_6.1.7601.22110_none_981edef432427a49    
(fix)    CSI F Mark Missing    CSI Registry Item Repaired    Wrote msil_system_b77a5c561934e089_6.1.7601.22110_none_981edef432427a49\f!system.dll: System.dll
(f)    CSI Missing C Mark    0x00000000    c!ad88e2c2910..47478162613_b77a5c561934e089_6.1.7601.22110_7126631607af50f6    msil_system_b77a5c561934e089_6.1.7601.22110_none_981edef432427a49    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!ad88e2c2910..47478162613_b77a5c561934e089_6.1.7601.22110_7126631607af50f6 successfully added to msil_system_b77a5c561934e089_6.1.7601.22110_none_981edef432427a49
(f)    CSI Payload File Missing    0x00000000    kdusb.dll    amd64_microsoft-windows-b..buggertransport-usb_31bf3856ad364e35_6.1.7600.16757_none_f9951332241e41f1    
(f)    CSI Missing C Mark    0x00000000    c!cbf079ef412..298de225bd6_31bf3856ad364e35_6.1.7601.18076_7dda3d0143d1014f    x86_microsoft-windows-a..ence-mitigations-c4_31bf3856ad364e35_6.1.7601.18076_none_0deda3b950bad30f    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!cbf079ef412..298de225bd6_31bf3856ad364e35_6.1.7601.18076_7dda3d0143d1014f successfully added to x86_microsoft-windows-a..ence-mitigations-c4_31bf3856ad364e35_6.1.7601.18076_none_0deda3b950bad30f
(f)    CSI F Mark Missing    0x00000002    f!normnfkd.nlp    amd64_mscorlib_b77a5c561934e089_6.1.7601.21890_none_3da060e0832266ce    
(fix)    CSI F Mark Missing    CSI Registry Item Repaired    Wrote amd64_mscorlib_b77a5c561934e089_6.1.7601.21890_none_3da060e0832266ce\f!normnfkd.nlp: normnfkd.nlp
(f)    CSI F Mark Missing    0x00000002    f!normidna.nlp    amd64_mscorlib_b77a5c561934e089_6.1.7601.21890_none_3da060e0832266ce    
(fix)    CSI F Mark Missing    CSI Registry Item Repaired    Wrote amd64_mscorlib_b77a5c561934e089_6.1.7601.21890_none_3da060e0832266ce\f!normidna.nlp: normidna.nlp
(f)    CSI F Mark Missing    0x00000002    f!prc.nlp    amd64_mscorlib_b77a5c561934e089_6.1.7601.21890_none_3da060e0832266ce    
(fix)    CSI F Mark Missing    CSI Registry Item Repaired    Wrote amd64_mscorlib_b77a5c561934e089_6.1.7601.21890_none_3da060e0832266ce\f!prc.nlp: prc.nlp
(f)    CSI F Mark Missing    0x00000002    f!prcp.nlp    amd64_mscorlib_b77a5c561934e089_6.1.7601.21890_none_3da060e0832266ce    
(fix)    CSI F Mark Missing    CSI Registry Item Repaired    Wrote amd64_mscorlib_b77a5c561934e089_6.1.7601.21890_none_3da060e0832266ce\f!prcp.nlp: prcp.nlp
(f)    CSI F Mark Missing    0x00000002    f!sos.dll    x86_netfx-sos_dll_b03f5f7f11d50a3a_6.1.7601.22110_none_d17ed1ded1230c79    
(fix)    CSI F Mark Missing    CSI Registry Item Repaired    Wrote x86_netfx-sos_dll_b03f5f7f11d50a3a_6.1.7601.22110_none_d17ed1ded1230c79\f!sos.dll: SOS.dll
(f)    CSI F Mark Missing    0x00000002    f!microsoft.jscript.dll    msil_microsoft.jscript_b03f5f7f11d50a3a_6.1.7601.22110_none_8fbc11b859597391    
(fix)    CSI F Mark Missing    CSI Registry Item Repaired    Wrote msil_microsoft.jscript_b03f5f7f11d50a3a_6.1.7601.22110_none_8fbc11b859597391\f!microsoft.jscript.dll: Microsoft.JScript.dll
(f)    CSI Payload File Missing    0x00000000    mscorjit.dll    amd64_netfx-mscorjit_dll_b03f5f7f11d50a3a_6.1.7600.16992_none_4c380526d8fe2621    
(f)    CSI F Mark Missing    0x00000002    f!acspecfc.dll    x86_microsoft-windows-a..ence-mitigations-c4_31bf3856ad364e35_6.1.7601.22248_none_0e99b2c269be4edb    
(fix)    CSI F Mark Missing    CSI Registry Item Repaired    Wrote x86_microsoft-windows-a..ence-mitigations-c4_31bf3856ad364e35_6.1.7601.22248_none_0e99b2c269be4edb\f!acspecfc.dll: AcSpecfc.dll
(f)    CSI Missing C Mark    0x00000000    c!7df5f81b8d4..0e7599c6dc3_31bf3856ad364e35_6.1.7601.22248_faaf3c0f1b850ecb    x86_microsoft-windows-a..ence-mitigations-c4_31bf3856ad364e35_6.1.7601.22248_none_0e99b2c269be4edb    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!7df5f81b8d4..0e7599c6dc3_31bf3856ad364e35_6.1.7601.22248_faaf3c0f1b850ecb successfully added to x86_microsoft-windows-a..ence-mitigations-c4_31bf3856ad364e35_6.1.7601.22248_none_0e99b2c269be4edb

Summary:
Seconds executed: 435
 Found 67 errors
 Fixed 43 errors
  CSI Manifest Missing Total count: 12
  Fixed: CSI Manifest Missing.  Total count: 12
  CSI Missing Identity Total count: 5
  Fixed: CSI Missing Identity.  Total count: 5
  CSI Missing C Mark Total count: 5
  Fixed: CSI Missing C Mark.  Total count: 5
  CSI Payload File Missing Total count: 7
  CSI F Mark Value Wrong Total count: 1
  Fixed: CSI F Mark Value Wrong.  Total count: 1
  CSI F Mark Missing Total count: 20
  Fixed: CSI F Mark Missing.  Total count: 20
  CBS MUM Corrupt Total count: 2
  CBS Registry Error Total count: 1
  CBS Watchlist Package Missing Total count: 2
  CBS Watchlist Component Missing Total count: 7
  CBS Watchlist contains unexpected data Total count: 5

Unavailable repair files:
    servicing\packages\Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum
    servicing\packages\Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum
    servicing\packages\Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.cat
    servicing\packages\Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.cat



=================================
Checking System Update Readiness.
Binary Version 6.1.7601.21645
Package Version 19.0
2013-07-29 11:35

Checking Windows Servicing Packages

Checking Package Manifests and Catalogs
(f)    CBS MUM Corrupt    0x00000000    servicing\Packages\Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum        Expected file name Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~neutral~~10.2.9200.16437.mum does not match the actual file name
(f)    CBS MUM Corrupt    0x00000000    servicing\Packages\Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum        Expected file name Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~neutral~~10.2.9200.16437.mum does not match the actual file name

Checking Package Watchlist
(f)    CBS Watchlist Package Missing    0x80070002    Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~0.0.0.0    Package_3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Package Missing    0x80070002    Microsoft-Windows-ServerCore-Package~31bf3856ad364e35~amd64~~0.0.0.0    Package_3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist

Checking Component Watchlist
(f)    CBS Watchlist contains unexpected data    0x00000000    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_7e33f54feaffc8dd    Package_2_for_KB2659262~31bf3856ad364e31~amd64~^6.1.1.2.Trigger_2    
(f)    CBS Watchlist contains unexpected data    0x00000000    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_7e33f54feaffc8dd    Package_3_for_K@2659262~31bf3856ad364e35~amd64~|6.1.1.2.2659262/14_neutral_LDR    
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_7e33f54feaffc8dd    Package[3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_7e33f54feaffc8dd    Package_3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_801a6ce9e8261576    Package_3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_801a6ce9e8261576    Package]3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_801a6ce9e8261576    Package_3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_c5e12c26ff7bf1e3    Package_2_for_KB2659262~31bf3856ad364e3~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_c5e12c26ff7bf1e3    Package[2_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist contains unexpected data    0x00000000    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_c5e12c26ff7bf1e3    Package_3_for_KB2659262~31bf3852ad364e35~amd64~~6.1.1.2Trigger_2    
(f)    CBS Watchlist contains unexpected data    0x00000000    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_c7c7a3c0fca23e7c    Package_2_for_KB2659262|31bf385ad364e3~amd64~~6.1.1.2.2659262-7_neutral_GDR    
(f)    CBS Watchlist contains unexpected data    0x00000000    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_c7c7a3c0fca23e7c    Package]3_for_KB2659262~31bf385ad364e3~amd64~~6.1.1.2Trigger_1    

Checking Packages
(f)    CBS Registry Error    0x00000002    Package_3_for_KB2659262^31bf3856ad364e35~amd64~~6.1.1.2    Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\    Failed to open store sub key

Checking Component Store
(f)    CSI Payload File Missing    0x00000000    weather.html    x86_microsoft-windows-g..s-weather.resources_31bf3856ad364e35_6.1.7600.16385_en-us_36bc61b12dcec80c    
(f)    CSI Payload File Missing    0x00000000    localizedSettings.css    x86_microsoft-windows-g..s-weather.resources_31bf3856ad364e35_6.1.7600.16385_en-us_36bc61b12dcec80c    
(f)    CSI Payload File Missing    0x00000000    weather.html    amd64_microsoft-windows-g..s-weather.resources_31bf3856ad364e35_6.1.7600.16385_en-us_92dafd34e62c3942    
(f)    CSI Payload File Missing    0x00000000    localizedSettings.css    amd64_microsoft-windows-g..s-weather.resources_31bf3856ad364e35_6.1.7600.16385_en-us_92dafd34e62c3942    
(f)    CSI Payload File Missing    0x00000000    rdrmemptylst.exe    amd64_microsoft-windows-t..instationextensions_31bf3856ad364e35_6.1.7601.17828_none_f83075d781b149cb    
(f)    CSI Missing Identity    0x00000000    identity    amd64_microsoft-windows-l..efault-homepremiumn_31bf3856ad364e35_6.1.7600.16385_none_16f36c6b1298c38f    
(fix)    CSI Missing Identity    CSI Registry Item Repaired    amd64_microsoft-windows-l..efault-homepremiumn_31bf3856ad364e35_6.1.7600.16385_none_16f36c6b1298c38f
(f)    CSI Missing Identity    0x00000000    identity    amd64_microsoft-windows-license-eval-homebasic_31bf3856ad364e35_6.1.7600.16385_none_5a83d5f453283bb3    
(fix)    CSI Missing Identity    CSI Registry Item Repaired    amd64_microsoft-windows-license-eval-homebasic_31bf3856ad364e35_6.1.7600.16385_none_5a83d5f453283bb3
(f)    CSI Missing Identity    0x00000000    identity    amd64_microsoft-windows-w..owsupdatediagnostic_31bf3856ad364e35_6.1.7600.16385_none_d8bc9f93971275e0    
(fix)    CSI Missing Identity    CSI Registry Item Repaired    amd64_microsoft-windows-w..owsupdatediagnostic_31bf3856ad364e35_6.1.7600.16385_none_d8bc9f93971275e0
(f)    CSI F Mark Missing    0x00000002    f!ts_connectivity.ps1_4386324d129fe979    amd64_microsoft-windows-w..owsupdatediagnostic_31bf3856ad364e35_6.1.7600.16385_none_d8bc9f93971275e0    
(fix)    CSI F Mark Missing    CSI Registry Item Repaired    Wrote amd64_microsoft-windows-w..owsupdatediagnostic_31bf3856ad364e35_6.1.7600.16385_none_d8bc9f93971275e0\f!ts_connectivity.ps1_4386324d129fe979: TS_Connectivity.ps1
(f)    CSI F Mark Missing    0x00000002    f!diagpackage.dll    amd64_microsoft-windows-w..owsupdatediagnostic_31bf3856ad364e35_6.1.7600.16385_none_d8bc9f93971275e0    
(fix)    CSI F Mark Missing    CSI Registry Item Repaired    Wrote amd64_microsoft-windows-w..owsupdatediagnostic_31bf3856ad364e35_6.1.7600.16385_none_d8bc9f93971275e0\f!diagpackage.dll: DiagPackage.dll
(f)    CSI F Mark Missing    0x00000002    f!windowsupdatediagnostic.x_02b13f3eb6c8804c    amd64_microsoft-windows-w..owsupdatediagnostic_31bf3856ad364e35_6.1.7600.16385_none_d8bc9f93971275e0    
(fix)    CSI F Mark Missing    CSI Registry Item Repaired    Wrote amd64_microsoft-windows-w..owsupdatediagnostic_31bf3856ad364e35_6.1.7600.16385_none_d8bc9f93971275e0\f!windowsupdatediagnostic.x_02b13f3eb6c8804c: WindowsUpdateDiagnostic.xml
(f)    CSI F Mark Missing    0x00000002    f!diagpackage.diagpkg    amd64_microsoft-windows-w..owsupdatediagnostic_31bf3856ad364e35_6.1.7600.16385_none_d8bc9f93971275e0    
(fix)    CSI F Mark Missing    CSI Registry Item Repaired    Wrote amd64_microsoft-windows-w..owsupdatediagnostic_31bf3856ad364e35_6.1.7600.16385_none_d8bc9f93971275e0\f!diagpackage.diagpkg: DiagPackage.diagpkg
(f)    CSI Missing Identity    0x00000000    identity    x86_microsoft-windows-s..diagnosticsprovider_31bf3856ad364e35_6.1.7600.16385_none_9f2edc15ed934fde    
(fix)    CSI Missing Identity    CSI Registry Item Repaired    x86_microsoft-windows-s..diagnosticsprovider_31bf3856ad364e35_6.1.7600.16385_none_9f2edc15ed934fde
(f)    CSI Missing Identity    0x00000000    identity    x86_microsoft-windows-l..nse-oem-homepremium_31bf3856ad364e35_6.1.7600.16385_none_a96852da1901f665    
(fix)    CSI Missing Identity    CSI Registry Item Repaired    x86_microsoft-windows-l..nse-oem-homepremium_31bf3856ad364e35_6.1.7600.16385_none_a96852da1901f665
(f)    CSI Missing Identity    0x00000000    identity    x86_microsoft-windows-mail-core-dll_31bf3856ad364e35_6.1.7601.17514_none_5a862b71838c3bb7    
(fix)    CSI Missing Identity    CSI Registry Item Repaired    x86_microsoft-windows-mail-core-dll_31bf3856ad364e35_6.1.7601.17514_none_5a862b71838c3bb7
(f)    CSI F Mark Missing    0x00000002    f!msoe.dll    x86_microsoft-windows-mail-core-dll_31bf3856ad364e35_6.1.7601.17514_none_5a862b71838c3bb7    
(fix)    CSI F Mark Missing    CSI Registry Item Repaired    Wrote x86_microsoft-windows-mail-core-dll_31bf3856ad364e35_6.1.7601.17514_none_5a862b71838c3bb7\f!msoe.dll: msoe.dll
(f)    CSI F Mark Missing    0x00000002    f!msoeres.dll    x86_microsoft-windows-mail-core-dll_31bf3856ad364e35_6.1.7601.17514_none_5a862b71838c3bb7    
(fix)    CSI F Mark Missing    CSI Registry Item Repaired    Wrote x86_microsoft-windows-mail-core-dll_31bf3856ad364e35_6.1.7601.17514_none_5a862b71838c3bb7\f!msoeres.dll: MSOERES.dll
(f)    CSI Missing Identity    0x00000000    identity    amd64_microsoft-windows-help-harddev_31bf3856ad364e35_6.1.7600.16385_none_7297885103faac25    
(fix)    CSI Missing Identity    CSI Registry Item Repaired    amd64_microsoft-windows-help-harddev_31bf3856ad364e35_6.1.7600.16385_none_7297885103faac25
(f)    CSI Missing Identity    0x00000000    identity    amd64_microsoft-windows-help-iisbasic_31bf3856ad364e35_6.1.7600.16385_none_9cc3e73209d48b56    
(fix)    CSI Missing Identity    CSI Registry Item Repaired    amd64_microsoft-windows-help-iisbasic_31bf3856ad364e35_6.1.7600.16385_none_9cc3e73209d48b56
(f)    CSI Missing Identity    0x00000000    identity    amd64_microsoft-windows-help-diskcln_31bf3856ad364e35_6.1.7600.16385_none_17a334dc4d9013a9    
(fix)    CSI Missing Identity    CSI Registry Item Repaired    amd64_microsoft-windows-help-diskcln_31bf3856ad364e35_6.1.7600.16385_none_17a334dc4d9013a9
(f)    CSI Missing Identity    0x00000000    identity    amd64_microsoft-windows-help-buttons_31bf3856ad364e35_6.1.7600.16385_none_18c960a5968e61c4    
(fix)    CSI Missing Identity    CSI Registry Item Repaired    amd64_microsoft-windows-help-buttons_31bf3856ad364e35_6.1.7600.16385_none_18c960a5968e61c4
(f)    CSI Missing Identity    0x00000000    identity    amd64_microsoft-windows-help-multboot_31bf3856ad364e35_6.1.7600.16385_none_b0ba11aec3159fa9    
(fix)    CSI Missing Identity    CSI Registry Item Repaired    amd64_microsoft-windows-help-multboot_31bf3856ad364e35_6.1.7600.16385_none_b0ba11aec3159fa9
(f)    CSI Missing Identity    0x00000000    identity    amd64_microsoft-windows-c..s-admin-compsvclink_31bf3856ad364e35_6.1.7600.16385_none_2e874370f42a226e    
(fix)    CSI Missing Identity    CSI Registry Item Repaired    amd64_microsoft-windows-c..s-admin-compsvclink_31bf3856ad364e35_6.1.7600.16385_none_2e874370f42a226e
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    x86_microsoft-windows-l..nse-oem-homepremium_31bf3856ad364e35_6.1.7600.16385_none_a96852da1901f665    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to x86_microsoft-windows-l..nse-oem-homepremium_31bf3856ad364e35_6.1.7600.16385_none_a96852da1901f665
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7600.16385_4fb0d9dc5c871e14    x86_microsoft-windows-l..nse-oem-homepremium_31bf3856ad364e35_6.1.7600.16385_none_a96852da1901f665    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7600.16385_4fb0d9dc5c871e14 successfully added to x86_microsoft-windows-l..nse-oem-homepremium_31bf3856ad364e35_6.1.7600.16385_none_a96852da1901f665
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    amd64_microsoft-windows-help-harddev_31bf3856ad364e35_6.1.7600.16385_none_7297885103faac25    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to amd64_microsoft-windows-help-harddev_31bf3856ad364e35_6.1.7600.16385_none_7297885103faac25
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7600.16385_4fb0d9dc5c871e14    amd64_microsoft-windows-help-harddev_31bf3856ad364e35_6.1.7600.16385_none_7297885103faac25    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7600.16385_4fb0d9dc5c871e14 successfully added to amd64_microsoft-windows-help-harddev_31bf3856ad364e35_6.1.7600.16385_none_7297885103faac25
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    wow64_microsoft-windows-filesystems-pro_31bf3856ad364e35_6.1.7600.16385_none_c92f287e5dc3cf80    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to wow64_microsoft-windows-filesystems-pro_31bf3856ad364e35_6.1.7600.16385_none_c92f287e5dc3cf80
(f)    CSI Payload File Missing    0x00000000    rdrmemptylst.exe    amd64_microsoft-windows-t..instationextensions_31bf3856ad364e35_6.1.7600.17009_none_f6608f2f8479f56f    
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    amd64_microsoft-windows-help-diskcln_31bf3856ad364e35_6.1.7600.16385_none_17a334dc4d9013a9    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to amd64_microsoft-windows-help-diskcln_31bf3856ad364e35_6.1.7600.16385_none_17a334dc4d9013a9
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7600.16385_4fb0d9dc5c871e14    amd64_microsoft-windows-help-diskcln_31bf3856ad364e35_6.1.7600.16385_none_17a334dc4d9013a9    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7600.16385_4fb0d9dc5c871e14 successfully added to amd64_microsoft-windows-help-diskcln_31bf3856ad364e35_6.1.7600.16385_none_17a334dc4d9013a9
(f)    CSI Payload File Missing    0x00000000    snmp.exe    wow64_microsoft-windows-snmp-agent-service_31bf3856ad364e35_6.1.7600.16385_none_5d7e7d60a654a16e    
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    amd64_microsoft-windows-setup-cleanup_31bf3856ad364e35_6.1.7600.16385_none_b58b0f4440faa397    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to amd64_microsoft-windows-setup-cleanup_31bf3856ad364e35_6.1.7600.16385_none_b58b0f4440faa397
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    x86_microsoft-windows-r..stion-detector-core_31bf3856ad364e35_6.1.7600.16385_none_f8beaf4e716bb761    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to x86_microsoft-windows-r..stion-detector-core_31bf3856ad364e35_6.1.7600.16385_none_f8beaf4e716bb761
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    amd64_microsoft-windows-bootres_31bf3856ad364e35_6.1.7601.17514_none_9d42c69298905ee5    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to amd64_microsoft-windows-bootres_31bf3856ad364e35_6.1.7601.17514_none_9d42c69298905ee5
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    amd64_server-help-h1s.uap_31bf3856ad364e35_6.1.7600.16385_none_06fe653ae08e3d12    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to amd64_server-help-h1s.uap_31bf3856ad364e35_6.1.7600.16385_none_06fe653ae08e3d12
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    amd64_microsoft-windows-c..s-admin-compsvclink_31bf3856ad364e35_6.1.7600.16385_none_2e874370f42a226e    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to amd64_microsoft-windows-c..s-admin-compsvclink_31bf3856ad364e35_6.1.7600.16385_none_2e874370f42a226e
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7600.16385_4fb0d9dc5c871e14    amd64_microsoft-windows-c..s-admin-compsvclink_31bf3856ad364e35_6.1.7600.16385_none_2e874370f42a226e    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7600.16385_4fb0d9dc5c871e14 successfully added to amd64_microsoft-windows-c..s-admin-compsvclink_31bf3856ad364e35_6.1.7600.16385_none_2e874370f42a226e
(f)    CSI Payload File Missing    0x00000000    SOS.dll    amd64_netfx-sos_dll_b03f5f7f11d50a3a_6.1.7600.21183_none_89fc5fabbc4fd0a1    
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    x86_microsoft-windows-mail-core-dll_31bf3856ad364e35_6.1.7601.17514_none_5a862b71838c3bb7    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to x86_microsoft-windows-mail-core-dll_31bf3856ad364e35_6.1.7601.17514_none_5a862b71838c3bb7
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    x86_microsoft.ink_31bf3856ad364e35_1.0.7600.16385_none_3d42499fe3144d49    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to x86_microsoft.ink_31bf3856ad364e35_1.0.7600.16385_none_3d42499fe3144d49
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    amd64_microsoft-windows-l..efault-homepremiumn_31bf3856ad364e35_6.1.7600.16385_none_16f36c6b1298c38f    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to amd64_microsoft-windows-l..efault-homepremiumn_31bf3856ad364e35_6.1.7600.16385_none_16f36c6b1298c38f
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7600.16385_4fb0d9dc5c871e14    amd64_microsoft-windows-l..efault-homepremiumn_31bf3856ad364e35_6.1.7600.16385_none_16f36c6b1298c38f    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7600.16385_4fb0d9dc5c871e14 successfully added to amd64_microsoft-windows-l..efault-homepremiumn_31bf3856ad364e35_6.1.7600.16385_none_16f36c6b1298c38f
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    amd64_microsoft-windows-help-iisbasic_31bf3856ad364e35_6.1.7600.16385_none_9cc3e73209d48b56    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to amd64_microsoft-windows-help-iisbasic_31bf3856ad364e35_6.1.7600.16385_none_9cc3e73209d48b56
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7600.16385_4fb0d9dc5c871e14    amd64_microsoft-windows-help-iisbasic_31bf3856ad364e35_6.1.7600.16385_none_9cc3e73209d48b56    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7600.16385_4fb0d9dc5c871e14 successfully added to amd64_microsoft-windows-help-iisbasic_31bf3856ad364e35_6.1.7600.16385_none_9cc3e73209d48b56
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    x86_microsoft-windows-mobsyncexe_31bf3856ad364e35_6.1.7601.17514_none_f1584379b2973708    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to x86_microsoft-windows-mobsyncexe_31bf3856ad364e35_6.1.7601.17514_none_f1584379b2973708
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    wow64_microsoft-windows-c..features-deployment_31bf3856ad364e35_6.1.7601.17514_none_5c3697f68dd663a9    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to wow64_microsoft-windows-c..features-deployment_31bf3856ad364e35_6.1.7601.17514_none_5c3697f68dd663a9
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    amd64_microsoft-windows-license-eval-homebasic_31bf3856ad364e35_6.1.7600.16385_none_5a83d5f453283bb3    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to amd64_microsoft-windows-license-eval-homebasic_31bf3856ad364e35_6.1.7600.16385_none_5a83d5f453283bb3
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7600.16385_4fb0d9dc5c871e14    amd64_microsoft-windows-license-eval-homebasic_31bf3856ad364e35_6.1.7600.16385_none_5a83d5f453283bb3    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7600.16385_4fb0d9dc5c871e14 successfully added to amd64_microsoft-windows-license-eval-homebasic_31bf3856ad364e35_6.1.7600.16385_none_5a83d5f453283bb3
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    amd64_microsoft-windows-h..cpl-instrumentation_31bf3856ad364e35_6.1.7600.16385_none_c2e7cce4cb31de38    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to amd64_microsoft-windows-h..cpl-instrumentation_31bf3856ad364e35_6.1.7600.16385_none_c2e7cce4cb31de38
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    amd64_microsoft-windows-wordpad_31bf3856ad364e35_6.1.7601.17514_none_8be07ea283850f02    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to amd64_microsoft-windows-wordpad_31bf3856ad364e35_6.1.7601.17514_none_8be07ea283850f02
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    amd64_microsoft-windows-cpfilters_31bf3856ad364e35_6.1.7601.17514_none_9590f6f7f4cdd9cb    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to amd64_microsoft-windows-cpfilters_31bf3856ad364e35_6.1.7601.17514_none_9590f6f7f4cdd9cb
(f)    CSI Payload File Missing    0x00000000    kdusb.dll    amd64_microsoft-windows-b..buggertransport-usb_31bf3856ad364e35_6.1.7600.20897_none_f9f3704d3d5c517f    
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    amd64_microsoft-windows-sud-link_31bf3856ad364e35_6.1.7600.16385_none_2b230d05e68177a4    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to amd64_microsoft-windows-sud-link_31bf3856ad364e35_6.1.7600.16385_none_2b230d05e68177a4
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    x86_microsoft-windows-l..se-default-ultimate_31bf3856ad364e35_6.1.7600.16385_none_95832668c458173a    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to x86_microsoft-windows-l..se-default-ultimate_31bf3856ad364e35_6.1.7600.16385_none_95832668c458173a
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    wow64_microsoft-windows-t..client-registration_31bf3856ad364e35_6.1.7600.16385_none_e1db9be6adcd0aad    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to wow64_microsoft-windows-t..client-registration_31bf3856ad364e35_6.1.7600.16385_none_e1db9be6adcd0aad
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    amd64_microsoft-windows-help-multboot_31bf3856ad364e35_6.1.7600.16385_none_b0ba11aec3159fa9    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to amd64_microsoft-windows-help-multboot_31bf3856ad364e35_6.1.7600.16385_none_b0ba11aec3159fa9
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7600.16385_4fb0d9dc5c871e14    amd64_microsoft-windows-help-multboot_31bf3856ad364e35_6.1.7600.16385_none_b0ba11aec3159fa9    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7600.16385_4fb0d9dc5c871e14 successfully added to amd64_microsoft-windows-help-multboot_31bf3856ad364e35_6.1.7600.16385_none_b0ba11aec3159fa9
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    amd64_microsoft-windows-readyboostdriver_31bf3856ad364e35_6.1.7601.17514_none_72cb0bf60b9c95a5    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to amd64_microsoft-windows-readyboostdriver_31bf3856ad364e35_6.1.7601.17514_none_72cb0bf60b9c95a5
(f)    CSI Payload File Missing    0x00000000    kdusb.dll    amd64_microsoft-windows-b..buggertransport-usb_31bf3856ad364e35_6.1.7600.16757_none_f9951332241e41f1    
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    wow64_microsoft-windows-shell-accessories_31bf3856ad364e35_6.1.7601.17514_none_57702afd500ce4b5    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to wow64_microsoft-windows-shell-accessories_31bf3856ad364e35_6.1.7601.17514_none_57702afd500ce4b5
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    x86_microsoft-windows-s..diagnosticsprovider_31bf3856ad364e35_6.1.7600.16385_none_9f2edc15ed934fde    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to x86_microsoft-windows-s..diagnosticsprovider_31bf3856ad364e35_6.1.7600.16385_none_9f2edc15ed934fde
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7600.16385_4fb0d9dc5c871e14    x86_microsoft-windows-s..diagnosticsprovider_31bf3856ad364e35_6.1.7600.16385_none_9f2edc15ed934fde    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7600.16385_4fb0d9dc5c871e14 successfully added to x86_microsoft-windows-s..diagnosticsprovider_31bf3856ad364e35_6.1.7600.16385_none_9f2edc15ed934fde
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    amd64_microsoft-windows-powershell-exe_31bf3856ad364e35_6.1.7600.16385_none_c50af05b1be3aa2b    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to amd64_microsoft-windows-powershell-exe_31bf3856ad364e35_6.1.7600.16385_none_c50af05b1be3aa2b
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    x86_microsoft-windows-wia-automation_31bf3856ad364e35_6.1.7600.16385_none_0548aa042531f668    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to x86_microsoft-windows-wia-automation_31bf3856ad364e35_6.1.7600.16385_none_0548aa042531f668
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    wow64_microsoft-windows-s..tycenter-feature-ui_31bf3856ad364e35_6.1.7601.17514_none_8e5d32ccad688541    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to wow64_microsoft-windows-s..tycenter-feature-ui_31bf3856ad364e35_6.1.7601.17514_none_8e5d32ccad688541
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    amd64_microsoft-windows-help-buttons_31bf3856ad364e35_6.1.7600.16385_none_18c960a5968e61c4    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to amd64_microsoft-windows-help-buttons_31bf3856ad364e35_6.1.7600.16385_none_18c960a5968e61c4
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7600.16385_4fb0d9dc5c871e14    amd64_microsoft-windows-help-buttons_31bf3856ad364e35_6.1.7600.16385_none_18c960a5968e61c4    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7600.16385_4fb0d9dc5c871e14 successfully added to amd64_microsoft-windows-help-buttons_31bf3856ad364e35_6.1.7600.16385_none_18c960a5968e61c4
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    x86_microsoft-windows-f..olerant-heap-events_31bf3856ad364e35_6.1.7600.16385_none_30b482ed37b2013e    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to x86_microsoft-windows-f..olerant-heap-events_31bf3856ad364e35_6.1.7600.16385_none_30b482ed37b2013e
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    amd64_microsoft-windows-bluetoothpanapi_31bf3856ad364e35_6.1.7600.16385_none_3e799a0c613390f2    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to amd64_microsoft-windows-bluetoothpanapi_31bf3856ad364e35_6.1.7600.16385_none_3e799a0c613390f2
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    amd64_microsoft-windows-w..owsupdatediagnostic_31bf3856ad364e35_6.1.7600.16385_none_d8bc9f93971275e0    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to amd64_microsoft-windows-w..owsupdatediagnostic_31bf3856ad364e35_6.1.7600.16385_none_d8bc9f93971275e0
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7600.16385_4fb0d9dc5c871e14    amd64_microsoft-windows-w..owsupdatediagnostic_31bf3856ad364e35_6.1.7600.16385_none_d8bc9f93971275e0    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7600.16385_4fb0d9dc5c871e14 successfully added to amd64_microsoft-windows-w..owsupdatediagnostic_31bf3856ad364e35_6.1.7600.16385_none_d8bc9f93971275e0
(f)    CSI Payload File Missing    0x00000000    mscorjit.dll    amd64_netfx-mscorjit_dll_b03f5f7f11d50a3a_6.1.7600.16992_none_4c380526d8fe2621    
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    amd64_microsoft-windows-b..-bcdtemplate-client_31bf3856ad364e35_6.1.7600.16385_none_8419660d1cc97b24    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to amd64_microsoft-windows-b..-bcdtemplate-client_31bf3856ad364e35_6.1.7600.16385_none_8419660d1cc97b24
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    amd64_microsoft-windows-l..se-oem-professional_31bf3856ad364e35_6.1.7600.16385_none_c626781a8d1cab0c    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to amd64_microsoft-windows-l..se-oem-professional_31bf3856ad364e35_6.1.7600.16385_none_c626781a8d1cab0c
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    amd64_microsoft-windows-msdt-events_31bf3856ad364e35_6.1.7600.16385_none_5f2fb7fbba88b09b    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to amd64_microsoft-windows-msdt-events_31bf3856ad364e35_6.1.7600.16385_none_5f2fb7fbba88b09b
(f)    CSI Missing C Mark    0x00000000    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae    amd64_microsoft-windows-wwanui_31bf3856ad364e35_6.1.7601.17514_none_cfdc7a4f1da344e6    Missing c!
(fix)    CSI Missing C Mark    CSI Registry Item Repaired    c!microsoft-w..-deployment_31bf3856ad364e35_6.1.7601.17514_51e1eda45975a1ae successfully added to amd64_microsoft-windows-wwanui_31bf3856ad364e35_6.1.7601.17514_none_cfdc7a4f1da344e6

Summary:
Seconds executed: 486
 Found 94 errors
 Fixed 66 errors
  CSI Missing Identity Total count: 12
  Fixed: CSI Missing Identity.  Total count: 12
  CSI Missing C Mark Total count: 48
  Fixed: CSI Missing C Mark.  Total count: 48
  CSI Payload File Missing Total count: 11
  CSI F Mark Missing Total count: 6
  Fixed: CSI F Mark Missing.  Total count: 6
  CBS MUM Corrupt Total count: 2
  CBS Registry Error Total count: 1
  CBS Watchlist Package Missing Total count: 2
  CBS Watchlist Component Missing Total count: 7
  CBS Watchlist contains unexpected data Total count: 5

Unavailable repair files:
    servicing\packages\Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum
    servicing\packages\Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum
    servicing\packages\Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.cat
    servicing\packages\Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.cat



=================================
Checking System Update Readiness.
Binary Version 6.1.7601.21645
Package Version 19.0
2013-07-30 08:42

Checking Windows Servicing Packages

Checking Package Manifests and Catalogs
(f)    CBS MUM Corrupt    0x00000000    servicing\Packages\Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum        Expected file name Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~neutral~~10.2.9200.16437.mum does not match the actual file name
(f)    CBS MUM Corrupt    0x00000000    servicing\Packages\Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum        Expected file name Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~neutral~~10.2.9200.16437.mum does not match the actual file name

Checking Package Watchlist
(f)    CBS Watchlist Package Missing    0x80070002    Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~0.0.0.0    Package_3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Package Missing    0x80070002    Microsoft-Windows-ServerCore-Package~31bf3856ad364e35~amd64~~0.0.0.0    Package_3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist

Checking Component Watchlist
(f)    CBS Watchlist contains unexpected data    0x00000000    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_7e33f54feaffc8dd    Package_2_for_KB2659262~31bf3856ad364e31~amd64~^6.1.1.2.Trigger_2    
(f)    CBS Watchlist contains unexpected data    0x00000000    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_7e33f54feaffc8dd    Package_3_for_K@2659262~31bf3856ad364e35~amd64~|6.1.1.2.2659262/14_neutral_LDR    
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_7e33f54feaffc8dd    Package[3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_7e33f54feaffc8dd    Package_3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_801a6ce9e8261576    Package_3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_801a6ce9e8261576    Package]3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_801a6ce9e8261576    Package_3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_c5e12c26ff7bf1e3    Package_2_for_KB2659262~31bf3856ad364e3~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_c5e12c26ff7bf1e3    Package[2_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist contains unexpected data    0x00000000    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_c5e12c26ff7bf1e3    Package_3_for_KB2659262~31bf3852ad364e35~amd64~~6.1.1.2Trigger_2    
(f)    CBS Watchlist contains unexpected data    0x00000000    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_c7c7a3c0fca23e7c    Package_2_for_KB2659262|31bf385ad364e3~amd64~~6.1.1.2.2659262-7_neutral_GDR    
(f)    CBS Watchlist contains unexpected data    0x00000000    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_c7c7a3c0fca23e7c    Package]3_for_KB2659262~31bf385ad364e3~amd64~~6.1.1.2Trigger_1    

Checking Packages
(f)    CBS Registry Error    0x00000002    Package_3_for_KB2659262^31bf3856ad364e35~amd64~~6.1.1.2    Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\    Failed to open store sub key

Checking Component Store
(f)    CSI Payload File Missing    0x00000000    weather.html    x86_microsoft-windows-g..s-weather.resources_31bf3856ad364e35_6.1.7600.16385_en-us_36bc61b12dcec80c    
(f)    CSI Payload File Missing    0x00000000    localizedSettings.css    x86_microsoft-windows-g..s-weather.resources_31bf3856ad364e35_6.1.7600.16385_en-us_36bc61b12dcec80c    
(f)    CSI Payload File Missing    0x00000000    weather.html    amd64_microsoft-windows-g..s-weather.resources_31bf3856ad364e35_6.1.7600.16385_en-us_92dafd34e62c3942    
(f)    CSI Payload File Missing    0x00000000    localizedSettings.css    amd64_microsoft-windows-g..s-weather.resources_31bf3856ad364e35_6.1.7600.16385_en-us_92dafd34e62c3942    
(f)    CSI Payload File Missing    0x00000000    rdrmemptylst.exe    amd64_microsoft-windows-t..instationextensions_31bf3856ad364e35_6.1.7601.17828_none_f83075d781b149cb    
(f)    CSI Payload File Missing    0x00000000    rdrmemptylst.exe    amd64_microsoft-windows-t..instationextensions_31bf3856ad364e35_6.1.7600.17009_none_f6608f2f8479f56f    
(f)    CSI Payload File Missing    0x00000000    snmp.exe    wow64_microsoft-windows-snmp-agent-service_31bf3856ad364e35_6.1.7600.16385_none_5d7e7d60a654a16e    
(f)    CSI Payload File Missing    0x00000000    SOS.dll    amd64_netfx-sos_dll_b03f5f7f11d50a3a_6.1.7600.21183_none_89fc5fabbc4fd0a1    
(f)    CSI Payload File Missing    0x00000000    kdusb.dll    amd64_microsoft-windows-b..buggertransport-usb_31bf3856ad364e35_6.1.7600.20897_none_f9f3704d3d5c517f    
(f)    CSI Payload File Missing    0x00000000    kdusb.dll    amd64_microsoft-windows-b..buggertransport-usb_31bf3856ad364e35_6.1.7600.16757_none_f9951332241e41f1    
(f)    CSI Payload File Missing    0x00000000    mscorjit.dll    amd64_netfx-mscorjit_dll_b03f5f7f11d50a3a_6.1.7600.16992_none_4c380526d8fe2621    

Summary:
Seconds executed: 443
 Found 28 errors
  CSI Payload File Missing Total count: 11
  CBS MUM Corrupt Total count: 2
  CBS Registry Error Total count: 1
  CBS Watchlist Package Missing Total count: 2
  CBS Watchlist Component Missing Total count: 7
  CBS Watchlist contains unexpected data Total count: 5

Unavailable repair files:
    servicing\packages\Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum
    servicing\packages\Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum
    servicing\packages\Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.cat
    servicing\packages\Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.cat



=================================
Checking System Update Readiness.
Binary Version 6.1.7601.21645
Package Version 19.0
2013-07-31 16:39

Checking Windows Servicing Packages

Checking Package Manifests and Catalogs
(f)    CBS MUM Corrupt    0x00000000    servicing\Packages\Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum        Expected file name Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~neutral~~10.2.9200.16437.mum does not match the actual file name
(f)    CBS MUM Corrupt    0x00000000    servicing\Packages\Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum        Expected file name Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~neutral~~10.2.9200.16437.mum does not match the actual file name

Checking Package Watchlist
(f)    CBS Watchlist Package Missing    0x80070002    Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~0.0.0.0    Package_3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Package Missing    0x80070002    Microsoft-Windows-ServerCore-Package~31bf3856ad364e35~amd64~~0.0.0.0    Package_3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist

Checking Component Watchlist
(f)    CBS Watchlist contains unexpected data    0x00000000    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_7e33f54feaffc8dd    Package_2_for_KB2659262~31bf3856ad364e31~amd64~^6.1.1.2.Trigger_2    
(f)    CBS Watchlist contains unexpected data    0x00000000    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_7e33f54feaffc8dd    Package_3_for_K@2659262~31bf3856ad364e35~amd64~|6.1.1.2.2659262/14_neutral_LDR    
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_7e33f54feaffc8dd    Package[3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_7e33f54feaffc8dd    Package_3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_801a6ce9e8261576    Package_3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_801a6ce9e8261576    Package]3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_801a6ce9e8261576    Package_3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_c5e12c26ff7bf1e3    Package_2_for_KB2659262~31bf3856ad364e3~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_c5e12c26ff7bf1e3    Package[2_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist contains unexpected data    0x00000000    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_c5e12c26ff7bf1e3    Package_3_for_KB2659262~31bf3852ad364e35~amd64~~6.1.1.2Trigger_2    
(f)    CBS Watchlist contains unexpected data    0x00000000    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_c7c7a3c0fca23e7c    Package_2_for_KB2659262|31bf385ad364e3~amd64~~6.1.1.2.2659262-7_neutral_GDR    
(f)    CBS Watchlist contains unexpected data    0x00000000    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_c7c7a3c0fca23e7c    Package]3_for_KB2659262~31bf385ad364e3~amd64~~6.1.1.2Trigger_1    

Checking Packages
(f)    CBS Registry Error    0x00000002    Package_3_for_KB2659262^31bf3856ad364e35~amd64~~6.1.1.2    Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\    Failed to open store sub key

Checking Component Store
(f)    CSI Payload File Missing    0x00000000    weather.html    x86_microsoft-windows-g..s-weather.resources_31bf3856ad364e35_6.1.7600.16385_en-us_36bc61b12dcec80c    
(f)    CSI Payload File Missing    0x00000000    localizedSettings.css    x86_microsoft-windows-g..s-weather.resources_31bf3856ad364e35_6.1.7600.16385_en-us_36bc61b12dcec80c    
(f)    CSI Payload File Missing    0x00000000    weather.html    amd64_microsoft-windows-g..s-weather.resources_31bf3856ad364e35_6.1.7600.16385_en-us_92dafd34e62c3942    
(f)    CSI Payload File Missing    0x00000000    localizedSettings.css    amd64_microsoft-windows-g..s-weather.resources_31bf3856ad364e35_6.1.7600.16385_en-us_92dafd34e62c3942    
(f)    CSI Payload File Missing    0x00000000    rdrmemptylst.exe    amd64_microsoft-windows-t..instationextensions_31bf3856ad364e35_6.1.7601.17828_none_f83075d781b149cb    
(f)    CSI Payload File Missing    0x00000000    rdrmemptylst.exe    amd64_microsoft-windows-t..instationextensions_31bf3856ad364e35_6.1.7600.17009_none_f6608f2f8479f56f    
(f)    CSI Payload File Missing    0x00000000    snmp.exe    wow64_microsoft-windows-snmp-agent-service_31bf3856ad364e35_6.1.7600.16385_none_5d7e7d60a654a16e    
(f)    CSI Payload File Missing    0x00000000    SOS.dll    amd64_netfx-sos_dll_b03f5f7f11d50a3a_6.1.7600.21183_none_89fc5fabbc4fd0a1    
(f)    CSI Payload File Missing    0x00000000    kdusb.dll    amd64_microsoft-windows-b..buggertransport-usb_31bf3856ad364e35_6.1.7600.20897_none_f9f3704d3d5c517f    
(f)    CSI Payload File Missing    0x00000000    kdusb.dll    amd64_microsoft-windows-b..buggertransport-usb_31bf3856ad364e35_6.1.7600.16757_none_f9951332241e41f1    
(f)    CSI Payload File Missing    0x00000000    mscorjit.dll    amd64_netfx-mscorjit_dll_b03f5f7f11d50a3a_6.1.7600.16992_none_4c380526d8fe2621    

Summary:
Seconds executed: 674
 Found 28 errors
  CSI Payload File Missing Total count: 11
  CBS MUM Corrupt Total count: 2
  CBS Registry Error Total count: 1
  CBS Watchlist Package Missing Total count: 2
  CBS Watchlist Component Missing Total count: 7
  CBS Watchlist contains unexpected data Total count: 5

Unavailable repair files:
    servicing\packages\Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum
    servicing\packages\Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum
    servicing\packages\Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.cat
    servicing\packages\Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.cat



=================================
Checking System Update Readiness.
Binary Version 6.1.7601.21645
Package Version 19.0
2013-08-01 15:23

Checking Windows Servicing Packages

Checking Package Manifests and Catalogs
(f)    CBS MUM Corrupt    0x00000000    servicing\Packages\Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum        Expected file name Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~neutral~~10.2.9200.16437.mum does not match the actual file name
(f)    CBS MUM Corrupt    0x00000000    servicing\Packages\Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum        Expected file name Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~neutral~~10.2.9200.16437.mum does not match the actual file name

Checking Package Watchlist
(f)    CBS Watchlist Package Missing    0x80070002    Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~0.0.0.0    Package_3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Package Missing    0x80070002    Microsoft-Windows-ServerCore-Package~31bf3856ad364e35~amd64~~0.0.0.0    Package_3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist

Checking Component Watchlist
(f)    CBS Watchlist contains unexpected data    0x00000000    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_7e33f54feaffc8dd    Package_2_for_KB2659262~31bf3856ad364e31~amd64~^6.1.1.2.Trigger_2    
(f)    CBS Watchlist contains unexpected data    0x00000000    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_7e33f54feaffc8dd    Package_3_for_K@2659262~31bf3856ad364e35~amd64~|6.1.1.2.2659262/14_neutral_LDR    
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_7e33f54feaffc8dd    Package[3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_7e33f54feaffc8dd    Package_3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_801a6ce9e8261576    Package_3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_801a6ce9e8261576    Package]3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_801a6ce9e8261576    Package_3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_c5e12c26ff7bf1e3    Package_2_for_KB2659262~31bf3856ad364e3~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_c5e12c26ff7bf1e3    Package[2_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist contains unexpected data    0x00000000    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_c5e12c26ff7bf1e3    Package_3_for_KB2659262~31bf3852ad364e35~amd64~~6.1.1.2Trigger_2    
(f)    CBS Watchlist contains unexpected data    0x00000000    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_c7c7a3c0fca23e7c    Package_2_for_KB2659262|31bf385ad364e3~amd64~~6.1.1.2.2659262-7_neutral_GDR    
(f)    CBS Watchlist contains unexpected data    0x00000000    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_c7c7a3c0fca23e7c    Package]3_for_KB2659262~31bf385ad364e3~amd64~~6.1.1.2Trigger_1    

Checking Packages
(f)    CBS Registry Error    0x00000002    Package_3_for_KB2659262^31bf3856ad364e35~amd64~~6.1.1.2    Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\    Failed to open store sub key

Checking Component Store
(f)    CSI Payload File Missing    0x00000000    weather.html    x86_microsoft-windows-g..s-weather.resources_31bf3856ad364e35_6.1.7600.16385_en-us_36bc61b12dcec80c    
(f)    CSI Payload File Missing    0x00000000    localizedSettings.css    x86_microsoft-windows-g..s-weather.resources_31bf3856ad364e35_6.1.7600.16385_en-us_36bc61b12dcec80c    
(f)    CSI Payload File Missing    0x00000000    weather.html    amd64_microsoft-windows-g..s-weather.resources_31bf3856ad364e35_6.1.7600.16385_en-us_92dafd34e62c3942    
(f)    CSI Payload File Missing    0x00000000    localizedSettings.css    amd64_microsoft-windows-g..s-weather.resources_31bf3856ad364e35_6.1.7600.16385_en-us_92dafd34e62c3942    
(f)    CSI Payload File Missing    0x00000000    rdrmemptylst.exe    amd64_microsoft-windows-t..instationextensions_31bf3856ad364e35_6.1.7601.17828_none_f83075d781b149cb    
(f)    CSI Payload File Missing    0x00000000    rdrmemptylst.exe    amd64_microsoft-windows-t..instationextensions_31bf3856ad364e35_6.1.7600.17009_none_f6608f2f8479f56f    
(f)    CSI Payload File Missing    0x00000000    snmp.exe    wow64_microsoft-windows-snmp-agent-service_31bf3856ad364e35_6.1.7600.16385_none_5d7e7d60a654a16e    
(f)    CSI Payload File Missing    0x00000000    SOS.dll    amd64_netfx-sos_dll_b03f5f7f11d50a3a_6.1.7600.21183_none_89fc5fabbc4fd0a1    
(f)    CSI Payload File Missing    0x00000000    kdusb.dll    amd64_microsoft-windows-b..buggertransport-usb_31bf3856ad364e35_6.1.7600.20897_none_f9f3704d3d5c517f    
(f)    CSI Payload File Missing    0x00000000    kdusb.dll    amd64_microsoft-windows-b..buggertransport-usb_31bf3856ad364e35_6.1.7600.16757_none_f9951332241e41f1    
(f)    CSI Payload File Missing    0x00000000    mscorjit.dll    amd64_netfx-mscorjit_dll_b03f5f7f11d50a3a_6.1.7600.16992_none_4c380526d8fe2621    

Summary:
Seconds executed: 599
 Found 28 errors
  CSI Payload File Missing Total count: 11
  CBS MUM Corrupt Total count: 2
  CBS Registry Error Total count: 1
  CBS Watchlist Package Missing Total count: 2
  CBS Watchlist Component Missing Total count: 7
  CBS Watchlist contains unexpected data Total count: 5

Unavailable repair files:
    servicing\packages\Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum
    servicing\packages\Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum
    servicing\packages\Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.cat
    servicing\packages\Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.cat



=================================
Checking System Update Readiness.
Binary Version 6.1.7601.21645
Package Version 19.0
2013-08-07 08:08

Checking Windows Servicing Packages

Checking Package Manifests and Catalogs
(f)    CBS MUM Corrupt    0x00000000    servicing\Packages\Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum        Expected file name Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~neutral~~10.2.9200.16437.mum does not match the actual file name
(f)    CBS MUM Corrupt    0x00000000    servicing\Packages\Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum        Expected file name Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~neutral~~10.2.9200.16437.mum does not match the actual file name

Checking Package Watchlist

Checking Component Watchlist
(f)    CBS Watchlist contains unexpected data    0x00000000    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_7e33f54feaffc8dd    Package_2_for_KB2659262~31bf3856ad364e31~amd64~^6.1.1.2.Trigger_2    
(f)    CBS Watchlist contains unexpected data    0x00000000    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_7e33f54feaffc8dd    Package_3_for_K@2659262~31bf3856ad364e35~amd64~|6.1.1.2.2659262/14_neutral_LDR    
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_7e33f54feaffc8dd    Package[3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_7e33f54feaffc8dd    Package_3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_801a6ce9e8261576    Package_3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_801a6ce9e8261576    Package]3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_801a6ce9e8261576    Package_3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_c5e12c26ff7bf1e3    Package_2_for_KB2659262~31bf3856ad364e3~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_c5e12c26ff7bf1e3    Package[2_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist contains unexpected data    0x00000000    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_c5e12c26ff7bf1e3    Package_3_for_KB2659262~31bf3852ad364e35~amd64~~6.1.1.2Trigger_2    
(f)    CBS Watchlist contains unexpected data    0x00000000    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_c7c7a3c0fca23e7c    Package_2_for_KB2659262|31bf385ad364e3~amd64~~6.1.1.2.2659262-7_neutral_GDR    
(f)    CBS Watchlist contains unexpected data    0x00000000    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_c7c7a3c0fca23e7c    Package]3_for_KB2659262~31bf385ad364e3~amd64~~6.1.1.2Trigger_1    

Checking Packages
(f)    CBS Registry Error    0x00000002    Package_3_for_KB2659262^31bf3856ad364e35~amd64~~6.1.1.2    Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\    Failed to open store sub key

Checking Component Store
(f)    CSI Payload File Missing    0x00000000    weather.html    x86_microsoft-windows-g..s-weather.resources_31bf3856ad364e35_6.1.7600.16385_en-us_36bc61b12dcec80c    
(f)    CSI Payload File Missing    0x00000000    localizedSettings.css    x86_microsoft-windows-g..s-weather.resources_31bf3856ad364e35_6.1.7600.16385_en-us_36bc61b12dcec80c    
(f)    CSI Payload File Missing    0x00000000    weather.html    amd64_microsoft-windows-g..s-weather.resources_31bf3856ad364e35_6.1.7600.16385_en-us_92dafd34e62c3942    
(f)    CSI Payload File Missing    0x00000000    localizedSettings.css    amd64_microsoft-windows-g..s-weather.resources_31bf3856ad364e35_6.1.7600.16385_en-us_92dafd34e62c3942    
(f)    CSI Payload File Missing    0x00000000    rdrmemptylst.exe    amd64_microsoft-windows-t..instationextensions_31bf3856ad364e35_6.1.7601.17828_none_f83075d781b149cb    
(f)    CSI Payload File Missing    0x00000000    rdrmemptylst.exe    amd64_microsoft-windows-t..instationextensions_31bf3856ad364e35_6.1.7600.17009_none_f6608f2f8479f56f    
(f)    CSI Payload File Missing    0x00000000    snmp.exe    wow64_microsoft-windows-snmp-agent-service_31bf3856ad364e35_6.1.7600.16385_none_5d7e7d60a654a16e    
(f)    CSI Payload File Missing    0x00000000    SOS.dll    amd64_netfx-sos_dll_b03f5f7f11d50a3a_6.1.7600.21183_none_89fc5fabbc4fd0a1    
(f)    CSI Payload File Missing    0x00000000    kdusb.dll    amd64_microsoft-windows-b..buggertransport-usb_31bf3856ad364e35_6.1.7600.20897_none_f9f3704d3d5c517f    
(f)    CSI Payload File Missing    0x00000000    kdusb.dll    amd64_microsoft-windows-b..buggertransport-usb_31bf3856ad364e35_6.1.7600.16757_none_f9951332241e41f1    
(f)    CSI Payload File Missing    0x00000000    mscorjit.dll    amd64_netfx-mscorjit_dll_b03f5f7f11d50a3a_6.1.7600.16992_none_4c380526d8fe2621    

Summary:
Seconds executed: 693
 Found 26 errors
  CSI Payload File Missing Total count: 11
  CBS MUM Corrupt Total count: 2
  CBS Registry Error Total count: 1
  CBS Watchlist Component Missing Total count: 7
  CBS Watchlist contains unexpected data Total count: 5

Unavailable repair files:
    servicing\packages\Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum
    servicing\packages\Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum
    servicing\packages\Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.cat
    servicing\packages\Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.cat



=================================
Checking System Update Readiness.
Binary Version 6.1.7601.21645
Package Version 19.0
2013-08-12 07:28

Checking Windows Servicing Packages

Checking Package Manifests and Catalogs
(f)    CBS MUM Corrupt    0x00000000    servicing\Packages\Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum        Expected file name Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~neutral~~10.2.9200.16437.mum does not match the actual file name
(f)    CBS MUM Corrupt    0x00000000    servicing\Packages\Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum        Expected file name Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~neutral~~10.2.9200.16437.mum does not match the actual file name

Checking Package Watchlist

Checking Component Watchlist
(f)    CBS Watchlist contains unexpected data    0x00000000    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_7e33f54feaffc8dd    Package_2_for_KB2659262~31bf3856ad364e31~amd64~^6.1.1.2.Trigger_2    
(f)    CBS Watchlist contains unexpected data    0x00000000    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_7e33f54feaffc8dd    Package_3_for_K@2659262~31bf3856ad364e35~amd64~|6.1.1.2.2659262/14_neutral_LDR    
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_7e33f54feaffc8dd    Package[3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_7e33f54feaffc8dd    Package_3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_801a6ce9e8261576    Package_3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_801a6ce9e8261576    Package]3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_801a6ce9e8261576    Package_3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_c5e12c26ff7bf1e3    Package_2_for_KB2659262~31bf3856ad364e3~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_c5e12c26ff7bf1e3    Package[2_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist contains unexpected data    0x00000000    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_c5e12c26ff7bf1e3    Package_3_for_KB2659262~31bf3852ad364e35~amd64~~6.1.1.2Trigger_2    
(f)    CBS Watchlist contains unexpected data    0x00000000    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_c7c7a3c0fca23e7c    Package_2_for_KB2659262|31bf385ad364e3~amd64~~6.1.1.2.2659262-7_neutral_GDR    
(f)    CBS Watchlist contains unexpected data    0x00000000    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_c7c7a3c0fca23e7c    Package]3_for_KB2659262~31bf385ad364e3~amd64~~6.1.1.2Trigger_1    

Checking Packages
(f)    CBS Registry Error    0x00000002    Package_3_for_KB2659262^31bf3856ad364e35~amd64~~6.1.1.2    Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\    Failed to open store sub key

Checking Component Store
(f)    CSI Payload File Missing    0x00000000    rdrmemptylst.exe    amd64_microsoft-windows-t..instationextensions_31bf3856ad364e35_6.1.7600.17009_none_f6608f2f8479f56f    
(f)    CSI Payload File Missing    0x00000000    snmp.exe    wow64_microsoft-windows-snmp-agent-service_31bf3856ad364e35_6.1.7600.16385_none_5d7e7d60a654a16e    
(f)    CSI Payload File Missing    0x00000000    SOS.dll    amd64_netfx-sos_dll_b03f5f7f11d50a3a_6.1.7600.21183_none_89fc5fabbc4fd0a1    
(f)    CSI Payload File Missing    0x00000000    kdusb.dll    amd64_microsoft-windows-b..buggertransport-usb_31bf3856ad364e35_6.1.7600.20897_none_f9f3704d3d5c517f    
(f)    CSI Payload File Missing    0x00000000    kdusb.dll    amd64_microsoft-windows-b..buggertransport-usb_31bf3856ad364e35_6.1.7600.16757_none_f9951332241e41f1    
(f)    CSI Payload File Missing    0x00000000    mscorjit.dll    amd64_netfx-mscorjit_dll_b03f5f7f11d50a3a_6.1.7600.16992_none_4c380526d8fe2621    

Summary:
Seconds executed: 392
 Found 21 errors
  CSI Payload File Missing Total count: 6
  CBS MUM Corrupt Total count: 2
  CBS Registry Error Total count: 1
  CBS Watchlist Component Missing Total count: 7
  CBS Watchlist contains unexpected data Total count: 5

Unavailable repair files:
    servicing\packages\Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum
    servicing\packages\Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum
    servicing\packages\Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.cat
    servicing\packages\Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.cat



=================================
Checking System Update Readiness.
Binary Version 6.1.7601.21645
Package Version 19.0
2013-09-09 11:48

Checking Windows Servicing Packages

Checking Package Manifests and Catalogs
(f)    CBS MUM Corrupt    0x00000000    servicing\Packages\Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum        Expected file name Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~neutral~~10.2.9200.16437.mum does not match the actual file name
(f)    CBS MUM Corrupt    0x00000000    servicing\Packages\Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum        Expected file name Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~neutral~~10.2.9200.16437.mum does not match the actual file name

Checking Package Watchlist

Checking Component Watchlist
(f)    CBS Watchlist contains unexpected data    0x00000000    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_7e33f54feaffc8dd    Package_2_for_KB2659262~31bf3856ad364e31~amd64~^6.1.1.2.Trigger_2    
(f)    CBS Watchlist contains unexpected data    0x00000000    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_7e33f54feaffc8dd    Package_3_for_K@2659262~31bf3856ad364e35~amd64~|6.1.1.2.2659262/14_neutral_LDR    
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_7e33f54feaffc8dd    Package[3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_801a6ce9e8261576    Package]3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_c5e12c26ff7bf1e3    Package_2_for_KB2659262~31bf3856ad364e3~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist Component Missing    0x80070002    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_c5e12c26ff7bf1e3    Package[2_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2    Package registry presence failed, possibly an orphaned package on package watchlist
(f)    CBS Watchlist contains unexpected data    0x00000000    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.0.0_none_c5e12c26ff7bf1e3    Package_3_for_KB2659262~31bf3852ad364e35~amd64~~6.1.1.2Trigger_2    
(f)    CBS Watchlist contains unexpected data    0x00000000    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_c7c7a3c0fca23e7c    Package_2_for_KB2659262|31bf385ad364e3~amd64~~6.1.1.2.2659262-7_neutral_GDR    
(f)    CBS Watchlist contains unexpected data    0x00000000    x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.0.0_none_c7c7a3c0fca23e7c    Package]3_for_KB2659262~31bf385ad364e3~amd64~~6.1.1.2Trigger_1    

Checking Packages
(f)    CBS Registry Error    0x80070002    Package_3_for_KB2659262~31bf3856ad364e35~amd64~~6.1.1.2        failed to get CurrentState

Checking Component Store
(f)    CSI Payload File Missing    0x00000000    rdrmemptylst.exe    amd64_microsoft-windows-t..instationextensions_31bf3856ad364e35_6.1.7600.17009_none_f6608f2f8479f56f    
(f)    CSI Payload File Missing    0x00000000    snmp.exe    wow64_microsoft-windows-snmp-agent-service_31bf3856ad364e35_6.1.7600.16385_none_5d7e7d60a654a16e    
(f)    CSI Payload File Missing    0x00000000    SOS.dll    amd64_netfx-sos_dll_b03f5f7f11d50a3a_6.1.7600.21183_none_89fc5fabbc4fd0a1    
(f)    CSI Payload File Missing    0x00000000    kdusb.dll    amd64_microsoft-windows-b..buggertransport-usb_31bf3856ad364e35_6.1.7600.20897_none_f9f3704d3d5c517f    
(f)    CSI Payload File Missing    0x00000000    kdusb.dll    amd64_microsoft-windows-b..buggertransport-usb_31bf3856ad364e35_6.1.7600.16757_none_f9951332241e41f1    
(f)    CSI Payload File Missing    0x00000000    mscorjit.dll    amd64_netfx-mscorjit_dll_b03f5f7f11d50a3a_6.1.7600.16992_none_4c380526d8fe2621    

Summary:
Seconds executed: 566
 Found 18 errors
  CSI Payload File Missing Total count: 6
  CBS MUM Corrupt Total count: 2
  CBS Registry Error Total count: 1
  CBS Watchlist Component Missing Total count: 4
  CBS Watchlist contains unexpected data Total count: 5

Unavailable repair files:
    servicing\packages\Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum
    servicing\packages\Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.mum
    servicing\packages\Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.cat
    servicing\packages\Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437.cat
 
Hi Jared,

SFCFix Script

Warning: this fix is specific to the user in this thread. No one else should follow these instructions as it may cause more harm than good. If you are after assistance, please start a thread of your own.

  1. Download SFCFix.exe (by niemiro) and save this to your Desktop.
  2. Download the file below, SFCFix.zip, and save this to your Desktop. Ensure that this file is named SFCFix.zip - do not rename it.
  3. Save any open documents and close all open windows.
  4. On your Desktop, you should see two files: SFCFix.exe and SFCFix.zip.
  5. Drag the file SFCFix.zip onto the file SFCFix.exe and release it.
  6. SFCFix will now process the script.
  7. Upon completion, a file should be created on your Desktop: SFCFix.txt.
  8. Copy (Ctrl + C) and Paste (Ctrl + V) the contents of this file into your next post for me to analyse please - put [CODE][/CODE] tags around the log to break up the text.

https://dl.dropboxusercontent.com/u/16537616/Fixes/SFCFix/Scripts/jayrod12/SFCFix.zip

Then run the SURT and post the log again please :)

Tom
 
Tom,

SFCFix has appeared to hang while processing the registry script. It has been sitting idle for about 10 minutes. None of the other scripts you've had me run took even a full second.

I would've expected it to return an error if there was a mistake in the script.
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top