Note: connaître le type de RAM installé sur un PC Windows avec PowerShell
Get-CimInstance -ClassName Win32_PhysicalMemory | Format-Table capacity, speed, manufacturer, partnumber, formfactor, smbiosmemorytype
Cette commande affiche :
La capacité de chaque barrette de RAM (en octets)
La fréquence (MHz)
Le fabricant
Le code produit
Le format (FormFactor : 8=DIMM, 12=SODIMM)
Le type (SMBIOSMemoryType : 20=DDR, 21=DDR2, 24=DDR3, 26=DDR4, 34=DDR5)
Fri Aug 29 12:59:32 2025 - permalink -
-
http://www.la-pub-dans-les-films.fr/shaarli/?ATCiXA