How can I find an installed drivers version in Python under Windows?
56 views
Skip to first unread message
Vlad Gancea
unread,
Aug 18, 2016, 5:44:48 AM8/18/16
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I am trying to call a python [module] method to find the version of a newly installed driver on a Windows computer. Tried with WMI_SystemDriver but it does not provide the version, only other fields not needed by me at this time. Any ideas? Thank you