@צבי-10 תעתיק ל powershell את זה:
Get-CimInstance Win32_PhysicalMemory | Format-Table BankLabel, Capacity, Speed, @{N="Type";E={if($.SMBIOSMemoryType -eq 26){"DDR4"}elseif($.SMBIOSMemoryType -eq 30 -or $.SMBIOSMemoryType -eq 34){"DDR5"}else{"DDR"}}} -AutoSize; Get-CimInstance Win32_PhysicalMemoryArray | Format-Table MemoryDevices, @{N="MaxCapacity_GB";E={[Math]::Round($.MaxCapacity / 1MB)}} -AutoSize
תקבל מהמחשב מידע מדוייק...
אם תצטרך עזרה תעלה לכאן את הפלט..