Help - Search - Members - Calendar
Full Version: daemon tools automount
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
websee
this reg allows instant mounting via double click on cue, bwt, bin, mds, mdf, nrg, img, iso, ima and ccd images. in the context menu it is possible to mount them in another drive slot. default is the first slot.

feel free to edit it to reflect you system configuration.

CODE
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\fastmountfile]
@="CD Image"
"EditFlags"=dword:00010000
"BrowserFlags"=dword:00000008

[HKEY_CLASSES_ROOT\fastmountfile\DefaultIcon]
@="C:\\Program Files\\D-Tools\\daemon.exe,0"

[HKEY_CLASSES_ROOT\fastmountfile\shell]
@="open"

[HKEY_CLASSES_ROOT\fastmountfile\shell\Mount_on_Slot_2]
@="Mount on Slot 2"

[HKEY_CLASSES_ROOT\fastmountfile\shell\Mount_on_Slot_2\command]
@="\"C:\\Program Files\\D-Tools\\daemon.exe\" -mount 1,\"%1\""

[HKEY_CLASSES_ROOT\fastmountfile\shell\Mount_on_Slot_3]
@="Mount on Slot 3"

[HKEY_CLASSES_ROOT\fastmountfile\shell\Mount_on_Slot_3\command]
@="\"C:\\Program Files\\D-Tools\\daemon.exe\" -mount 2,\"%1\""

[HKEY_CLASSES_ROOT\fastmountfile\shell\Mount_on_Slot_4]
@="Mount on Slot 4"

[HKEY_CLASSES_ROOT\fastmountfile\shell\Mount_on_Slot_4\command]
@="\"C:\\Program Files\\D-Tools\\daemon.exe\" -mount 3,\"%1\""

[HKEY_CLASSES_ROOT\fastmountfile\shell\open]
@="Mount"

[HKEY_CLASSES_ROOT\fastmountfile\shell\open\command]
@="\"C:\\Program Files\\D-Tools\\daemon.exe\" -mount 0,\"%1\""

[HKEY_CLASSES_ROOT\fastmountfile\shell\open\ddeexec]

[HKEY_CLASSES_ROOT\fastmountfile\shell\open\ddeexec\Application]
@="daemon"

[HKEY_CLASSES_ROOT\fastmountfile\shell\open\ddeexec\Topic]
@="System"

[HKEY_CLASSES_ROOT\.bwt]
@="fastmountfile"

[HKEY_CLASSES_ROOT\.bin]
@="fastmountfile"

[HKEY_CLASSES_ROOT\.cue]
@="fastmountfile"

[HKEY_CLASSES_ROOT\.ccd]
@="fastmountfile"

[HKEY_CLASSES_ROOT\.iso]
@="fastmountfile"

[HKEY_CLASSES_ROOT\.img]
@="fastmountfile"

[HKEY_CLASSES_ROOT\.mdf]
@="fastmountfile"

[HKEY_CLASSES_ROOT\.ima]
@="fastmountfile"

[HKEY_CLASSES_ROOT\.mds]
@="fastmountfile"

[HKEY_CLASSES_ROOT\.nrg]
@="fastmountfile"
Qix
I use often different partitions to install windows, so to avoid changing every time the script, may I replace the "c:\program files" with a "%systemdrive%\program files" or something like that??
ran
NM - just learning Registry hacking 101 - sorry!

Ran
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.