Link to home
Start Free TrialLog in
Avatar of FLPeople
FLPeopleFlag for United States of America

asked on

64 bit or 32 bit OS using WMI?

How do I determine if the currently running Operating System is 32 bit or 64 bit?
I thought I could use the OSArchitecture member of the Win32_OperatingSystem Class, but this member isn't available on Windows 2003 - my code will run on XP and above (Primarily Server 2003).
ASKER CERTIFIED SOLUTION
Avatar of HeiniHog
HeiniHog

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
Avatar of FLPeople

ASKER

What namespace is that class in?
Avatar of HeiniHog
HeiniHog

I believe it is in the root WMI namespace.