Windows PowerShellでファイルのMD5ハッシュ値を出力する方法
書式
certutil -hashfile <ファイルパス> [ハッシュアルゴリズム]
例) コマンド
certutil -hashfile C:\data\freesoft.exe md5
Coding Changes the World
書式
certutil -hashfile <ファイルパス> [ハッシュアルゴリズム]
例) コマンド
certutil -hashfile C:\data\freesoft.exe md5