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.
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.
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.
0
I'm a fan of the (now discontinued) AIDA32 programme. Wikipedia Article | MajorGeeks Download.
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.
duplicate of Are there any good tools for reporting on a computer’s specs?
– Mehper C. Palavuzlar – 2010-11-08T16:02:57.273