technology, sound, and design
From the Command Prompt - display SHA-1 hash of a file:
> certutil -hashfile foo.bar
Display MD5 hash:
> certutil -hashfile foo.bar md5
Display SHA-256 hash:
> certutil -hashfile foo.bar sha256
List current connections:
> net use
Disconnect computer from all shared resources:
> net use /d *