I'm starting to write an application in Java that gets all the hard drive info, memory info, processor info, and prints it out. I was wondering if it was possible to also get all motherboard information. Like if there are any video cards, network cards, or sound cards connected and get their identifying information (brand, model etc.).
Basically, I want this program to tell you every component of your computer and give you the option to print it out.
How to get motherboard information?