Verify hash

PowerShell

certutil -hashfile shiny.exe SHA256
Get-FileHash shiny.exe -Algorithm SHA256

Last updated

Was this helpful?