How-To Guide
How To Check System Information (CPU, RAM, OS Version)
🧠Check System Information (CPU, RAM, OS Version)
Windows:
Press
Win + R
, typemsinfo32
, and press EnterView CPU, RAM, OS version, BIOS, and more
Or: Right-click Start → System for a quick overview
macOS:
Click  (Apple menu) → About This Mac
See macOS version, processor, memory, and graphics info
Click System Report for detailed hardware specs
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)
# Open System Information Tool
msinfo32
# Shortcut:
Press Win + R → type: msinfo32 → OK