[干货]快速使用CMD校验文件哈希hash

快速开始


在下载完毕后进入文件所在的同级目录,执行Command命令

​ 语法及案例:(当文件路径有空格时,外部一定要用双引号包围 “ “ )

command
1
2
certutil -hashfile "路径\文件名.文件后缀" MD5
certutil -hashfile "C:\desktop\simple.iso" MD5

​ 如果不正确就要重新下载文件了(请尽可能的排除你的网络问题)

Command
1
2
3
certutil -hashfile  Office_2021_ProPlus_LTSC_16.0.14204.20006_x64_OTP.iso MD5
certutil -hashfile Office_2021_ProPlus_LTSC_16.0.14204.20006_x64_OTP.iso SHA1
certutil -hashfile Office_2021_ProPlus_LTSC_16.0.14204.20006_x64_OTP.iso SHA256