Skip to content

Instantly share code, notes, and snippets.

@constantlycoding
Created February 23, 2019 02:23
Show Gist options
  • Select an option

  • Save constantlycoding/f7ab03e554c32e496a652daf919a19a0 to your computer and use it in GitHub Desktop.

Select an option

Save constantlycoding/f7ab03e554c32e496a652daf919a19a0 to your computer and use it in GitHub Desktop.
Check file checksum on Windows
PowerShell:
Get-FileHash -algorithm md5 \path\to\file
CMD:
certutil -hashfile \path\to\file md5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment