2025年07月18日
(1)启动 PowerShell
Win+R,输入“powershell”
(2)进入某一个目录,这里进入的是桌面
cd .\Desktop\
(3)查看文件的SHA1
certutil -hashfile {文件名}
(4)查看文件的MD5
certutil -hashfile {文件名} md5
标签:certutil -hashfile
作者:fzmama , 分类:技术文章 , 浏览:8 , 评论:0