Manually replaced curl.exe before the April 2023 monthly and now the monthly patch won't update

Slaggo 5 Reputation points
2023-04-27T10:58:14.6566667+00:00

Manually replaced curl.exe on a Windows 2019 standard server before the April 2023 monthly and now the monthly patch won't update; is there a way to fix it?

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,832 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Limitless Technology 44,496 Reputation points
    2023-04-28T14:29:08.76+00:00

    Hello there,

    Can you share the exact error message or Event ID you are getting?

    Follow the steps below to force Windows update with the command line:

    Type cmd in the search box, choose Run as administrator and click Yes to continue.

    Type wuauclt.exe /updatenow and hit Enter.

    This command will force Windows Update to check for updates and start downloading.

    You can also Reset windows update components and see if that helps:

    Right-click on the start button and select Powershell (admin) or Command Prompt (admin)

    Copy each commands and hit enter after you paste each of them

    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

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer–


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.