You can press Ctrl+J to view the download progress.
If your download didn't start automatically, please try again.
-Type "cmd" into the search bar and hit Enter.
-Type cmd into the search bar and hit Enter.
-Enter the following command in the Command Prompt: certutil.exe -hashfile <full file path> sha256
-Replace <full file path> with the full path of the file you want to hash.
-Compare the SHA256SUMS here
If your file is named target.tar and is located at D:\, the command would be: certutil.exe -hashfile d:\target.tar sha256
When the command is executed, you’ll see the following output:
SHA256 hash of target.tar: 5b887a5271be33ecfdd32d7137eb6c89171420d6befb45e4f2c1dc8fe465620d
CertUtil: -hashfile Command completed successfully
Notes:
-Make sure to replace with the actual location of your file.
-The command works on any file, regardless of type or size.