Use certutil or Get-FileHash in powershell
xxxxxxxxxx
certutil -hashfile <filepath> SHA256
Example:
xxxxxxxxxx
certutil -hashfile C:\Users\Username\Downloads\software.zip SHA256
F0b6dfd30c70c9d91eaCedeee2900e16f8e918330da6ecb313cc799b4b893d37
OR
xxxxxxxxxx
Get-FileHash <filepath>
Example:
xxxxxxxxxx
PS C:\Users\UserName> Get-FileHash C:\Users\UserName\Downloads\software.zip
Algorithm Hash Path
--------- ---- ----
SHA256 BD94760347BABFB0B12ADFEB41FF01B90DD7F4C16F9B6C2088CD2526F6223898 C:\Users\UserName\Downloads\cd