I want to retrieve the Rollback driver node strong name device property from device manager .
Attached image for reference .
How can i do that programmatically ?
I want to retrieve the Rollback driver node strong name device property from device manager .
Attached image for reference .
How can i do that programmatically ?
Windows information can be retrieve using registry or WMI. I would suggest you to retrieve driver information from registry.
HKLM\SYSTEM\DriverDatabase
Another way to read system information is using WMI.
Hope this will help.