1

I am looking for a tool that can produce a report (xml/xslt, html, pdf, etc..) of the system and all of its hardware components such as processor, speed, memory, disks, network, etc..

Any idea if such a tool exists? The more information it gives the better.

Franck Dernoncourt
  • 24,246
  • 64
  • 231
  • 400
Raymond
  • 2,850

8 Answers8

2

Speccy by Piriform is another good one and can save reports in XML or text file formats as well as post to the web.

Xantec
  • 2,479
1

I'm not sure about the exporting to a report part but you can have a look at the features.

There is:

1

The following command is built-in to Windows:

systeminfo

It doesn't give much, but it does address your request for processor, memory, and network.

Disks can be easily queried for all sorts of info from the following built-in Windows command:

fsutil

You'll want to try fsutil that with a /? switch to see some of the options available. More specific drive information is available within diskpart, also a built-in command.

For "speed", I'm not sure exactly what you mean. Perhaps you're looking for a benchmark utility? If so, try SiSoft Sandra. The free version is available here (Go to download & buy at the top).

Hyppy
  • 3,770
0

Perhaps this is what you need:

  Faronics - System Profiler
  http://www.faronics.com/en/Products/SystemProfiler.aspx

0

Belarc Advisor produces an HTML report.

The Belarc Advisor builds a detailed profile of your installed software and hardware, missing Microsoft hotfixes, anti-virus status, CIS (Center for Internet Security) benchmarks, and displays the results in your Web browser. All of your PC profile information is kept private on your PC and is not sent to any web server.

Linker3000
  • 28,240
0

Astra32 is another option.

Joe Internet
  • 5,355
0

Sandra by SiSoftware for Windows. It'll give you info on CPU, cores, chipset, memory, peripherals, video and more.

JCotton
  • 647
0

PC-Wizard is a great option for Windows and totally free. By the same source of an all-time favorite CPU-Z, which is excellent, free and fast for CPU and memory information. You can run both programs with and without installing them. Makes them low-impact and good for USB keys.

JCotton
  • 647