Check the file checksum line with PowerShell command MD5 SHA1 SHA256

certutil  -hashfile   yourfilename   MD5

certutil -hashfile   yourfilename   SHA1

certutil -hashfile   yourfilename   SHA256

  MD5  SHA1 SHA256 letter must be capitalized

Guess you like

Origin www.cnblogs.com/pipci/p/11403418.html