Mark wrote: > OK, How to check the amount of Windows physical RAM using python? You should call the GlobalMemoryStatus(Ex) function. To my knowledge, there is no Python wrapper for it, yet, so you would need to write one. Regards, Martin