DriverPaths (microsoft-windows-pnpcustomizationsnonwinpe-driverpaths)
DriverPaths
は、out-of-box ドライバーを含む 1 つ以上のパスを指定します。 これらのドライバーは、auditSystem 構成パス中に Windows インストールにコピーされます。 DriverPaths
は、1 つ以上の PathAndCredentials リスト項目のコンテナーです。
子要素
設定 | 説明 |
---|---|
PathAndCredentials | out-of-box ドライバーへのローカルまたは汎用名前付け規則 (UNC) パスと、そのドライバーへのアクセスに使用する資格情報 (省略可能) を指定します。 |
有効な構成パス
auditSystem
offlineServicing
[親階層]
Microsoft-Windows-PnpCustomizationsNonWinPE | DriverPaths
適用対象
サポートされている Windows のエディションと、このコンポーネントがサポートするアーキテクチャの一覧については、「Microsoft-Windows-PnpCustomizationsNonWinPE」をご覧ください。
XML の例
次の XML 出力は、デバイス ドライバーの検索パスを指定しています。
<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>