Edit User Data Home www.ince.one

powershell filehash
Open Windows PowerShell. For example, type PowerShell in the Windows start menu command box. Type Get-FileHash followed by a space. Drag the downloaded file or installer onto the Windows PowerShell window after the Get-FileHash command and the space

Get-FileHash .filename ...

https://www.pdq.com/powershell/get-filehash/



-----------

How to get the hash of a file in Windows CMD?
How do you produce a hash value for a file?

Open a command prompt.
Type : cd . Simply copy and paste the path to file, right click and paste (CTL+V will not work). Press Enter.
Type CertUtil –hashfile [space]
Then [Tab] key until filename shows up.
Then add a [space] and “SHA256” [Enter]
Edit Spaeter Delete