Win10下查看文件哈希值

1.打开PowerShell(可使用Win10自带搜索功能)

2.输入命令

  Get-Filehash -Path"..." -Algorithm ...

  ...分别对应文件路径和算法

如:Get-Filehash -Path"C:\Program Files\Windows Defender\MSASCui.exe" -Algorithm SHA1


参考资料:https://msdn.microsoft.com/en-us/powershell/reference/5.1/microsoft.powershell.utility/get-filehash

你可能感兴趣的:(Windows,Win10,PowerShell,Hash,SHA1,Windows,Win10,PowerShell,Hash)