a: A simple hash should help with that.
- Open an elevated command prompt
- Run this command
- CertUtil -hashfile c:\path-to-file\filename.txt MD5
- This will generate an MD5 of the file. Without the MD5 switch it will default to SHA1.
- Run the same command on the other file and see if they match.
No comments:
Post a Comment