Intel Wireless
Last updated
Last updated
This guide was written for OSBuilder, but the same principals apply to OSDBuilder
You can easily add Drivers to an OSBuild. In this example, I'm going to add Intel Wireless as an example. If you want to work with Intel Bluetooth or Intel Ethernet, use the following links
Start by heading to this link
From there you will want to select the latest version. Hit the Download link
Now download the Zip files you need
Save the files in your <OSDBuilderHome>\Content\Drivers
Expand the Zip and give the directories a friendly name
Checking the Intel Wireless Driver Directory, everything is perfect. THIS is the format that we need the drivers in. There is no work to do here
Copy these Drivers to your WinPE Drivers
Now create a New-OSBuildTask. You will be prompted to select directories the Directories that you added. Select the ones that apply to your OS and press OK
Since you copied the Driver directories into WinPE\Drivers, you will be prompted to select Drivers to apply to WinPE. Select the proper ones (and yes, you can add Wireless support)
Now you can execute your Task and the Drivers will be applied automatically, or you can add these as a Template and these will be applied depending on where you save your Template
During the WinPE processing, the Drivers will be added to Windows Setup (WinSE), Windows PE (WinPE), and in Windows Recovery Environment (WinRE) automatically. So no more not being able to connect to the network when you need to do a Repair
During the OS processing, the Drivers that were selected will be automatically added as well
You can add more drivers as needed, and I hope this helps explain how Drivers work in OSBuilder. Enjoy