I would like to create a WMI Filter that combines these two statements:
1. Select * from Win32_PhysicalMemory where FormFactor = 12
2. SELECT * FROM Win32_OperatingSystem WHERE Version LIKE "6.1%" AND ProductType = "1"

Statement one verifies that the device is a notebook, laptop, or tablet.
Statement two verifies that the device is Win 7 OS.

My question is how do I combine these two statements in a single WMI filter query.

thank you,

raffi