1 Offline Update
lucid edited this page 2 years ago

Link to all Windows 10 Updates

Remember to apply the appropriate SSU before applying the cumulative update.

Extract the .cab from the .msu

expand -F:* <.msu file> <dest>

Install the update file offline

dism /online /add-package /packagepath=<path to .cab>

Clear the cache after all updates have been installed

dism /online /Cleanup-Image /StartComponentCleanup