HashFarm Copyright(C) 2016-2025 Farhad Anjomshoaa All Rights Reserved To calculate the checksum on Windows OS with Command Prompt: certutil -hashfile Path_of_file SHA256 Example: certutil -hashfile C:\Users\Test\Downloads\HashFarm_2.0.7_x64.zip SHA256 -------------------------------------------------------------------------------------------- To calculate the checksum on Windows OS with Powershell: Get-FileHash Path_of_file -Algorithm SHA256 Example: Get-FileHash C:\Users\Test\Downloads\HashFarm_2.0.7_x64.zip -Algorithm SHA256 -------------------------------------------------------------------------------------------- To calculate the checksum on Linux OS: sha256sum Path_of_file Example: sha256sum /home/Test/Downloads/HashFarm_2.0.7_x64.zip -------------------------------------------------------------------------------------------- On Windows 10 & 11 and Linux it should be: 37603e2e9c58dc4f2831a691608a2e6975fd04f635d029292e601a40d7256585 Farhad Anjomshoaa Home Page: http://fa-soft.c1.biz