In the previous post, we reviewed how the Windows Setup works and how it can be customized. works. In this post, we’ll take a look at how Windows Setup is used to build custom Windows base images. Build process The Windows Setup process can be summarized to comprise three basic steps: Boot WinPE from a DVD or over a network. Use WinPE to extract a Windows image (install.wim) to the installation disk. Boot from the disk and specialize the system. For further details, see my previous post. To...