Hi, is it possible to generalize the video controller string like the follow? cond[pn]=['getOSver()=="2K" && getVideoControllerID()=="PCI\\VEN_1002&DEV_515E&SUBSYS_346C8086&REV_02\\4&30F0433B&0&60F0" change it e.g. to: cond[pn]=['getOSver()=="2K" && getVideoControllerID()=="PCI\\VEN_1002" so that if a graphic card from vendor 1002 is in a system the driver will be shown and otherwise it won't be shown... is something like this possible? maybe using other scripts for wmi?