KB2887595 update problem, "Failure configuring Windows updates-undoing changes".

Anonymous
2013-11-13T12:37:28+00:00

Hi,

When I try to apply KB2887595 after the restart I get this message: "Failure configuring Windows updates-undoing changes".How to resolve it?

Windows for home | Previous Windows versions | Windows update

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

0 comments No comments

65 answers

Sort by: Oldest
  1. Anonymous
    2013-11-21T11:47:08+00:00

    Win+X -> Command prompt (Admin) -> Dism /Online /Cleanup-Image /CheckHealth

    if result not equal 100% then run

    Dism /Online /Cleanup-Image /RestoreHealth

    then check system files with command

    sfc /scannow

    and then try step by step this commands

    net stop wuauserv

    net stop bits

    net stop cryptsvc

    ren %systemroot%\SoftwareDistribution sdold123

    ren %systemroot%\System32\catroot2 cr2old123

    net start cryptsvc

    net start bits

    net start wuauserv 

    after all go to WU and check updates manually.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2013-11-21T12:33:13+00:00

    Win+X -> Command prompt (Admin) -> Dism /Online /Cleanup-Image /CheckHealth

    There is no Dism folder on my computer.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2013-11-21T18:55:20+00:00

    Win+X -> Command prompt (Admin) -> Dism /Online /Cleanup-Image /CheckHealth

    There is no Dism folder on my computer.

    Dism is not a folder, it's a command ;-)

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2013-11-22T01:42:58+00:00

    Win+X -> Command prompt (Admin) -> Dism /Online /Cleanup-Image /CheckHealth

    if result not equal 100% then run

    Dism /Online /Cleanup-Image /RestoreHealth

    then check system files with command

    sfc /scannow

    and then try step by step this commands

    net stop wuauserv

    net stop bits

    net stop cryptsvc

    ren %systemroot%\SoftwareDistribution sdold123

    ren %systemroot%\System32\catroot2 cr2old123

    net start cryptsvc

    net start bits

    net start wuauserv 

    after all go to WU and check updates manually.

    Somehow, between enabling Hyper-V and doing the above steps, the update finally installed.  (yay!)  Note: It took some time for the final step to complete when it was checking for updates.  I guess it was rebuilding the Software Distribution folder.

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2013-11-22T09:02:07+00:00

    ren %systemroot%\SoftwareDistribution sdold123 

    At this point I get an "Access denied" error message, although I'm using the command window as admin.

    Was this answer helpful?

    0 comments No comments