次の方法で共有


DriverPaths (microsoft-windows-pnpcustomizationswinpe-driverpaths)

DriverPaths は、out-of-box ドライバーを含む 1 つ以上のパスを指定します。 これらの out-of-box ドライバーは、windowsPE 構成パス時に Windows イメージにコピーされます。 DriverPaths は、1 つ以上の PathAndCredentials リスト項目のコンテナーです。

この設定を使用することで、ブート クリティカル ドライバーと非ブート クリティカル ドライバーを Windows イメージに、それをインストールする前に追加できます。

子要素

設定 説明
PathAndCredentials out-of-box ドライバーへのローカル パスまたは汎用名前付け規則 (UNC) パスと、そのドライバーへのアクセスに使用する資格情報 (省略可能) を指定します。

有効な構成パス

windowsPE

[親階層]

Microsoft-Windows-PnpCustomizationsWinPE | DriverPaths

適用対象

サポートされている Windows のエディションと、このコンポーネントがサポートするアーキテクチャの一覧については、「Microsoft-Windows-PnpCustomizationsWinPE」をご覧ください。

XML の例

次の XML 出力では、デバイス ドライバーの追加場所の UNC パスと、それらのパスへのアクセスに使用される資格情報が指定されます。

<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>

Microsoft-Windows-PnpCustomizationsWinPE