Difference between revisions of "Useful Windows cmd options"

From Notes_Wiki
(Created page with "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: <pre> certutil -hashfile <path\filename.ext> <hash-algorithm> </pre> Where <hash-algorithm> can be MD5, SHA1, SHA256 or SHA512. Home > Windows > Windows Desktop Tools or Utilities > Useful Windows cmd options")
 
(No difference)

Latest revision as of 03:17, 4 April 2024

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