Verify Windows ISO file in bash

If you want to check the integrity and authenticity of the data you have downloaded, follow these steps:

Download

Download the ISO file of the product you want and follow the installation instructions.

Hash

Go to the table at th…


This content originally appeared on DEV Community and was authored by Emilio Romero

If you want to check the integrity and authenticity of the data you have downloaded, follow these steps:

Download

Download the ISO file of the product you want and follow the installation instructions.

Hash

Go to the table at the end, select and copy the value of the language you just downloaded.

Open bash terminal

After successfully downloading the ISO file, open your bash terminal and type the following:

echo "HASH *FILE_NAME.iso" | shasum -a 256 --check

If everything went well, the terminal should return:

FILE_NAME.iso: OK

If the result was an OK, it will confirm that the file has not been damaged, modified or altered in any way compared to the original.

Example usage

echo "C8CXXX *Win11_22H2_Spanish_x64v2.iso" | shasum -a 256 --check
Win11_22H2_Spanish_x64v2.iso: OK

Connect with me on: GitHub or Twitter(X) 👽


This content originally appeared on DEV Community and was authored by Emilio Romero


Print Share Comment Cite Upload Translate Updates
APA

Emilio Romero | Sciencx (2024-06-30T22:07:06+00:00) Verify Windows ISO file in bash. Retrieved from https://www.scien.cx/2024/06/30/verify-windows-iso-file-in-bash/

MLA
" » Verify Windows ISO file in bash." Emilio Romero | Sciencx - Sunday June 30, 2024, https://www.scien.cx/2024/06/30/verify-windows-iso-file-in-bash/
HARVARD
Emilio Romero | Sciencx Sunday June 30, 2024 » Verify Windows ISO file in bash., viewed ,<https://www.scien.cx/2024/06/30/verify-windows-iso-file-in-bash/>
VANCOUVER
Emilio Romero | Sciencx - » Verify Windows ISO file in bash. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/06/30/verify-windows-iso-file-in-bash/
CHICAGO
" » Verify Windows ISO file in bash." Emilio Romero | Sciencx - Accessed . https://www.scien.cx/2024/06/30/verify-windows-iso-file-in-bash/
IEEE
" » Verify Windows ISO file in bash." Emilio Romero | Sciencx [Online]. Available: https://www.scien.cx/2024/06/30/verify-windows-iso-file-in-bash/. [Accessed: ]
rf:citation
» Verify Windows ISO file in bash | Emilio Romero | Sciencx | https://www.scien.cx/2024/06/30/verify-windows-iso-file-in-bash/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.