Jump to content

Recommended Posts

Posted

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.

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"

daemon.reg


Posted

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??

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...