在Windows命令行环境下查看文件的MD5/SHA1/SHA256值
certutil -hashfile yourFullPathFileAddress MD5
certutil -hashfile yourFullPathFileAddress SHA1
certutil -hashfile yourFullPathFileAddress SHA256
其中yourFullPathFileAddress代表想查看文件的完整路径地址(包含文件扩展名)
(注:以上在Windows 7 64位环境下已验证可用性:打开cmd命令行窗口,然后执行上述命令即可)