Skip to content

Instantly share code, notes, and snippets.

@hayleyxyz
Created April 12, 2025 12:54
Show Gist options
  • Save hayleyxyz/0a565f33723b01300c6a6c2ad0704df1 to your computer and use it in GitHub Desktop.
Save hayleyxyz/0a565f33723b01300c6a6c2ad0704df1 to your computer and use it in GitHub Desktop.
HxD & ImHex.reg
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\HxD]
@="Open with &HxD"
[HKEY_CLASSES_ROOT\*\shell\HxD\command]
@="\"C:\\Program Files\\HxD\\HxD.exe\" \"%1\""
[HKEY_CLASSES_ROOT\*\shell\ImHex]
@="Open with &ImHex"
[HKEY_CLASSES_ROOT\*\shell\ImHex\command]
@="\"C:\\Program Files\\ImHex\\imhex-gui.exe\" \"%1\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment