Hi.
I found an issues with BGInfo and use of AND operator in WMI Query.
Example: have a BGInfo.bgi with some (4 ) simple custom User Defined Fields.
I open BGInfo.bgi with BGInfo.
I open Custom field and I see 4 items.
If I added a custom field with WMI Query with this string "SELECT DHCPServer FROM Win32_NetworkAdapterConfiguration WHERE IPEnabled=True" save and exit.
I open BGInfo.bgi with BGInfo.
I open Custom field and I see 4 items.
I created a new custom field with WMI Query and this string "SELECT DHCPServer FROM Win32_NetworkAdapterConfiguration WHERE IPEnabled=True AND NOT description LIKE "%VMware%" AND NOT description LIKE "%Virtual%"
Equal to the previous custom field but adding "..AND NOT description LIKE "%VMware%" AND NOT description LIKE "%Virtual%"
Save and exit.
Bginfo.bgi info destroyed.
Opening it with BGInfo it didn't find all custom fields.
The custom fields are availble in bginfo.bgi (I see it with binarye ditor) but BGInfo didn'r read it right.
Every time I add some string witH AND operator and save it BGInfo didn'r read it right anymore.
Thanks. KR.