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 .
# Battery Information try: battery = psutil.sensors_battery() properties['battery'] = battery.percent except AttributeError: properties['battery'] = 'Unknown' how to check laptop properties
Scroll to the bottom of the General settings page and click . how to check laptop properties
Integrated graphics (Intel Iris Xe, AMD Radeon, Apple Silicon) share system RAM and handle daily tasks. Dedicated graphics (NVIDIA RTX, AMD Radeon RX) possess independent memory for gaming and 3D rendering. how to check laptop properties