# WinPE Drivers

WinPE driver packs are vendor-provided archives of hardware drivers that OSDeploy injects into WinPE boot images to enable network and storage connectivity during OS deployment.

| Property     | Value                        |
| ------------ | ---------------------------- |
| Architecture | amd64 (all vendor packs)     |
| Platform     | WinPE                        |
| Required by  | `Build-OSDeployBoot`         |
| Managed by   | `Update-OSDeployCoreDrivers` |

## Overview

WinPE does not include NIC, WiFi, or storage drivers by default. Without drivers, WinPE cannot connect to the network to download Windows images, OEM driver packs, or run OSDCloud. OSDeploy automates the download and injection of vendor driver packs from Dell, HP, Lenovo, Intel, and Microsoft. Drivers are downloaded and expanded into the OSDeployCore library, then injected into the boot image at build time.

All vendor-provided WinPE driver packs target the **amd64** architecture. WiFi drivers are only needed for WinRE-based boot images — ADK-generated WinPE does not include wireless hardware support by default.

## Why OSDeploy Requires WinPE Drivers

* WinPE boots without NIC or storage drivers on most modern hardware without vendor packs
* `Update-OSDeployCoreDrivers` downloads and expands driver packs into the OSDeployCore repository
* `Build-OSDeployBoot` injects drivers from the repository into the WinPE image at build time
* `Get-OSDeployCoreDrivers` returns the set of driver folders currently in the library

{% hint style="info" %}
WiFi drivers are excluded automatically when no imported OS sources are present. ADK WinPE does not support wireless hardware — WiFi drivers are only needed for WinRE-based boot images.
{% endhint %}

## In This Section

* [Dell](/core-components/winpe-drivers/dell.md) — Dell WinPE 11 driver pack (amd64)
* [HP](/core-components/winpe-drivers/hp.md) — HP WinPE driver pack (amd64)
* [Lenovo](/core-components/winpe-drivers/lenovo.md) — Lenovo WinPE driver pack (amd64)
* [Intel Ethernet](/core-components/winpe-drivers/intel-ethernet.md) — Intel Ethernet adapter complete driver pack (amd64)
* [Intel Wireless](/core-components/winpe-drivers/intel-wireless.md) — Intel ProSet Wireless IT administrator driver pack (amd64)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.osdeploy.com/core-components/winpe-drivers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
