You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As i have Hypervisors installed on my systems i have multiple network cards.
i wrote a wmi query to get only my active nic or active subnet or whatever.
select IPSubnet FROM win32_networkadapterconfiguration WHERE NOT ServiceName LIKE '%VM%' AND NOT Description LIKE '%Miniport%' AND NOT Description LIKE '%virtual%' AND IPenabled=true
it works fine as long as bginfo stays open. If i reopen the application or restart my pc the custom fields are just gone.
Some googling led me to believe the query might be too long and bginfo isn´t able to handle or expecting that.
Would appreciate if there would be a fix for that.
Feel free to respond if you have further questions or need some testing done in order to fix the problem.
The text was updated successfully, but these errors were encountered:
As i have Hypervisors installed on my systems i have multiple network cards.
i wrote a wmi query to get only my active nic or active subnet or whatever.
select IPSubnet FROM win32_networkadapterconfiguration WHERE NOT ServiceName LIKE '%VM%' AND NOT Description LIKE '%Miniport%' AND NOT Description LIKE '%virtual%' AND IPenabled=true
it works fine as long as bginfo stays open. If i reopen the application or restart my pc the custom fields are just gone.
Some googling led me to believe the query might be too long and bginfo isn´t able to handle or expecting that.
Would appreciate if there would be a fix for that.
Feel free to respond if you have further questions or need some testing done in order to fix the problem.
The text was updated successfully, but these errors were encountered: