Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从设备管理器中检索回滚驱动节点强名称设备属性。
附图供参考。
我怎样才能以编程方式做到这一点?
可以使用注册表或 WMI 检索 Windows 信息。我建议您从注册表中检索驱动程序信息。
HKLM\SYSTEM\DriverDatabase
另一种读取系统信息的方法是使用WMI。
希望这会有所帮助。