When we download files from vendor, we use 3rd party tool to verify the checksum. With Windows 10, you can use CertUtil.
1) Open Command Prompt in Windows Desktop
2) Then, enter command
CertUtil -hashfile "path to the file" hash-function-type
Below show the example of MD5 and SHA256. No need to download 3rd party tool to verify the checksum.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.