HashCheck adds a Checksums tab to the Windows Explorer file Properties dialog, allowing verification of MD5, SHA-1, SHA-256, and CRC32 hashes without any separate application.
HashCheck registers as a shell property sheet handler — it appears as a tab in the file Properties dialog for ALL file types.
The COM object is registered in both HKCU\SOFTWARE\Classes\CLSID\ and HKCR\CLSID\ depending on whether it was installed per-user or machine-wide.
To disable the Properties tab without uninstalling, rename the HashCheck value under *\shellex\PropertySheetHandlers\.
The 64-bit build is required on 64-bit Windows to show in Explorer (32-bit shell extensions don't load in 64-bit Explorer).
🗑️ Cleanup
Windows Registry Editor Version 5.00
[-HKEY_CURRENT_USER\SOFTWARE\HashCheck]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\HashCheck]
[-HKEY_CLASSES_ROOT\*\shellex\PropertySheetHandlers\HashCheck]
Run the uninstaller to also remove the CLSID registration.