{"searchBar":{"inputPlaceholder":"Search by keyword or ask a question","searchBtn":"Search","error":"Please enter a keyword to search"}}{}{"support":{"yesButton":"Yes","noButton":"No","feedback":{"title":"What can we do to improve?"},"submitButton":"Submit","successMessage":"Thank you for your feedback","title":"Did this answer your question?","feedbackPercentLabel":"of people found this helpful","captcha":{"error":"Please check the box"}}}How to check the SHA256 integrity of a downloaded file or installer
Here is a procedure to check for SHA256 integrity of a downloaded file or installer:
- Open Windows PowerShell. For example, type PowerShell in the Windows start menu command box.
- Type Get-FileHash followed by a space.
- Drag the downloaded file or installer onto the Windows PowerShell window after the Get-FileHash command and the space. Alternatively, enter the full path to the file or installer in double quotes after the space. For example:
- Press Enter. The output is similar to the following:
- Compare the PowerShell calculated value with the hash value provided. If the Hash values match the file integrity is ok.

