verify hash windows 10 code example
Example: verify hash windows 10
powershell:
Get-FileHash -Path z:\desktop\lsr.exe -Algorithm SHA512
CMD:
certutil -hashfile z:\desktop\lsr.exe SHA512
powershell:
Get-FileHash -Path z:\desktop\lsr.exe -Algorithm SHA512
CMD:
certutil -hashfile z:\desktop\lsr.exe SHA512