Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BGInfo doesn´t save custom field wmi query #795

Open
lzsix opened this issue Apr 29, 2024 · 0 comments
Open

BGInfo doesn´t save custom field wmi query #795

lzsix opened this issue Apr 29, 2024 · 0 comments

Comments

@lzsix
Copy link

lzsix commented Apr 29, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant