Tuesday, September 29, 2020

How to check file hash in Windows

1. Open Command Prompt, and cd ( change directory ) to the file directory that we want to check it's hash.

2. Type : 

CertUtil -hashfile "winbox.exe" SHA256 >> hash.txt

Note :

- Change winbox.exe with the file you want to check.

- You can change  SHA256 with MD5.

3. Open explorer and go to the file directory, and open hash.txt. In the hash.txt, you will find the file's hash.

No comments:

Post a Comment