create a hardware report on mac os x 14. Jul 2010
If you want to generate an anonymous hardware report for your Mac on Snow Leopard you can use the command line version of the System Profiler.
system_profiler -detailLevel mini -xml > hardware_report.spx
This will generate a clickable hardware report without personal information. If you open it in the System Profiler it will be displayed in your native language but the report is language independent nevertheless. If you want an english plaintext version you can just leave the xml option out.
system_profiler -detailLevel mini > hardware_report.txt
Kommentare (1)