"Miscellaneous Notes" - of - Use windows terminal command to view the MD5 of the file

Use windows terminal command to view the MD5 of a file

The steps to view the MD5 of the file are as follows:

1. Press "win+R" to pop up the run box, enter "cmd" and press Enter, or open the Windows terminal command line interface through the start menu;

2. Switch the command line path to the directory where the MD5 file needs to be viewed;
directly enter "d:" to switch to the root directory of the D drive;
enter "dir" to view the subdirectories or files in the current folder;
Enter "cd xxx", xxx represents the next-level directory to be entered, this command number enters the xxx folder under the current folder;
you can enter the directory where you need to view the file MD5 through the above three command lines.

3. After entering the file directory, enter "certutil -hashfile xxx MD5", press Enter to see the output of the corresponding MD5 value;
where "xxx" represents the file name of the file to be viewed.
As shown below:
insert image description here

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324491900&siteId=291194637