Possible Duplicate:
Are there any good tools for reporting on a computer’s specs?

Is there a program that could give me a summary of a PC's spec - processor, ammount of RAM disk and so on.

link|improve this question

65% accept rate
feedback

closed as exact duplicate by Mehper C. Palavuzlar, Sathya, KronoS, harrymc, Diago Nov 8 '10 at 16:30

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

4 Answers

Speccy

link|improve this answer
1  
Really nice little program. Freeware. Gives good detailed information – Joe Taylor Nov 8 '10 at 16:00
feedback

the DirectX Diagnostic Tool gives a summary of the hardware in a system, and should be present on all Windows machines.

entering dxdiag into a Run box and pressing Enter/Return should pull it up.

link|improve this answer
feedback

I'm a fan of the (now discontinued) AIDA32 programme. Wikipedia Article | MajorGeeks Download.

link|improve this answer
We use AIDA64 and it's still awesome. – Shinrai Nov 8 '10 at 16:36
feedback

You can use the WMIC command at the prompt on XP and later.

For example

wmic CPU list full /format:htable > COMPUTERSYSTEM.HTML

will dump CPU details to a HTML file.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.