Share via

windows update

Anonymous
2018-04-10T23:44:22+00:00

Please help: 2018-04 Cumulative Update for Windows 10 Version 1709 for x64-based Systems (KB4093112) - Error 0x800f081f

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

91 answers

Sort by: Most helpful
  1. Anonymous
    2018-04-20T11:06:42+00:00

    Look at Settings Windows Update View Installed Update History and see which KB's are not installed.

    0 comments No comments
  2. Anonymous
    2018-04-19T11:09:59+00:00

    What KB's are hung up in Windows Update?

    0 comments No comments
  3. Anonymous
    2018-04-19T07:54:03+00:00

    Unfortunately, "The update is not applicable to your computer"..

    0 comments No comments
  4. Anonymous
    2018-04-18T18:13:38+00:00

    Thanks ! It worked :D

    0 comments No comments
  5. Anonymous
    2018-04-18T11:11:09+00:00

    This worked for some but it didn't work for me:

    From another thread: https://answers.microsoft.com/en-us/windows/forum/windows\_10-update/failed-install-2018-03-cumulative-update-for/140c7c68-8cd9-44fb-a9b7-bf3241846af5

    Before installing KB4093112, KB4088776 has to be installed correctly first. Try installing KB4088776 first by doing this:

    a) Search cmd in the Windows search bar. Right click on Command Prompt and click Run as Administrator

    b) On the open Command Prompt window, copy and paste the commands (all at once) 

    net stop wuauserv

    net stop cryptSvc

    net stop bits

    net stop msiserver

    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

    ren C:\Windows\System32\catroot2 catroot2.old

    net start wuauserv

    net start cryptSvc

    net start bits

    net start msiserver

    c) Download KB4088776 from https://www.catalog.update.microsoft.com/Search.aspx?q=KB4088776, and install it.

    d) Restart your computer.

    e) Do parts a) and b) again

    f) Download the Delta update for KB4093112 from https://www.catalog.update.microsoft.com/Search.aspx?q=KB4093112, and install it

    0 comments No comments