Useful Windows cmd options
From Notes_Wiki
Home > Windows > Windows Desktop Tools or Utilities > Useful Windows cmd options
Calculate hash such as md5 or sha1 for a file in Windows
To calculate hash of a file in Windows use:
certutil -hashfile <path\filename.ext> <hash-algorithm>
Where <hash-algorithm> can be MD5, SHA1, SHA256 or SHA512.
Home > Windows > Windows Desktop Tools or Utilities > Useful Windows cmd options