You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CertUtil -hashfile C:\\directory\file.ext MD5 [Replace C:\\directory\file.ext with your actual file directory plus file extension: this will hash file to MD5]
CertUtil -hashfile C:\\directory\file.ext SHA1 [Replace C:\\directory\file.ext with your actual file directory plus file extension: this will hash file to SHA1]
CertUtil -hashfile C:\\directory\file.ext SHA256 [Replace C:\\directory\file.ext with your actual file directory plus file extension: this will hash file to SHA256]