PathAndCredentials (microsoft-windows-pnpcustomizationswinpe-driverpaths-pathandcredentials)

PathAndCredentials はリスト項目の種類で、非インボックス デバイス ドライバー用の追加の場所へのローカルまたは汎用名前付け規則 (UNC) パスと、必要に応じてそのパスへのアクセスに使用される資格情報を指定します。

子要素

設定 説明
資格情報 パスで指定されたパスへのアクセスに使用される資格情報を指定します。 (省略可能)
[キー] ドライバー パスの一意の文字列識別子を指定します。
Path Windows イメージにコピーする追加の非インボックス デバイス ドライバーを含むローカル パスまたは UNC パスを指定します。

有効な構成パス

windowsPE

[親階層]

Microsoft-Windows-PnpCustomizationsWinPE | DriverPaths | PathAndCredentials

適用対象

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

XML の例

次の XML 出力では、デバイス ドライバーの 2 つの追加場所の 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>

DriverPaths