Skip to content

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 22 May 12:10
8a22e7a

Lazy CRC Shell Extension

A Windows Explorer shell extension for LazyCRC, adding a context menu entry for generating checksum files directly from Explorer.

Usage

Right-click any file or folder and select Create Checksum File. A save dialog will appear where you can choose the output location, filename, and checksum format:

  • CRC32 (.sfv)
  • MD5 (.md5)
  • SHA256 (.sha256)
  • SHA512 (.sha512)
  • Blake3 (.blake3)

Installation

  1. Get the latest lazy_crc_shell.zip
  2. Extract all files in the same folder as lazy_crc.exe
  3. Run register_lazy_crc_shell.bat as Administrator

Uninstall

Run unregister_lazy_crc_shell.bat as Administrator

License

This project is covered by the MIT License.

Credits