- Open PowerShell
- Run this command:
For SHA256
Get-FileHash -Path C:\Users\Downloads\ubuntu-18.04-live-server-amd64.iso -Algorithm SHA256
For SHA512
Get-FileHash -Path C:\Users\Downloads\ubuntu-18.04-live-server-amd64.iso -Algorithm SHA512
For MD5
Get-FileHash -Path C:\Users\Downloads\ubuntu-18.04-live-server-amd64.iso -Algorithm MD5