PathAndCredentialsPathAndCredentials
PathAndCredentials
リスト項目の種類は、ローカル パスまたはの非インボックス デバイス ドライバーを使用する資格情報 (省略可能) そのパスにアクセスする別の場所に汎用名前付け規則 (UNC) パスを指定します。PathAndCredentials
is a list item type and specifies the local or Universal Naming Convention (UNC) path to an additional location for out-of-box device drivers and the credentials (optional) used to access that path.
子要素Child Elements
設定Setting | 説明Description |
---|---|
資格情報Credentials | 資格情報を指定 (省略可能) で指定されたパスにアクセスするために使用、パスします。Specifies the credentials (optional) used to access the path specified by the Path. |
キーKey | ドライバーのパスの一意の文字列識別子を指定します。Specifies a unique string identifier for the driver path. |
パスPath | ローカルまたは Windows インストールにコピーする追加の非インボックス デバイス ドライバーが含まれている UNC パスを指定します。Specifies a local or UNC path that contains additional out-of-box device drivers that you copy to the Windows installation. |
有効な構成パスValid Configuration Passes
auditSystemauditSystem
offlineServicingofflineServicing
親階層Parent Hierarchy
Microsoft-Windows-PnpCustomizationsNonWinPE | DriverPaths | PathAndCredentialsMicrosoft-Windows-PnpCustomizationsNonWinPE | DriverPaths | PathAndCredentials
適用対象Applies To
サポートされている Windows のエディションおよびコンポーネントをサポートするアーキテクチャの一覧で、Microsoft-Windows-PnpCustomizationsNonWinPEを参照してください。For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-PnpCustomizationsNonWinPE.
XML の例XML Example
次の XML 出力には、デバイス ドライバーやそれらのパスへのアクセスに使用する資格情報の追加の 2 つの場所への UNC パスを指定します。The following XML output specifies the UNC paths to two additional locations for device drivers and the credentials used to access those paths.
<DriverPaths>
<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>
関連トピックRelated topics
Microsoft-Windows-PnpCustomizationsNonWinPEMicrosoft-Windows-PnpCustomizationsNonWinPE