Announcement

Collapse
No announcement yet.

Double Click on .ISO and have it mount

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Double Click on .ISO and have it mount

    Hi I was wondering how to make it so I can just double click on an .ISO file and have it automaticaly mount to one of my virtual drives?

    Can someone help please

    thanks in advance

  • #2
    this is how i do it:
    create a reg-file with this in it:
    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\.B5T]
    @="iso_file"
    [HKEY_CLASSES_ROOT\.iso]
    @="iso_file"
    [HKEY_CLASSES_ROOT\.mds]
    @="iso_file"
    [HKEY_CLASSES_ROOT\.ccd]
    @="iso_file"
    [HKEY_CLASSES_ROOT\.cue]
    @="iso_file"
    [HKEY_CLASSES_ROOT\iso_file]
    @="iso file"
    [HKEY_CLASSES_ROOT\iso_file\shell]
    @="open"
    [HKEY_CLASSES_ROOT\iso_file\shell\open]
    [HKEY_CLASSES_ROOT\iso_file\shell\open\command]
    @="\"C:\\PROGRAMME\\daemon Tools\\daemon.exe\" -mount 0,\"%1\""

    use notepad or whatever text editor you prefer. save as blabla.reg. d-click the file to import it into registry.

    all done!
    Mounty Bob strikes back

    Comment

    Working...
    X