問題タブ [system-information]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
361 参照

python - マザーボード上のメモリ スロットの総数を取得する方法

システム情報を取得するためのスクリプトを作成していますが、メモリのアップグレードなどのために PC にあるメモリ スロットの量を取得する方法だけが必要です。ほとんどのコンピュータは Windows 7 を実行しています

次を使用してpowershellを実行できます。

$MEM = Get-WmiObject -ClassName Win32_PhysicalMemoryArray

Pythonで同じ結果を得る方法を知っている人はいますか?