Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Displays information about a driver package, including the drivers and files it contains.
Syntax
wdsutil /Get-DriverPackageFile /InfFile:<InfFilePath> [/Architecture:{x86 | x64 | arm | arm64}] [/Show:{Drivers | Files | All}]
Parameters
| Parameter | Description |
|---|---|
/InfFile:<InfFilePath> |
Specifies the full path and file name of the driver package .inf file. |
/Architecture:x86 | x64 | arm | arm64 |
The architecture of the driver package. |
/Show:Drivers | Files | All |
Indicates the package information to display. The default, if /show isn't specified, is to return only the driver package metadata.
|
Examples
To view information about a driver file, type:
wdsutil /Get-DriverPackageFile /InfFile:C:\temp\1394.inf /Architecture:x86