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