Jump to content

reboot12

Member
  • Posts

    332
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Poland

Posts posted by reboot12

  1. Mount and Umount from link working good. Now I want only move Umount command to Drive key. Default to umount VHD image need right-click on VHD image. I want right-click to icon drive in My Computer window to umount VHD not for VHD file.

    I try also option /u all but it did not work :-( from right-click icon drive. Only working in cmd.

    post-374863-0-16758700-1368888531_thumb.

  2. Take another look at the syntax for REG entries in the link. You're "missing" some characters...

    Yes, syntax is other but after fix still not working:

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\Drive\shell\Umount VHD\command]
    @="\"C:\\Program Files\\VHD Mount\\vhdmount.exe\" /u \"%1\""

  3. Default Mount/Umount command context menu is for VHD files. I want change Umount command from file VHD to mounted Drive like this:

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\Drive\shell\Umount VHD]

    [HKEY_CLASSES_ROOT\Drive\shell\Umount VHD\command]
    @="C:\\Program Files\\VHD Mount\\vhdmount.exe /u all"

    but this not working :-(

    If manually run this command in cmd this working good and umount all mounted images VHD. What's going on? Why this not working from Drive context menu?

×
×
  • Create New...