Mark0's Forum

F.A.Q. => TrIDNet => Topic started by: Mark0 on October 09, 2006, 01:51:31 PM

Title: Tip: Integrate TrIDNet on Windows Explorer context menu
Post by: Mark0 on October 09, 2006, 01:51:31 PM
TrIDNet could be very easily integrated on Explorer's file context menu.
It's just a matter of adding a couple of registry keys:

(https://mark0.net/images/tridnet-registry.png)

Here's the detail of the keys:
Code: (reg) [Select]
[HKEY_CLASSES_ROOT\*\shell]

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

[HKEY_CLASSES_ROOT\*\shell\TrID\command]
@="c:\\trid\\tridnet.exe \"%1\""

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

Bye!