Share via


PnpCustomizationsNonWinPE XML Example (Standard 8 Module Reference)

7/8/2014

Review an XML example of how to set PnPCustomizationsNonWinPE settings in the Embedded Core module in the Windows Embedded 8 Standard (Standard 8) module catalog.

This example shows how to specify the local or Universal Naming Convention (UNC) path to two additional locations for out-of-box device drivers and the optional credentials used to access those 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

Reference

PnpCustomizationsNonWinPE
Path
Domain
Username
Password