Link to home
Start Free TrialLog in
Avatar of Michael_Stopford
Michael_Stopford

asked on

How to test for WDDM compliance

I have a requirement to write an application that will check our machines against the Vista requirements.  Although there are some existing tools they either don't run on legacy machines or the analysis provided doesn't meet our needs.

So far I've managed all but WDDM compliance.  Is it possible to use WMI or something similar to check for this on non Vista machines?  
Avatar of graye
graye
Flag of United States of America image

No, WMI will not provide sufficient detail to test againts WDDM.   At best it can tell you the product name (which you may be able to translate into the chipset used).   So, you'd have to have a database of product names vs chipsets vs WDDM compliance to make it all work.
ASKER CERTIFIED SOLUTION
Avatar of Michael_Stopford
Michael_Stopford

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial