Create .INF Driver Packs for Intel® NUCs
This document guides you on creating an .INF driver pack for Intel NUC products, with all the latest drivers available from Download Center.
INF driver packs simplify your operating system setup with tools, such as Microsoft Deployment Toolkit (MDT)* or Microsoft System Center Configuration Manager (SCCM)*. This guide only shows you how to extract .INF files using PowerShell for use with OS setup tools. It doesn’t describe how to use those tools.
Before You Begin
Before you begin the driver pack creation process:
Set up an Intel NUC as the REFERENCE system |
|
Set up an identical Intel NUC as the TEST system |
|
Create the Driver Pack
The PowerShell command Export-WindowsDriver exports all third-party drivers from the Windows image to a destination folder. Follow these steps on the REFERENCE Intel NUC to create an .INF driver pack and save it to a USB portable drive.
- Connect a USB portable drive to a USB port. Take note of the driver letter assigned, such as D:\.
- Press the Windows key and type "PowerShell."
- Right-click the Windows PowerShell app and select Run as administrator.
- Run the following command: Export-WindowsDriver -Online -Destination D:\Drivers
It takes a few minutes for the Export-WindowsDriver process to complete the copy process of all third-party drivers to the USB device. Once finished, take the USB drive to the TEST system.
Test the Driver Pack
- Copy the .INF folder structure from the USB device to the TEST system.
- Press the Windows key and type "Command Prompt."
- Right-click Command Prompt and select Run as administrator.
- Navigate to the folder on the USB device containing the .INF driver folders.
- Run the following command: pnputil /add-driver *.inf /subdirs /install
- After installing all drivers with this method:
- Restart Windows.
- Check Device Manager – check that there are no errors (red or yellow bangs) on any devices.
The driver pack is now ready for use with operating system setup tools.