home Home work Jobs newspaper News help How To person Portfolio
How To Check System Information (CPU, RAM, OS Version) | How-To Guide
How-To Guide

How To Check System Information (CPU, RAM, OS Version)

🧠 Check System Information (CPU, RAM, OS Version)

  1. Windows:

    • Press Win + R, type msinfo32, and press Enter

    • View CPU, RAM, OS version, BIOS, and more

    • Or: Right-click Start → System for a quick overview

  2. macOS:

    • Click  (Apple menu) → About This Mac

    • See macOS version, processor, memory, and graphics info

    • Click System Report for detailed hardware specs

  3. Linux (Terminal):

    • Run neofetch for a nice summary (if installed)

    • Or use:

      • cat /etc/os-release (OS info)

      • lscpu (CPU details)

      • free -h (RAM usage)

Check full system specs on Windows

# Open System Information Tool
msinfo32

# Shortcut:
Press Win + R → type: msinfo32 → OK