problem on 2018-04 cumulative update (KB4093112)

Anonymous
2018-04-11T13:15:46+00:00

Dear Sir,

my windows 10 64-bit version 1709 updating this KB4093112 updates in a loop, that is initializing, downloading (no download stream since the 2nd loop), installing (counting from 0% to 100%), after that, the installation restarting as a loop, what is wrong with that?

I tried restart my PC but nothing help

This workload keeps my CPU working in 60% and above, HDD working in 40% above somethings (max 100% before restart), RAM usage 45%.

Can anyone help on this?

hardware configuration:

Intel CPU i5-3450S 2.8GHz

RAM: 8GB

HDD: 1TB drive C; 2TB drive D with bitlocker locked

Display card: AMD Radeon R9 380

Mc

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-04-11T20:45:45+00:00

I was getting an error code: 0x80070bc2 when trying to install KB4093112. Following this step help resolved my problem just minutes ago:

https://answers.microsoft.com/en-us/windows/forum/windows\_10-update/error-0x80070bc2-when-windows-10-update-trying-to/ba4053f2-acec-43db-9305-bca3cc2b8b0c

  • 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?

200+ people found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2018-04-19T07:49:27+00:00

Did you choose the right processor and the cumulative download?  It worked for me, Error 0x8024200d was gone after a reboot.

Was this answer helpful?

9 people found this answer helpful.
0 comments No comments

94 additional answers

Sort by: Newest
  1. Anonymous
    2018-04-13T23:16:57+00:00

    Hi,

    same problem occurs for me. The Update (KB4093112) downloads and installs over and over again.

    No antivir program is installen (only Windows Defender).

    I tried all the solutions posted above but nothing works...

    Please help

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2018-04-13T17:04:39+00:00

    Hi,

    You get this type of error when you try to use sc in powershell as opposed to cmd shell.  If you want to use the command in powershell type sc.exe as opposed to just sc.

    sc is an alias for Set-Content in powershell.

    sc.exe is service control

    rgds

    anthonyb

    Was this answer helpful?

    10 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2018-04-13T12:30:38+00:00

    When using those commands I get this -

    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

    Was this answer helpful?

    0 comments No comments