In my previous blog post, I wrote about adding cumulative updates to a Windows image. While doing so I smashed my head into a wall for a while figuring out that I was missing a servicing stack update. And if you don’t install that first, the cumulative update won’t actually install into the image. The…
Category: OS Deployment
Add Monthly Update to Your Windows Image with PowerShell
If you “burned” a Windows 10 or Server edition ISO onto a thumb drive (for example using Rufus or the Microsoft media creation tool), or if you just have an install.wim on a network share that you want to refresh with a monthly cumulative update, here’s a quick way to do it. The Steps! In…
A look at DISM image cleanup commands and consequences
For some time, I’ve followed a documented practice when managing my operating system images. That practice is to perform a cleanup before capturing the final WIM file. There are a few things you can do for the disk cleanup, but most commonly use of DISM /resetbase and /startcomponentcleanup yield considerable savings in the size of the…