常用命令 计算文件的哈希值 certutil -hashfile {filepath} {algorithm: SHA256 MD5 SHA1} 或者使用 powshell 命令: Get-FileHash {filepath} -Algorithm [SHA256|MD5|SHA1|...]