1. Install md5sum.exe in MS Windows OS.
  2. In Start menu, select Run
  3. Input cmd in form and press <enter>.
  4. Navigate to the directory containing the files to be checked. (Use dir for directory file listing and cd to change directory).
  5. Enter following command and press <enter>:
md5sum <filename>
  1. The result should look something like this:
1bd3cb2ef387818ebe0fc318c232e27d *<filename>

md5sum Resources

Related Posts