Search FAQs
You are currently viewing the content available in Vietnam. If you are looking for information for another region, please select the correct country from the top-left dropdown in the page and 'Navigate to Browse FAQs' in the Support menu.
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.