Hash file in windows

โ€”

by

in

cmd:

certutil -hashfile z:\desktop\lsr.exe SHA512

or powershell:

Get-FileHash -Path z:\desktop\lsr.exe -Algorithm SHA512