Check MD5 hash of file in Windows 10 from command line

In order to check MD5 hash on Windows 10/11 you can run the following command in command line prompt (cmd.exe):

CertUtil -hashfile examplefile.exe MD5

After running the command output would look like:

d3c3191cd86a41f27ff97f5350cb5dfd
CertUtil: -hashfile command completed successfully.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.