当前位置:首页 > 系统 > Windows > 正文内容

Windows 自带文件校验工具certutil

Windows4年前 (2021-04-19)

Windows自带的certutil,可以用来校验 MD5 SHA1 SHA256 SHA384 SHA512


certutil文件路径:

32位: C:\Windows\System32\certutil.exe 

64位: C:\Windows\SysWOW64\certutil.exe

使用方法:

certutil -hashfile 文件路径 MD5 
certutil -hashfile 文件路径 SHA1 
certutil -hashfile 文件路径 SHA256
certutil  -hashfile  文件路径  SHA384
certutil  -hashfile  文件路径  SHA512


转载请注明出处。

本文链接:http://www.pythonopen.com/?id=55

相关文章

Windows 7/8/10 查询是否永久激活

0x0:问题此电脑-属性。即便属性中显示已激活,但激活还是分两种,真正的永久激活和批量激活(180天...

Windows7 关闭[打开文件安全警告]

gpedit.msc    用户配置   ...

Windows10 关闭自动播放提示

设置    -    ...