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