Tutorial
Verify checksums before running an EXE
Compare a downloaded file against the published SHA-256 value before opening it.
PowerShell
Get-FileHash .\LightweightCapture-Setup.exe -Algorithm SHA256
The hash PowerShell prints should match the matching `.sha256` file beside the download.