

You can remove specific vendor drivers from an image. Remove-WindowsDriver -Path "c:\offline" -Driver "OEM0.inf" To remove a specific driver, you need to specify its inf file name ( oem.inf): List third-party drivers in the offline Windows image: Mount-WindowsImage -Path C:\Mount\ -ImagePath C:\iso\sources\install.wim -Index 2 To do this, mount the offline WIM image to a local folder: In some cases, you may need to remove drivers from the Windows WIM installation image (when removing old/incorrect drivers, or reducing the size of the ISO image). Remove Driver Packages from a Windows Image

It remains to write your custom installation image to the boot disk or USB flash drive or convert it to the ISO image file. This will increase the security of your OS immediately after the installation. I have updated all the BIOS/Firmware/etc on the server already.

In addition to driver integration, it can also inject security updates to the Windows install image. I have a USB Flash drive with Server 2019 on it in the USB slot on this R640 server.
