Error 0x80070bc2 when Windows 10 update trying to install KB4048955 for version 1709

Anonymous
2017-11-21T15:00:06+00:00

Windows 10 home, new computer with CPU Intel 8700K working well, version 1709 installed.   

I noticed that windows update gives error 0x80070bc2 when trying to install 2017-11 Cumulative update for Windows Version 1709 for amd64-based systems KB4048955 (and before KB4043961) ... getting a sort of a loop as it requires a restart to finish installing but at any restart gives the same message and does not install.  

Tried various things such as sfc scan, dism, troubleshooting windows update, manual install etc.  Nothing works.  Other updates such as KB4048951 and KB4051613 installed correctly in the last few days.  Can someone help?

Windows for home | Windows 10 | 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
Answer accepted by question author
Anonymous
2018-01-27T06:57:08+00:00

This seems to have worked for me:

  • Right-click on Windows key and select Command Prompt (Admin).
  • Type the following commands in Command Prompt window. To execute them, press Enter after each one. 

SC config wuauserv start= auto

SC config bits start= auto

SC config cryptsvc start= auto

SC config trustedinstaller start= auto

  • Finally, restart your PC and try to install the update that was previously returning the 0x80070bc2 error.

Was this answer helpful?

900+ people found this answer helpful.
0 comments No comments

226 additional answers

Sort by: Most helpful
  1. Anonymous
    2018-02-12T01:43:01+00:00

    It is changing the Services from Manual to Automatically start.  Does not hurt anything so they are fine to stay that way.

    Steve

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2018-01-31T23:44:46+00:00

    This seems to have worked for me:

    • Right-click on Windows key and select Command Prompt (Admin).
    • Type the following commands in Command Prompt window. To execute them, press Enter after each one. 

    SC config wuauserv start= auto

    SC config bits start= auto

    SC config cryptsvc start= auto

    SC config trustedinstaller start= auto

    • Finally, restart your PC and try to install the update that was previously returning the 0x80070bc2 error.

    Despite being an administrator, this process results in "Access is Denied" after each entry stroke.

    But note that the error occours after the system attemted to download and instal KB4058258.

    The system chose to do this whilst my normal system clean up routine was running.

    As a side comment - it really is outrageously arrogant of Microsoft to impose downloading of updates with no means of choosing when to do the dowload. That is the basic cause of the problem here. I want to be told when updates are available. BUT it is for me to decide when to download them. It's MY computer and MY software. Microsoft have no business taking it over.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2018-01-15T23:03:08+00:00

    JPzapa thank you very much. Your advice worked for me, after a week of trying everything else.

    " In English, open CMD as administrator, an type one by one:

    SC config wuauserv start= auto [Press Enter]

    SC config bits start= auto [Press Enter]

    SC config cryptsvc start= auto [Press Enter]

    SC config trustedinstaller start= auto [Press Enter] "

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2018-01-10T03:36:27+00:00

    another big THANK YOU for this fix!!!

    only issue may be if those services should not be on auto, but on manual or on demand for future updates... i noticed my system acted weird when i rebooted after turning those to auto, system rebooted then i couldn't get windows update to start then BAM it went to the update screen and went to 28% then rebooted.. everything seems ok now on 2nd reboot, but i wonder if putting those on auto may make all future updates instantly install/restart the system without warning..

    only service i saw that was set 'differently' for my wifes PC (which installed the update fine) was the wuauserv(windows update service) was set to Auto Triggered on my system, and manual triggered on wifes. I went on and changed it on my system back to manual triggered..

    rest were all the same

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments