How Do I Find The Specs On My Laptop 【2024】
if __name__ == "__main__": specs = get_laptop_specs() print_laptop_specs(specs)
| Info you want | Windows method | Mac method | |---------------|----------------|-------------| | CPU & RAM | About your PC | About This Mac | | GPU model | Task Manager > Performance | System Report > Graphics | | Storage type & size | Task Manager > Disk | System Report > Storage | | Motherboard model | msinfo32 | N/A (Apple logic board) | | Battery health | powercfg /batteryreport in CMD | System Report > Power | how do i find the specs on my laptop
Some common specs to look for on your laptop include: Performance | System Report >
specs["Disk"]["Total Read"] = f"psutil.disk_io_counters().read_bytes / (1024.0 ** 3):.2f GB" specs["Disk"]["Total Write"] = f"psutil.disk_io_counters().write_bytes / (1024.0 ** 3):.2f GB" Disk | System Report >
| Platform | Method 1: Manufacturer's Website | Method 2: Laptop Utility | Method 3: Packaging Materials | Method 4: Third-Party Tools | | --- | --- | --- | --- | --- | | Windows | Check the manufacturer's website (e.g., Dell, HP, Lenovo) | Press Windows key + R, type "msinfo32" | Check the packaging box or user manual | CPU-Z, GPU-Z, HWiNFO, Speccy | | Mac | Check the Apple Support website | Click Apple logo, select "About This Mac" | Check the packaging box or user manual | CPU-Z, GPU-Z |