09-28-2023, 03:50 AM
(This post was last modified: 09-28-2023, 04:34 AM by StephenSky.)
Add Device Drivers to Windows During Windows Setup | Microsoft Learn
Looking to create a Windows answer file (unattend.xml) to go with a Windows 10 install.
How do I get device drivers be available during the windowsPE stage? I am trying to avoid modifying the Windows 10 .iso and placing the files inside there.
I understand iVentoy provides a HTTP server to serve files which I can get to work when sending PowerShell scripts during the Windows auditUser and auditSystem phases.
The problem I am facing here is that prior to configuring the drive and partitions, there needs to be specific Intel drivers to be installed before formatting and partitioning of the drives can be performed during the Windows install. I figure I am able to use the auto-injection feature of iVentoy to get the files into the X:\ boot drive however how am I able to automatically get these drivers to be installed?
Thanks
Looking to create a Windows answer file (unattend.xml) to go with a Windows 10 install.
How do I get device drivers be available during the windowsPE stage? I am trying to avoid modifying the Windows 10 .iso and placing the files inside there.
I understand iVentoy provides a HTTP server to serve files which I can get to work when sending PowerShell scripts during the Windows auditUser and auditSystem phases.
The problem I am facing here is that prior to configuring the drive and partitions, there needs to be specific Intel drivers to be installed before formatting and partitioning of the drives can be performed during the Windows install. I figure I am able to use the auto-injection feature of iVentoy to get the files into the X:\ boot drive however how am I able to automatically get these drivers to be installed?
Thanks