Skip to content

Instantly share code, notes, and snippets.

@zRains
Created May 6, 2024 03:55
Show Gist options
  • Save zRains/f1127b946fe1625747c694692d5d08fc to your computer and use it in GitHub Desktop.
Save zRains/f1127b946fe1625747c694692d5d08fc to your computer and use it in GitHub Desktop.
Get file md5 in PowerShell.
# 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