Windows 下查看 PCI 设备列表的方法

有时候我们希望直接查看当前系统下的全部 PCI 设备信息,可以使用下面的命令:

wmic path Win32_PnPEntity where "PNPDeviceID like '%VEN%'" get PNPDeviceID, Status, Manufacturer, Service

方法来自:http://programming.realworldrobotics.com/editors-ides/command-line-in-windows/wmic-snippets

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注