Windows
Run this in PowerShell to inspect processor, Windows edition, and version details.
Get-ComputerInfo | Select-Object CsProcessors, OsName, OsVersionDocs
Use these commands to collect the machine details needed for the CogentQAI analysis questionnaire.
Back to AnalysisRun this in PowerShell to inspect processor, Windows edition, and version details.
Get-ComputerInfo | Select-Object CsProcessors, OsName, OsVersionRun this in Terminal to collect hardware and macOS software information in one report.
system_profiler SPHardwareDataType SPSoftwareDataTypeRun this in Terminal to view CPU details, available memory, and kernel information.
lscpu && free -h && uname -a