Announcement

Collapse
No announcement yet.

Unmount all Shell command

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

  • Unmount all Shell command

    in a older version of Dtools I had a unmount all on my shell commands (right-click menu)

    is there anyway to re-add this to the shell commands in the latest Dtools?

  • #2
    best i can come up with is this, but will only work if you associate image files to daemon tools eg. .iso, .mds, etc...

    note this only works when u right click on an image file and not the drive letter. im sure someone else would know how to add that.

    this is for daemon tools lite only, it will need changes for the pro version

    i tried to paste the reg file text in the post editor window but it keeps messing up the text, so you will have to download the file from the below link

    http://www.2shared.com/file/MC26IKEi/unmount.html

    the link is at the bottom right where it says 'click here'

    hope this helps

    tony
    Last edited by toco1971; 01.11.2010, 14:27.

    Comment


    • #3
      this will add unmount to the right click context menu on your drive letters , one problem this will add unmount to all drives including hard drives

      im sure somebody could improve on it, paste the following into a text file and rename it to unmountonalldrives.reg
      then run it.

      ;------------------------------------------------------

      Windows Registry Editor Version 5.00

      [HKEY_CLASSES_ROOT\Drive\shell\Unmount]
      @="Unmount"

      [HKEY_CLASSES_ROOT\Drive\shell\Unmount\command]
      @="\"C:\\Program Files\\DAEMON Tools Lite\\DTLite.exe\" -unmount_all"

      ;------------------------------------------------------

      ill have a bit more of a look for you though.

      tony

      at least the post editor didnt screw up the text this time.

      Comment


      • #4
        finally, i found a working version!! Thanks toco1971, I looked everywhere for the past 20 mins and found VERY similar ones but they were for the old Daemon Tool versions.......I kept changing things around and it wouldn't work, but ur one did so YAY!

        And also it's simple to fix the unmount all hardrives problem, this is my modified version:

        Code:
        Windows Registry Editor Version 5.00
        
        [HKEY_CLASSES_ROOT\Drive\shell\Unmount]
        @="Unmount"
        
        [HKEY_CLASSES_ROOT\Drive\shell\Unmount\command]
        @="\"C:\\Program Files\\DAEMON Tools Lite\\DTLite.exe\" -unmount 0"

        and check here for more parameters that you can use and modify urself:

        Command Line Parameters | daemon-help.com

        Comment


        • #5
          i wish there's an edit option, surprising how DT forum doesn't have it......

          anyway i forgot to add that if u use more than one virtual drive, then u simply add another 2 entry of lines but increment the number, which will represent the drive.

          i.e if i do this:


          Windows Registry Editor Version 5.00

          [HKEY_CLASSES_ROOT\Drive\shell\Unmount]
          @="Unmount"

          [HKEY_CLASSES_ROOT\Drive\shell\Unmount\command]
          @="\"C:\\Program Files\\DAEMON Tools Lite\\DTLite.exe\" -unmount 0"

          [HKEY_CLASSES_ROOT\Drive\shell\Unmount\command]
          @="\"C:\\Program Files\\DAEMON Tools Lite\\DTLite.exe\" -unmount 1"
          see how i added another entry of the 2 lines? The only difference is that this time it's "unmount 1", which means unmount the 2nd virtual drive. I have a total of 2, so if you have 3 virtual drives, you simply add the entry and you'll have unmount 0, unmount 1, unmount 2 for all three virtual drives.

          Again, refer to the command line parameters link i posted above for this.

          Comment


          • #6
            There is an Edit button, but only for a limited time.
            Make something idiot proof, but then they just make a better idiot
            Peace Through Power

            Comment

            Working...
            X