MD5 file check

 Press Windows + R, type cmd and press Enter.

Alternative: You can also open command prompt or Windows PowerShell from the Start menu, of course.


Go to the folder that contains the file whose MD5 checksum you want to check and verify.


Type the command below

certutil -hashfile <file> MD5

Replace <file> with the filename.

Previous Post Next Post