回复 2# ShowCode
FcHash.exe 较快一些:- powershell -c "$start=Get-Date; certutil -hashfile "windows_11.iso" SHA256; $end=Get-Date; (New-TimeSpan -Start $start -End $end).TotalMilliseconds"
复制代码 SHA256 的 windows_11.iso 哈希:
03f8263907394acecb73d9e69f2e10fbeb44c21a76f06a71de97c4a141673d72
CertUtil: -hashfile 命令成功完成。
9161.716- powershell -c "$start=Get-Date; FcHash.exe --sha256 "windows_11.iso"; $end=Get-Date; (New-TimeSpan -Start $start -End $end).TotalMilliseconds"
复制代码 sha256 <03f8263907394acecb73d9e69f2e10fbeb44c21a76f06a71de97c4a141673d72>: windows_11.iso
Total: 1files, 7379.3MiB, 4.6sec, 1601.1MiB/s
4668.5703 |