Last active
February 22, 2016 14:39
-
-
Save arn-ob/9b6abff4f1de659b940b to your computer and use it in GitHub Desktop.
Check MD5 in PS(PowerShell) Cmd
This file contains 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
Get-FileHash -Path " Give your file path like 'C:\testMd5\convertHD5.txt' " - Algorithm MD5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment