For Windows 10 and newer you can use the certutil commandline tool.
Open a powershell prompt in the same folder as the downloaded files (usually C:\Users\<username>\Downloads) and execute
Generate a sha256 sum for the ISO
PS C:\Users\dev\Downloads> certutil -hashfile .\manjaro-kde-26.0.4-260327-linux618.iso sha256
SHA256 hash of .\manjaro-kde-26.0.4-260327-linux618.iso:
9d9e5f6b1558a8850bf19ca21af9c71cf3810c69a77ab860130281d09f6a33b9
CertUtil: -hashfile command completed successfully.
List the content of the checksum file
PS C:\Users\dev\Downloads> cat .\manjaro-kde-26.0.4-260327-linux618.iso.sha256
9d9e5f6b1558a8850bf19ca21af9c71cf3810c69a77ab860130281d09f6a33b9 manjaro-kde-26.0.4-260327-linux618.iso
As you can see the hashes are identical - and the file is considered complete and undamaged.
There is no tool for verifying a GPG signature, so you need to download and install the gpg4win application from https://www.gpg4win.org
hkp://keys.gnupg.netbuild@manjaro.org in the box and click SearchThe app will process the file and verify the signature.
Don't worry about to much about the warning message, the important detail is the phrase The signature is valid.... showing you the ISO is signed with the expected signature.