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 (KB5025229) to: C:\WUTemp - Or copy this file from the download directory to C:\WUTemp. (Important!)
Downloadlink: KB5025229
- 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-kb5025229-x64_51315f30dd290d51ba049760d7c107c4b90b27c7.msu -f:* C:\WUTemp
DISM.exe /Online /Add-Package /PackagePath:C:\WUtemp\Windows10.0-KB5025229-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.