# ContentWinPEDrivers

* **Requires directories in C:\OSDBuilder\Content\Drivers**

## Add Drivers Content

For example, I want to take the Dell WinPE CAB and include that in WinPE.  I can find the latest Dell WinPE CABs at this link to find the latest WinPE Driver Pack

{% embed url="<https://www.dell.com/support/article/us/en/04/sln312414/dell-command-deploy-driver-packs-for-enterprise-client-os-deployment?lang=en#WinPE>" %}

I'll expand the CAB to C:\OSDBuilder\Content\Drivers

![](https://1642863114-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LmIIKLDn2u7Sp5DGyF2%2F-LpEPxIXdbiY1t74lGXM%2F-LpER0hnXDcxKKsrAnSn%2Fimage.png?alt=media\&token=e782912e-c13e-48cc-916e-18e4f06f7b68)

And then separate the x64 and x86 Drivers into some logical directories

![](https://1642863114-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LmIIKLDn2u7Sp5DGyF2%2F-LpEPxIXdbiY1t74lGXM%2F-LpERChDTnBcCnFyw4EN%2Fimage.png?alt=media\&token=3c5ef00a-a268-40e5-81a5-eaad492a2413)

## New-OSBuildTask

When updating my **OSBuild Task**, I'll use the following PowerShell Command Line

```
New-OSBuildTask -TaskName SeguraOSD -ContentWinPEDrivers
```

This will allow me to select the proper WinPE Driver Pack to add to the **OSBuild Task**

![](https://1642863114-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LmIIKLDn2u7Sp5DGyF2%2F-LpEPxIXdbiY1t74lGXM%2F-LpERn8xdlQjNCNJYdY2%2Fimage.png?alt=media\&token=2801eee4-574c-4e30-b17c-f871a987b51d)

## Task JSON

```
"WinPEDrivers":  [
                     "Drivers\\WinPE Dell Win10 x64 A13"
                 ],
```
