Windows 下计算文件hash值 Posted on 2022-06-07 In windows CMD: certutil -hashfile 文件及路径名 sha1 certutil -hashfile 文件及路径名 md5 PowerShell Get-FileHash 文件及路径名 -Algorithm sha1 Get-FileHash 文件及路径名 -Algorithm md5