用PowerShell的命令行检查文件的校验MD5 SHA1 SHA256

certutil -hashfile yourfilename.ext MD5

certutil -hashfile yourfilename.ext SHA1

certutil -hashfile yourfilename.ext SHA256

原文地址:https://www.cnblogs.com/foohack/p/8807881.html