サウンドデバイスの情報を出力するコマンド | Windows

Windows 環境においてサウンドデバイスの情報を出力するコマンドを紹介します。


スポンサード リンク

環境によっては、コマンドプロンプトを「管理者」として実行する必要があります。

参考:コマンドプロンプトを管理者権限で開く方法

以下のコマンドを実行します。
wmic SOUNDDEV get Manufacturer,Name /Format:list


以下はコマンドの実行例です。


C:\C:\>wmic SOUNDDEV get Manufacturer,Name /Format:list


Manufacturer=Conexant
Name=Conexant ISST Audio


Manufacturer=Intel(R) Corporation
Name=インテル(R) ディスプレイ用オーディオ


スポンサード リンク


Windows コマンド一覧へ戻る