How To Check Laptop Properties [updated] Review
View your Mac model name, release year, chip (M-series or Intel), memory, and serial number. 2. The Deep-Dive Method: System Report
Power users can retrieve specific laptop properties instantly using command-line tools. Press the , type cmd , and open Command Prompt. Type systeminfo and press Enter . how to check laptop properties
For more details, click .
# System Information properties['system'] = platform.system() properties['processor'] = platform.processor() properties['ram'] = psutil.virtual_memory().total / (1024.0 ** 3) View your Mac model name, release year, chip