Mark0's Forum

F.A.Q. => TrID => Topic started by: Mark0 on October 09, 2006, 01:49:11 PM

Title: Tip: Integrate TrID on Windows Explorer context menu
Post by: Mark0 on October 09, 2006, 01:49:11 PM
TrID (http://mark0.net/soft-trid-e.html) could be very easily integrated on Explorer's file context menu.

(http://mark0.net/screenshots/trid-explorer.png)

It's just a matter of adding a couple of registry keys.
Here's the details:
Code: (REG) [Select]
[HKEY_CLASSES_ROOT\*\shell]

[HKEY_CLASSES_ROOT\*\shell\TrID]
@="TrID Analyze!"

[HKEY_CLASSES_ROOT\*\shell\TrID\command]
@="c:\\trid\\trid.exe \"%1\" -w -r:10"

You can download a suitable registry data fragment/file for Windows XP here: trid_contextmenu.reg (zip compressed) (http://mark0.net/download/trid_contextmenu.zip)
N.B. That registry data assume you have installed TrID on C:\TrID\
If needed you can both change the file before running it, or modify the data with RegEdit later.

Bye!