Created
May 6, 2024 03:55
-
-
Save zRains/f1127b946fe1625747c694692d5d08fc to your computer and use it in GitHub Desktop.
Get file md5 in PowerShell.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://serverfault.com/questions/57529/how-do-i-get-the-md5-of-a-file-on-windows | |
CertUtil -hashfile yourFileName MD5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment