- May 7, 2013
- 10,396
Thanks, please try the following:
Install Update with DISM
Install Update with DISM
- Download the update MSU here: windows11.0-kb5039895-x64-ndp481_8b8d33530a05e1423c96f91e14d2780ecb7a54cb.msu
- Copy the .msu file to a convenient location (such as %userprofile%\Desktop).
- Click on the Start button and in the search box, type Command Prompt
- When you see Command Prompt on the list, right-click on it and select Run as administrator
- When command prompt opens, copy and paste the following commands into it, press enter after each
cd %userprofile%\Desktop
replace %userprofile%\Desktop with your path if different
expand windows11.0-kb5039895-x64-ndp481_8b8d33530a05e1423c96f91e14d2780ecb7a54cb.msu -f:* %userprofile%\Desktop
DISM /Online /Add-Package /PackagePath:%userprofile%\Desktop\Windows11.0-KB5039895-x64-NDP481.cab
- You should receive the message:
The operation completed successfully.
Make sure to allow the computer to restart if prompted. - If you receive any other message:
Post a screenshot of the Command Prompt window.
Zip and attach the file(s) from %systemroot%\Logs\CBS