What is the best way to calculate a checksum for a file that is on my machine?

前端 未结 20 2454
夕颜
夕颜 2020-12-22 17:22

I\'m on a Windows machine and I want to run a checksum on the MySQL distribution I just got. It looks like there are products to download, an unsupported Microsoft tool, an

20条回答
  •  粉色の甜心
    2020-12-22 17:47

    The Powershell utility Get-FileHash worked perfectly for me.

    https://msdn.microsoft.com/en-us/powershell/reference/5.1/microsoft.powershell.utility/get-filehash

提交回复
热议问题