0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【Windowsコマンド】アプリケーション(exeやdll)のバージョンを確認する方法

Posted at

■引用元
Windowsのコマンドプロンプトでファイル(exe,dll)のバージョンを取得するには - より良いエンジニアを目指して
https://rimever.hatenablog.com/entry/2019/10/13/060000

■手順
1.コマンドプロンプトを開く
2.以下のコマンドを実行する
powershell (Get-ItemProperty '調べたいexeのパス').VersionInfo.FileVersion

■実例
サクラエディタのバージョンを調べてみる
1.コマンドプロンプトの実行結果
「2.2.0.1」と判明
無題1.png

2.プロパティから確認した結果
「2.2.0.1」と判明。1と同じことを確認
無題2.png

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?