im on version 4. 3.03 of deamon tools lite. but i can no longer find a version of awxdtools or whatever it is that runs anymore. Is there another way to get right click mount options without all that registry messing crap?
Announcement
Collapse
No announcement yet.
right click tool doesnt work anymore
Collapse
X
-
Run the following file and exchange program path (c:\\program files) and then you should have what you want (this is revoking DT Lite's and Pro's integration):
Code:REGEDIT4 [HKEY_CLASSES_ROOT\.mds] @="DT_Lite" [HKEY_CLASSES_ROOT\.cue] @="DT_Lite" [HKEY_CLASSES_ROOT\.iso] @="DT_Lite" [HKEY_CLASSES_ROOT\.b6t] @="DT_Lite" [HKEY_CLASSES_ROOT\.b5t] @="DT_Lite" [HKEY_CLASSES_ROOT\.pdi] @="DT_Lite" [HKEY_CLASSES_ROOT\.ccd] @="DT_Lite" [HKEY_CLASSES_ROOT\.nrg] @="DT_Lite" [HKEY_CLASSES_ROOT\.cdi] @="DT_Lite" [HKEY_CLASSES_ROOT\.bwt] @="DT_Lite" [HKEY_CLASSES_ROOT\.isz] @="DT_Lite" [HKEY_CLASSES_ROOT\DT_Lite] [HKEY_CLASSES_ROOT\DT_Lite\DefaultIcon] @="c:\\program files\\DAEMON Tools Lite\\Daemon.exe,0" [HKEY_CLASSES_ROOT\DT_Lite\shell] [HKEY_CLASSES_ROOT\DT_Lite\shell\Mount with DT Lite to drive 0] [HKEY_CLASSES_ROOT\DT_Lite\shell\Mount with DT Lite to drive 0\command] @="c:\\program files\\DAEMON Tools Lite\\Daemon.exe -mount 0, %1" [HKEY_CLASSES_ROOT\DT_Lite\shell\Mount with DT Lite to drive 1] [HKEY_CLASSES_ROOT\DT_Lite\shell\Mount with DT Lite to drive 1\command] @="c:\\program files\\DAEMON Tools Lite\\Daemon.exe -mount 1, %1" [HKEY_CLASSES_ROOT\DT_Lite\shell\Mount with DT Lite to drive 2] [HKEY_CLASSES_ROOT\DT_Lite\shell\Mount with DT Lite to drive 2\command] @="c:\\program files\\DAEMON Tools Lite\\Daemon.exe -mount 2, %1" [HKEY_CLASSES_ROOT\DT_Lite\shell\Mount with DT Lite to drive 3] [HKEY_CLASSES_ROOT\DT_Lite\shell\Mount with DT Lite to drive 3\command] @="c:\\program files\\DAEMON Tools Lite\\Daemon.exe -mount 3, %1" [HKEY_CLASSES_ROOT\DT_Lite\shell\Unmount all Images from DT Lite] [HKEY_CLASSES_ROOT\DT_Lite\shell\Unmount all Images from DT Lite\command] @="c:\\program files\\DAEMON Tools Lite\\Daemon.exe -unmount_all"
Last edited by Blazkowicz; 16.02.2009, 22:55.Make something idiot proof, but then they just make a better idiot
Peace Through Power
-
Try the following then:
Code:REGEDIT4 [HKEY_CLASSES_ROOT\.mds] @="DT_Lite" [HKEY_CLASSES_ROOT\.cue] @="DT_Lite" [HKEY_CLASSES_ROOT\.iso] @="DT_Lite" [HKEY_CLASSES_ROOT\.b6t] @="DT_Lite" [HKEY_CLASSES_ROOT\.b5t] @="DT_Lite" [HKEY_CLASSES_ROOT\.pdi] @="DT_Lite" [HKEY_CLASSES_ROOT\.ccd] @="DT_Lite" [HKEY_CLASSES_ROOT\.nrg] @="DT_Lite" [HKEY_CLASSES_ROOT\.cdi] @="DT_Lite" [HKEY_CLASSES_ROOT\.bwt] @="DT_Lite" [HKEY_CLASSES_ROOT\.isz] @="DT_Lite" [HKEY_CLASSES_ROOT\DT_Lite] [HKEY_CLASSES_ROOT\DT_Lite\DefaultIcon] @="c:\\program files\\DAEMON Tools Lite\\Daemon.exe,0" [HKEY_CLASSES_ROOT\DT_Lite\shell] [HKEY_CLASSES_ROOT\DT_Lite\shell\Mount with DT Lite to drive 0] [HKEY_CLASSES_ROOT\DT_Lite\shell\Mount with DT Lite to drive 0\command] @="\"c:\\program files\\DAEMON Tools Lite\\Daemon.exe\" -mount 0, \"%1\"" [HKEY_CLASSES_ROOT\DT_Lite\shell\Mount with DT Lite to drive 1] [HKEY_CLASSES_ROOT\DT_Lite\shell\Mount with DT Lite to drive 1\command] @="\"c:\\program files\\DAEMON Tools Lite\\Daemon.exe\" -mount 1, \"%1\"" [HKEY_CLASSES_ROOT\DT_Lite\shell\Mount with DT Lite to drive 2] [HKEY_CLASSES_ROOT\DT_Lite\shell\Mount with DT Lite to drive 2\command] @="\"c:\\program files\\DAEMON Tools Lite\\Daemon.exe\" -mount 2, \"%1\"" [HKEY_CLASSES_ROOT\DT_Lite\shell\Mount with DT Lite to drive 3] [HKEY_CLASSES_ROOT\DT_Lite\shell\Mount with DT Lite to drive 3\command] @="\"c:\\program files\\DAEMON Tools Lite\\Daemon.exe\" -mount 3, \"%1\"" [HKEY_CLASSES_ROOT\DT_Lite\shell\Unmount all Images from DT Lite] [HKEY_CLASSES_ROOT\DT_Lite\shell\Unmount all Images from DT Lite\command] @="c:\\program files\\DAEMON Tools Lite\\Daemon.exe -unmount_all"
Last edited by Blazkowicz; 17.02.2009, 19:56.Make something idiot proof, but then they just make a better idiot
Peace Through Power
Comment
Comment