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: Oldest
  1. Anonymous
    2018-03-14T07:53:14+00:00

    This "Fix" worked for my ASUS M32 series Desktop PC. Don't forget to leave a space between the = sign and auto.  After computer restarted, the screen stated the message "Downloading stage 1 of 6, Don't shut off machine". This takes about 5 minutes to complete, but it works well. Thank you Devon!

     I got me a new computer  after 3month of mednes  and  I went  to staem!

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2018-03-14T14:14:26+00:00

    ALL IS WELL. I AM (Finally!!) A WINDOWS FALL CREATOR.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2018-03-17T17:59:11+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.

    I tried these commands running as Admin, got the return messages below, the message text was in red.

    Windows PowerShell

    Copyright (C) Microsoft Corporation. All rights reserved.

    PS C:\Users\USER> SC config wuauserv start= auto

    Set-Content : A positional parameter cannot be found that accepts argument 'start='.

    At line:1 char:1

    • SC config wuauserv start= auto
    • 
      

        + CategoryInfo          : InvalidArgument: (:) [Set-Content], ParameterBindingException

        + FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.SetContentCommand

    PS C:\Users\USER> SC config bits start= auto

    Set-Content : A positional parameter cannot be found that accepts argument 'start='.

    At line:1 char:1

    • SC config bits start= auto
    • 
      

        + CategoryInfo          : InvalidArgument: (:) [Set-Content], ParameterBindingException

        + FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.SetContentCommand

    PS C:\Users\USER> SC config cryptsvc start= auto

    Set-Content : A positional parameter cannot be found that accepts argument 'start='.

    At line:1 char:1

    • SC config cryptsvc start= auto
    • 
      

        + CategoryInfo          : InvalidArgument: (:) [Set-Content], ParameterBindingException

        + FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.SetContentCommand

    PS C:\Users\USER> SC config trustedinstaller start= auto

    Set-Content : A positional parameter cannot be found that accepts argument 'start='.

    At line:1 char:1

    • SC config trustedinstaller start= auto
    • 
      

        + CategoryInfo          : InvalidArgument: (:) [Set-Content], ParameterBindingException

        + FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.SetContentCommand

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2018-03-19T17:55:42+00:00

    Don't work!!!

    Was this answer helpful?

    0 comments No comments