To generate file hashes on Windows:
CertUtil -hashfile <filename> [<algo>]
For example:
CertUtil -hashfile C:\myFile.txt MD5
Default when not specifying a hash algorithm is SHA1.
Off topic - nice Windows stuff
Moderator: Marcus