(imported topic written by SystemAdmin)
I’m trying to drill down to the WINS settings of the active connections to change them, which I know is located under HKLM\System\CurrentControlSet\Services\NetBT\Parameters\Interfaces\Tcpip_{guid of the adapter}
To obtain the name (guid) of the active adapters, do you guys think I should compare the address of the adapters to the ip interface, or not? I was thinking I woud have to, otherwise I might be modifying the WINS on adapters that wouldn’t neccesarily be active.
Example comparing the adapter to the ip interface…
Q: names of adapters whose (wins enabled of it = true and address of it = address of ip interface whose (loopback of it = false) of network) of network
A: {F840F878-1EF8-4E7D-8DF9-001006A5065B}
T: 3.888 ms
I: plural string
Versus just looking at the adapter where an IP is defined…
Q: names of adapters whose (exists address whose (it as string != “0.0.0.0”) of it and wins enabled of it) of network
A: {F840F878-1EF8-4E7D-8DF9-001006A5065B}
T: 3.734 ms
I: plural string
-Paul