• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need a basic system info utility

On various PC support forums, there are always users asking for assistance who don't know their motherboard make and model, chipset, BIOS version, or other information about their hardware specs, and aren't sure how to find it. Instead of having to hold their hand and lead them through it, I want to offer a small sysinfo utility they can download and run, then paste the output.

Various sysinfo utilities have been recommended such as HWINFO32, Everest Home Edition, SiSoft Sandra, DXDIAG, MSInfo32, and others, but these utilities output an encyclopedic collection of information when using the 'save-to-file' system report feature, 97% of which just isn't necessary (nor even particularly useful). I would just like the main components or specs, such as (if available):

Motherboard make and/or model
System make and/or model (OEM info)
Chipset (Northbridge and Southbridge)
BIOS version, date, ID string, or OEM Sign-on
RAM, # modules, type, speed
Processor model, stepping, speed
Hard drives make and model
CD/DVD drives make and model
GPU and driver version
CPU to AGP Controller driver version (if applicable)
Sound hardware and driver version
Network Adapter and driver version
Maybe IRQ list
OS and Service Packs
And maybe a few other things I'm forgetting

Edit: Perhaps I should ask whether anyone knows of such a utility that already exists and is free? If not...

Can this be gathered using some kind of script, then matched with some definition file containing PCI VEN, DEV, and PnP IDs? I wouldn't have a clue how to write such a script, but I'd be willing to give it a shot if someone could point me in the right direction.

Anyone want to try a collective effort that might be freely released under GPL? I can't code, but I could gather as many PCI and PnP IDs as could find and match them to their common hardware marketing names.
 
your best bet is to use something with a huge file, and build a perl/jscript/whateveryouhappentolike script to parse the output for info.
 
Originally posted by: bolandd
Google for a utility called SIW.exe
My god, I think that outputs more info than SiSoft Sandra or Everest Home. I used the 'create log' options and deselected everything except those categories I listed above, and it was still a massive output file (156KB CSV).

Thanks anyway, though.
 
Back
Top