How do I fix this manifest error in my ChueckSUR.log?

David says Reinstate Monica

My windows update isn't working. I've been following this guide and its been great for fixing almost all the errors in my CheckSUR.log, but I can't figure out how to fix the last error. Here is the contents of the log:

=================================
Checking System Update Readiness.
Binary Version 6.1.7601.22471
Package Version 26.0
2016-04-22 08:04

Checking Windows Servicing Packages

Checking Package Manifests and Catalogs

Checking Package Watchlist

Checking Component Watchlist

Checking Packages

Checking Component Store
(f) CSI Manifest All Zeros  0x00000000  winsxs\Manifests\amd64_microsoft-windows-t..es-workspaceruntime_31bf3856ad364e35_7.2.7601.23095_none_3e5e6e7736f1a2a2.manifest  amd64_microsoft-windows-t..es-workspaceruntime_31bf3856ad364e35_7.2.7601.23095_none_3e5e6e7736f1a2a2    

Summary:
Seconds executed: 135
 Found 1 errors
  CSI Manifest All Zeros Total count: 1

Unavailable repair files:
    winsxs\manifests\amd64_microsoft-windows-t..es-workspaceruntime_31bf3856ad364e35_7.2.7601.23095_none_3e5e6e7736f1a2a2.manifest

The key line being that unavailable manifest file at the end. The problem is, I don't know where to find that manifest file so I can run SURT on it.

How can I fix this error? I'm on a Windows 7 machine version 6.1 with service pack 1.

magicandre1981

Open regedit, go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\ComponentDetect\amd64_microsoft-windows-t..es-workspaceruntime_31bf3856ad364e35_0.0.0.0_none_a65dcbedddc9e6dc look which KB number is shown for version 7.2.7601.23095. Now download the MSU file for this update from Microsoft Download center, place the MSU file into C:\Windows\CheckSUR\packages and rerun the checkSUR tool.

If this doesn't work, install the update KB2966583 and run the command DISM /Online /Cleanup-Image /Scanhealth .

If this also doesn't fix it, run an inplace upgrade to repair Windows.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How do I fix this ArrayIndexOutOfBoundsException in my hashtable?

How do I find a fix for my runtime int casting error?

How do I fix my FirebaseRecyclerAdapter on a fragment?

How do I fix this Java notarization error?

How do I fix "missing Codebase, Permissions, and Application-Name manifest attribute" in my JNLP app?

How do I fix the indentation error in my code?

How do I fix this syntax error in my game?

How do I fix my sequalize connection error?

How do I fix this design error on my log in page?

How Do I Fix "unexpected element <queries> found in <manifest>"?

How do I fix my neomuttrc syntax?

How do I fix manifest-update lifecycle error of android-maven-plugin in Eclipse?

How do I factor out my use of `try {...} catch (Error e) {log_error(e);}`

How do I include this HTML file in my Manifest.JSON

How do I fix plotting my boxplot?

How do I fix the validation error I am getting about my <style> tag

How do I fix my logging-profile to return the correct log levels in the correct format?

How do I fix my sortData and compareTo method. I keep receiving "cannot be converted to error."

How do I fix this error log I get when launching eclipse?

How do I fix this error in my Django settings.py?

How do I fix an off by one error for my for loop?

How do i fix my class code 'int' object error?

How do I fix my golang import cycle error

how do i fix this subprocess error in my code

C and MinGW: How do I fix my "No such file or directory" error?

How do I fix my current openGL error, my cmakelist may be my issue

I get an error [<class 'decimal.ConversionSyntax'>] in my cart, how do I fix this?

How do I fix this to avoid this key error?

How do I fix this syntax error on my Try and Except