LoginSignup
0
0

windowsにインストールされているドライバの一覧をバージョン付きで出力する

Last updated at Posted at 2024-02-06

いきなり結論

powershellで以下を実行するだけ

Get-WmiObject Win32_PnPSignedDriver | Select DeviceName,DriverVersion

実行結果

image.png

参考

https://tera1707.com/entry/2022/03/04/234647
https://shellgeek.com/get-drivers-version-using-powershell/

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0