Install Config Wiki

All about installing, configuring and troubleshooting

User Tools

Site Tools


verify_checksum_downloaded_file_windows

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
verify_checksum_downloaded_file_windows [2024/01/06 08:29] wikiadminverify_checksum_downloaded_file_windows [2024/01/06 09:41] (current) – [Steps to verify the checksum.] wikiadmin
Line 15: Line 15:
 ===== Steps to verify the checksum. ===== ===== Steps to verify the checksum. =====
  
-1. In Windows, open a command prompt; that is, search and run "cmd" (without the quotes).  A command prompt window should open as follows.  +1. In Windows, open a command prompt; that is, right click the Windows Start button and left click to select "Run" from the list and type/enter "cmd.exe" (without the quotes) and click OK, or, next to the Start button, type/search for "cmd" or "cmd.exe" or "command prompt" (without the quotes) and open the top search results for cmd.exe or command prompt.  A black command prompt window should open and display something like the following.  
  
 <code> <code>
Line 40: Line 40:
 c:\Users\Username\Downloads\T110-II_BIOS_5R0T5_WN64_2.10.0_01> certUtil -hashfile T110-II_BIOS_5R0T5_WN64_2.10.0_01.EXE SHA256 c:\Users\Username\Downloads\T110-II_BIOS_5R0T5_WN64_2.10.0_01> certUtil -hashfile T110-II_BIOS_5R0T5_WN64_2.10.0_01.EXE SHA256
  
-SHA256 hash of T110-II_BIOS_5R0T5_WN64_2.10.0_01.EXE: +SHA256 hash of T110-II_BIOS_5R0T5_WN64_2.10.0_01.EXE: f1ec6eea936a0fffed580e6c301149054cd4918113d0aea3b800945c607027bf
- +
-f1ec6eea936a0fffed580e6c301149054cd4918113d0aea3b800945c607027bf+
  
 CertUtil: -hashfile command completed successfully. CertUtil: -hashfile command completed successfully.
Line 58: Line 56:
 </code> </code>
  
-**Here is another example, this time generating an MD5 checksum.**+===== Here is another example, this time generating an MD5 checksum. =====
  
 <code> <code>
 c:\Users\Username\Downloads\T110-II_BIOS_5R0T5_WN64_2.10.0_01> certUtil -hashfile T110-II_BIOS_5R0T5_WN64_2.10.0_01.EXE MD5 c:\Users\Username\Downloads\T110-II_BIOS_5R0T5_WN64_2.10.0_01> certUtil -hashfile T110-II_BIOS_5R0T5_WN64_2.10.0_01.EXE MD5
  
-MD5 hash of T110-II_BIOS_5R0T5_WN64_2.10.0_01.EXE: +MD5 hash of T110-II_BIOS_5R0T5_WN64_2.10.0_01.EXE: 7c68c361de9a3b38fa5aa2cb6e70e1d2
- +
-7c68c361de9a3b38fa5aa2cb6e70e1d2+
  
 CertUtil: -hashfile command completed successfully. CertUtil: -hashfile command completed successfully.
verify_checksum_downloaded_file_windows.1704529753.txt.gz · Last modified: 2024/01/06 08:29 by wikiadmin