Created
February 23, 2019 02:23
-
-
Save constantlycoding/f7ab03e554c32e496a652daf919a19a0 to your computer and use it in GitHub Desktop.
Check file checksum on Windows
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
| 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