Skip to content

Instantly share code, notes, and snippets.

View akinam0's full-sized avatar
💭
¯\_(ツ)_/¯

akinam0

💭
¯\_(ツ)_/¯
View GitHub Profile
@akinam0
akinam0 / CAlculating.Hash.Checksums.reg
Created July 30, 2023 03:01 — forked from AhmadFCheema/CAlculating.Hash.Checksums.reg
Windows context menu, Hash calculation shortcut
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\Calculating.Hash.Checksums]
@="Calculate hash checksums"
"Extended"=""
"Icon"="imageres.dll,262"
[HKEY_CLASSES_ROOT\*\shell\Calculating.Hash.Checksums\Command]
@="cmd /s /c pushd &(call certUtil -hashfile \"%1\" MD2 & certUtil -hashfile \"%1\" MD4 & certUtil -hashfile \"%1\" MD5 & certUtil -hashfile \"%1\" SHA1 & certUtil -hashfile \"%1\" SHA256 & certUtil -hashfile \"%1\" SHA384 & certUtil -hashfile \"%1\" SHA512) > \"%1\"-Hash.txt"