Resolution to inject drivers in Windows 10 / Sysprep
-
I also encountered problems.
Using the method below it seems to work properly
<settings pass=“specialize”>
<component name=“Microsoft-Windows-Deployment” processorArchitecture=“amd64” publicKeyToken=“31bf3856ad364e35” language=“neutral” versionScope=“nonSxS” xmlns:wcm=“http://schemas.microsoft.com/WMIConfig/2002/State” xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance”>
<RunSynchronous>
<RunSynchronousCommand wcm:action=“add”>
<Order>1</Order>
<Description>Injection Pilotes</Description>
<Path>pnputil /add-driver C:\Drivers*.inf /subdirs /install</Path>
</RunSynchronousCommand>
</RunSynchronous>
</component>
</settings> -
@jacky94 what version of fog? What problem did you solve?
-
This post is deleted! -
It’s just a method to inject drivers into windows 10 using sysprep
it responds to this style of problem :
https://forums.fogproject.org/topic/9323/windows-10-driver-injection-doesn-t-install-during-sysprep
https://forums.fogproject.org/topic/9169/help-with-win10-driver-injection/32
-
@jacky94 Thank you for sharing!!
Driver injection is always been an issue, especially hardware that is hidden behind other hardware. Some times it take 3 passes to get all of the hardware identified and the drivers loaded.