i want to get network interface name using device GUID.
i have a answer using "ipconfig /all"
with parsing interface name
but "ipconfig /all"
is very complex...
so i want to get like Getting friendly device names in python
but this only show usb driver..
i can find the GUID(actually i exalty don't know) followed code:
import netifaces as ni
x=ni.interfaces()
print x
this show like this ['{CDC97813-CC28-4260-BA1E-F0CE3081DEC7}']
i want to convert friendly device name like "local area connection"