file check on windows

1
powershell get-filehash -algorithm md5 <file_to_check>
1
certUtil -hashfile pathToFileToCheck [HashAlgorithm]

HashAlgorithm choices: MD2 MD4 MD5 SHA1 SHA256 SHA384 SHA512

StackExchange