Method 1: Install all MSU files together
Download all MSU files for KB5078127 from Microsoft Update Catalog and place them in the same folder (for example, C:/Packages). Use
Deployment Image Servicing and Management (DISM.exe) to install the target update. DISM will use the folder specified in
PackagePath to discover and install one or more prerequisite MSU files as needed.
Updating Windows PC
To apply this update to a running Windows PC, run the following command from an elevated Command Prompt:
| DISM /Online /Add-Package /PackagePath:c:\packages\Windows11.0-KB5078127-x64.msu |
Or, run the following command from an elevated Windows PowerShell prompt:
Add-WindowsPackage -Online -PackagePath "c:\packages\Windows11.0-KB5078127-x64.msu"