Program to give a PC's spec

0

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.

justintime

Posted 2010-11-08T15:39:23.307

Reputation: 2 651

Question was closed 2010-11-08T16:30:11.683

duplicate of Are there any good tools for reporting on a computer’s specs?

– Mehper C. Palavuzlar – 2010-11-08T16:02:57.273

Answers

3

Level1Coder

Posted 2010-11-08T15:39:23.307

Reputation: 1 937

1Really nice little program. Freeware. Gives good detailed information – Joe Taylor – 2010-11-08T16:00:05.217

0

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.

Xantec

Posted 2010-11-08T15:39:23.307

Reputation: 2 303

0

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

tombull89

Posted 2010-11-08T15:39:23.307

Reputation: 6 533

We use AIDA64 and it's still awesome. – Shinrai – 2010-11-08T16:36:28.363

-1

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.

Alan B

Posted 2010-11-08T15:39:23.307

Reputation: 1 260