显示有关驱动程序包的信息,包括它包含的驱动程序和文件。
语法
wdsutil /Get-DriverPackageFile /InfFile:<InfFilePath> [/Architecture:{x86 | x64 | arm | arm64}] [/Show:{Drivers | Files | All}]
参数
参数 | 说明 |
---|---|
/InfFile:<InfFilePath> |
指定驱动程序包 .inf 文件的完整路径和文件名。 |
/建筑:x86 | x64 | arm | arm64 |
驱动程序包的体系结构。 |
/显示:Drivers | Files | All |
指示要显示的包信息。 如果未指定默认值 /show ,则仅返回驱动程序包元数据。
|
示例
若要查看驱动程序文件的相关信息,请键入:
wdsutil /Get-DriverPackageFile /InfFile:C:\temp\1394.inf /Architecture:x86