Useful Windows cmd options

From Notes_Wiki
Revision as of 03:17, 4 April 2024 by Saurabh (talk | contribs) (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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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