Share via

Unable to update windows (KB5022729)

Anonymous
2023-02-21T07:08:32+00:00

I have to try to update windows but after some percentage with will throw an error Like "There was some problem 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(0x80092004)."

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

12 answers

Sort by: Most helpful
  1. Ramesh 176.8K Reputation points Volunteer Moderator
    2023-03-13T08:09:25+00:00

    KB5022729 is a buggy update. The 4.8 installer works fine (on systems that don't have .NET Framework 4.8.1), though.

    .net framework - MS23-FEB13 - Microsoft Community

    windows10.0-kb5022498-x64-ndp481_e463ac2254174a29bd0636a781a0cdfd21fc6dc2.msu (.NET Framework 4.8.1. This has a bug.) windows10.0-kb5022502-x64-ndp48_1c8db95b6897031eb6bbd7ab33e9a217bcf07012.msu (.NET Framework 4.8)

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  2. Ramesh 176.8K Reputation points Volunteer Moderator
    2023-04-02T08:55:26+00:00

    Thanks, GBorn. Also, from February 14, 2023-KB5022729 Cumulative Update for .NET Framework 3.5, 4.8 and 4.8.1 for Windows 10 Version 22H2

    On March 29, 2023, KB5022498 was re-released to correct this issue.

    Symptom The .NET Framework 4.8.1 February cumulative update, KB5022498 will not install. This is an issue only occurs after installing the .NET Framework 4.8 February cumulative update, KB5022502, then upgrading to .NET Framework 4.8.1 then scanning for updates.
    Workaround Applying the following steps will allow KB5022498to be installed:<br><ul><li style="margin-left: 0"><p data-prewrap="true">Uninstall 4.8 February update (KB5022502 )</p></li><li style="margin-left: 0"><p data-prewrap="true">Run command from elevated Command Promp: <b>dism/online /cleanup-image /StartComponentCleanup</b></p></li><li style="margin-left: 0"><p data-prewrap="true">Scan for windows update again, 4.8.1 February update (KB5022498) installs as expected.</p></li></ul>
    Resolution On March 29, 2023, KB5022498 was re-released to correct this issue.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Günter Born 49,456 Reputation points Volunteer Moderator
    2023-04-02T08:04:19+00:00

    KB5022729 is a buggy update. The 4.8 installer works fine (on systems that don't have .NET Framework 4.8.1), though.

    .net framework - MS23-FEB13 - Microsoft Community

    windows10.0-kb5022498-x64-ndp481_e463ac2254174a29bd0636a781a0cdfd21fc6dc2.msu (.NET Framework 4.8.1. This has a bug.) windows10.0-kb5022502-x64-ndp48_1c8db95b6897031eb6bbd7ab33e9a217bcf07012.msu (.NET Framework 4.8)

    FYI: The update has been revised end of March 2023 - and what blog readers told me, this version could be installed without an error.

    .NET updates: UUP distribution; preview updates finally optional, installation error fixed for KB5022729

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2023-02-21T08:06:30+00:00

    Thanks, Bernard for your reply but still a problem is there after successfully following the steps and restarting the PC.

    Ihttps://learn-attachment.microsoft.com/api/attachments/081f5c19-e4cb-43a8-8237-fcc6ee699cff?platform=QnA"https://learn-attachment.microsoft.com/api/attachments/ed0ba7b4-d816-4dd8-b6f1-76050c9761ef?platform=QnA" rel="ugc nofollow">

    Was this answer helpful?

    0 comments No comments
  5. Lester Bernard Reyes 82,035 Reputation points Independent Advisor
    2023-02-21T07:42:41+00:00

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

    I understand the issue you have, nothing to worry I am here to help, I know some of these steps are already done, you have just skipped it if you think it will have the same result.

    Reset Windows update components:

    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

    -Once done restart the device and check.

    You may also refer to this link for additional troubleshooting steps:

    https://support.microsoft.com/en-us/windows/tro...

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

    Bernard

    Was this answer helpful?

    0 comments No comments