it gave me an error finding the COM.ahk, so I changed it to the line below, and that worked:
Code:
#Include %A_ScriptDir%\COM.ahk
Also, the IDs are also in the registry, in my case:
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0008\ComponentID
would be excellent if the tool could "get" all names
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0008\DriverDesc
and list them with the IDs, but heh, maybe that's just me
update: oops, disregard the above, just noticed you already know about the regkeys
I looked at your script because I'm looking for a way to detect if connection to a certain network is made, but I haven't found out if I can lobotomize your script to do that, any ideas on that point?