Answers for "verify hash windows 10"

0

verify hash windows 10

powershell:
Get-FileHash -Path z:\desktop\lsr.exe -Algorithm SHA512
CMD:
certutil -hashfile z:\desktop\lsr.exe SHA512
Posted by: Guest on April-22-2021

Browse Popular Code Answers by Language