DriverPaths

DriverPaths specifies one or more paths that contain out-of-box drivers. These drivers are copied to the Windows installation during the auditSystem configuration pass. DriverPaths is a container for one or more PathAndCredentials list items.

Child Elements

PathAndCredentials

Specifies the local or Universal Naming Convention (UNC) path to the out-of-box drivers and the Credentials (optional) used to access them.

Valid Passes

auditSystem

offlineServicing

Parent Hierarchy

Microsoft-Windows-PnpCustomizationsNonWinPE | DriverPaths

Applies To

For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-PnpCustomizationsNonWinPE.

XML Example

The following XML output specifies device driver search paths.

<DriverPaths>
<!-- First PathAndCredentials list item -->
   <PathAndCredentials wcm:action="add" wcm:keyValue="1">
      <Path>\\myFirstDriverPath\DriversFolder</Path>
      <Credentials>
         <Domain>MyDomain</Domain>
         <Username>MyUsername</Username>
         <Password>MyPassword</Password>
      </Credentials>
   </PathAndCredentials>
<!-- Second PathAndCredentials list item -->
   <PathAndCredentials wcm:action="add" wcm:keyValue="2">
      <Path>C:\Drivers</Path>
      <Credentials>
         <Domain>MyComputerName</Domain>
         <Username>MyUsername</Username>
         <Password>MyPassword</Password>
      </Credentials>
   </PathAndCredentials>
</DriverPaths>

See Also

Concepts

Microsoft-Windows-PnpCustomizationsNonWinPE