From 9267d3f324030eec4649a165bf385eb33ab714c0 Mon Sep 17 00:00:00 2001 From: iProbe Date: Thu, 4 Jul 2024 16:08:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20Others/windows=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E6=96=87=E4=BB=B6md5.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Others/windows查看文件md5.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Others/windows查看文件md5.md diff --git a/Others/windows查看文件md5.md b/Others/windows查看文件md5.md new file mode 100644 index 0000000..8a62ba0 --- /dev/null +++ b/Others/windows查看文件md5.md @@ -0,0 +1,3 @@ +```shell +certutil.exe -hashfile <文件名> MD5 +``` \ No newline at end of file