How to get PC Hardware information using Java or CMD
问题 I am creating a Java Desktop Application that is to report the Performance & Statistics of the Windows Machine (XP, Vista and W7). Using Java or the Command Line how do I get the following information: Manufacturer (Dell, HP...) Modal Number Processor Type Processor Size System Type Storage Space RAM Total RAM Free or Used And a reference page for this would be great, in case I find more information I want to list. 回答1: Most of this should be queryable with WMI (which is what systeminfo very