Share via

0x800f081f Windows Update Error

Anonymous
2020-09-24T07:55:22+00:00

My Windows 10 PC has ran out to this error:

There were problems installing some updates, but we'll try again later.

2020-09 Cumulative Update for Windows 10 Version 2004 for x64-based Systems (KB4571756) - Error 0x800f081f

First I tried open Command Prompt as Administartor reset the Windows Update Cache.

net stop msiserver

net stop wuauserv

net stop appidsvc

net stop cryptsvc

net stop bits

After stopping them, I delete CatRoot2 and SoftwareDistribution Folder. But it give me the same error after restarting which is: 0x800f081f

Then I tried this:

dism.exe /online /disable-feature /featurename:NetFX3

Then I restart

dism.exe /online /enable-feature /featurename:NetFX3 /source:X:\Sources\sxs
/LimitAccess

After booting back up it still gave me this error: 

There were problems installing some updates, but we'll try again later.

2020-09 Cumulative Update for Windows 10 Version 2004 for x64-based Systems (KB4571756) - Error 0x800f081f

So I tried again install the Update with Microsoft Update Catalog and downloaded this and it tells me that it was error

ASUS VivoBook A442UQ

Windows 10 Version 2004 64bit

Please help me ASAP. Thanks

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

  1. Lester Bernard Reyes 79,530 Reputation points Independent Advisor
    2020-09-24T07:58:44+00:00

    Hi and thanks for reaching out. My name is Bernard. I'm a Microsoft Windows expert and a Microsoft Windows fan like you. I'll be happy to help you out today.

    I actually have same issue as before and by following the steps provided below fixed my issue, I hope this works for you as well

    I know some methods are already done, but it it better if you follow this step by step:

    First method is to reset the Windows update components using the powershell command below.

    This method will reset the Software distribution folder where the temporary file of update is saved, and re register internet connect as well.

    Open Powershell with Admin or CMD with Admin (Press Windows key + X then click Windows Powershell(Admin))

    Copy each line of command to Powershell then press enter (one line at a time)

    net stop bits

    net stop wuauserv

    net stop appidsvc

    net stop cryptsvc

    Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*"

    rmdir %systemroot%\SoftwareDistribution /S /Q

    rmdir %systemroot%\system32\catroot2 /S /Q

    regsvr32.exe /s atl.dll

    regsvr32.exe /s urlmon.dll

    regsvr32.exe /s mshtml.dll

    netsh winsock reset

    netsh winsock reset proxy

    net start bits

    net start wuauserv

    net start appidsvc

    net start cryptsvc

    After running the command line.

    Do clean boot:

    A “clean boot” starts Windows with a minimal set of drivers and startup programs, so that you can determine whether a background program is interfering with your game or program.

    • In the search box on the taskbar, type msconfig and select System Configuration from the results.
    • On the Services tab of System Configuration, select Hide all Microsoft services, and then select Disable all.
    • On the Startup tab of System Configuration, select Open Task Manager.
    • Under Startup in Task Manager, for each startup item, select the item and then select Disable.
    • Close Task Manager.
    • On the Startup tab of System Configuration, select OK. When you restart the computer, it's in a clean boot environment.

    troubleshooting reference: https://support.microsoft.com/en-us/help/929135...

    Restart the PC and check it again, please ignore errors and skip the command line if you have one.

    If none will work from the above solution I suggest to do an in-place upgrade wherein it will upgrade the device to the latest version and repair all issues without deleting any files.

    Note: before doing this make sure to create a restore point: https://support.microsoft.com/en-hk/help/402753...

    1. go to this link: https://www.microsoft.com/en-us/software-downlo...
    2. Select Download tool, and select Run. You need to be an administrator to run this tool.
    3. On the License terms page, if you accept the license terms, select Accept.
    4. On the What do you want to do? page, select Upgrade this PC now, and then select Next.
    5. After downloading and installing, it should fix the issue.

    Reference: https://www.microsoft.com/en-us/software-downlo...

    Note: if you receive error: “This Pc can’t be upgrade, follow the steps below”

    Method 1. Go to C:$WINDOWS.~BT\Sources\Panther then delete the file name compatscancache.dat

    Then try again or reboot the PC first then try again.

    You might not see the folder as it is hidden, make sure to show hidden files first.

    Let me know how does it goes and I hope that helps.

    Bernard

    Independent Advisor

    Was this answer helpful?

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Lester Bernard Reyes 79,530 Reputation points Independent Advisor
    2020-09-25T11:43:11+00:00

    You are very much welcome

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2020-09-25T11:26:51+00:00

    Thanks this helps

    Was this answer helpful?

    0 comments No comments