Please try to install this update using DISM.
Follow these instructions to install an update with DISM.
Follow these instructions to install an update with DISM.
- Open the Start menu of Windows and type CMD.
- When you see Command Prompt on the list, select the option Run as administrator.
- Copy and paste the following command into it, and press enter. (Leave the CMD window open!)
Code:
MD C:\WUTemp
- Now, download the following update (KB5037768) to: C:\WUTemp - Or copy this file from the download directory to C:\WUTemp. (Important!)
Downloadlink: KB5037768
- Copy and paste the following commands one at a time into the command prompt and press enter after each.
Code:
CD C:\WUTemp
EXPAND.exe windows10.0-kb5037768-x64_a627ecbec3d8dad1754d541b7f89d534a6bdec69.msu -f:* C:\WUTemp
DISM.exe /Online /Add-Package /PackagePath:C:\WUtemp\Windows10.0-KB5037768-x64.cab
- Let me know if it says it was successful or if there are any errors. Or take a screenshot of the command prompt window and paste it into your next reply.