INATALLATION ERROR FOR WINDOWS 10 20H2 (KB4586781)

KARTEEK B 21 Reputation points
2020-11-21T04:30:29.337+00:00

There were some problems installing updates, but we'll try again later. If you keep seeing this and want to search the web or contact support for information, this may help: (0x800f081f)

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,597 questions
0 comments No comments
{count} votes

Accepted answer
  1. Kapil Arya 8,141 Reputation points MVP
    2020-11-21T05:27:21.903+00:00

    Hello,

    Please run Windows Update troubleshooter from Settings app > Update & security > Troubleshoot > Additional troubleshooters. See if it works.

    If that doesn't work, try this:

    Open administrative Command Prompt and type following commands one-by-one followed by Enter key.

    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

    Close Command Prompt and see if Windows Updates works then.

    Let us know if this helps!

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Joy Qiao 4,896 Reputation points Microsoft Employee
    2020-11-23T02:38:43.52+00:00

    Hi,

    Error code 0x800f081f stands for CBS_E_SOURCE_MISSING which means source for package or file not found.

    We could try the following measure to add package manually by specifying a source.

    We could create a new folder named as C:\temp\cab
    Download update package KB4586781 to C:\temp
    Run command line below to exact .msu file for getting .cab file.

    expand -F:* C:\temp{.msu file name with extension} C:\temp\cab

    Run DISM command line below to add .cab file.

    Dism /online /add-package /packagepath:c:\temp\cab{.cab file with extension}

    Bests,

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.