次の方法で共有


パス (microsoft-windows-pnpcustomizationswinpe-driverpaths-pathandcredentials-path)

Path は、既定のデバイス ドライバーを含む場所へのローカルまたは汎用名前付け規則 (UNC) パスで、Windows セットアップ中に使用できます。 windowsPE 構成パスの間に、これらのドライバーが Windows イメージのドライバー ストアにコピーされます。

パス

既成のドライバーを含むローカル パスまたは UNC パスを指定します。 windowsPE 構成パスの間に、このパスのドライバーが Windows イメージのドライバー ストアにコピーされます。

Path は、最大 259 の長さの文字列です。

この文字列の種類は空の要素をサポートしていません。 この設定で空の値を作成しないでください。

有効な構成パス

windowsPE

[親階層]

microsoft-windows-pnpcustomizationswinpe- | DriverPaths | PathAndCredentials | Path

適用対象

サポートされている 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>

PathAndCredentials