(imported comment written by var91)
hi,
thanks, but I get the same result on vmware computers as in my relevance , i want to get back “N/A”
This are my registry entries on a vmware virtual client (Windows 7)
Windows Registry Editor Version 5.00
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\DISPLAY
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\DISPLAY\Default_Monitor
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\DISPLAY\Default_Monitor\4&10c2e2d6&0&UID0
“DeviceDesc”="@monitor.inf,%nonpnpmonitor.devicedesc%;Nicht-PnP-Monitor (Standard)"
“Capabilities”=dword:000000e4
“ConfigFlags”=dword:00000000
“HardwareID”=hex(7):4d,00,4f,00,4e,00,49,00,54,00,4f,00,52,00,5c,00,44,00,65,\
00,66,00,61,00,75,00,6c,00,74,00,5f,00,4d,00,6f,00,6e,00,69,00,74,00,6f,00,\
72,00,00,00,00,00
“CompatibleIDs”=hex(7):2a,00,50,00,4e,00,50,00,30,00,39,00,46,00,46,00,00,00,\
00,00
“ContainerID”="{a38bc5b6-bd04-11e0-98e6-b1f7c1afb951}"
“ClassGUID”="{4d36e96e-e325-11ce-bfc1-08002be10318}"
“Driver”="{4d36e96e-e325-11ce-bfc1-08002be10318}\0000"
“Security”=hex:01,00,04,90,00,00,00,00,00,00,00,00,00,00,00,00,14,00,00,00,02,\
00,60,00,04,00,00,00,00,00,14,00,00,00,00,10,01,01,00,00,00,00,00,05,12,00,\
00,00,00,00,18,00,00,00,00,10,01,02,00,00,00,00,00,05,20,00,00,00,20,02,00,\
00,01,00,18,00,00,00,00,10,01,02,00,00,00,00,00,05,20,00,00,00,2b,02,00,00,\
00,00,14,00,00,00,00,10,01,01,00,00,00,00,00,05,04,00,00,00
“Class”=“Monitor”
“Mfg”="@monitor.inf,%generic%;(Standardmonitortypen)"
“Service”=“monitor”
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\DISPLAY\Default_Monitor\4&10c2e2d6&0&UID0\Device Parameters
“BAD_EDID”=hex:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\DISPLAY\Default_Monitor\4&10c2e2d6&0&UID0\LogConf
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\DISPLAY\Default_Monitor\4&10c2e2d6&0&UID0\Control
“ActiveService”=“monitor”
Is it possible to make i IF clause around my relevance, e.g
string value of select “Model from Win32_ComputerSystem” of wmi as string as trimmed string = “VMware Virtual Platform”
on VMware ist TRUE, on others FALSE.
I tried this, but it doesnt work. Do you have another idea?
Thanks Andi