This guide walks through the process of incorporating third-party applications into a custom Windows setup media, focusing on Windows 10 and 11. The approach utilizes tools like VirtualBox and Rufus and parallels manufacturer techniques for creating restore discs.
Create a VM in VirtualBox:
Initial Windows Setup:
SysPrep Configuration:
Capture the Image:
DISM
command in the command prompt to capture the setup into a .wim
file stored on a secondary virtual drive.Prepare USB Install Drive:
install.wim
on your USB drive with the newly created .wim
..wim
to .esd
if the system resources allow..wim
to .esd
.By following these steps, you should be able to streamline the Windows installation process with third-party applications, saving subsequent setup time.