Add context menu item for Mount/unmount image with TBIHD

User discussion and information resource forum for Image products.
Post Reply
Mrx
Posts: 68
Joined: Sun Mar 11, 2012 8:22 pm

Add context menu item for Mount/unmount image with TBIHD

Post by Mrx »

I know it's possible to add it myself, but it would be nice if it could be added like the Mount as Drive Letter one - maybe call it "TBIHD - Mount as Writeable Drive Letter"

As there are various options, I'd prefer it to mount with following options:

Code: Select all

tbihd.exe load <image_file_path> /q /w /chgsig
Mrx
Posts: 68
Joined: Sun Mar 11, 2012 8:22 pm

Re: Add context menu item for Mount/unmount image with TBIHD

Post by Mrx »

Bit more info. and reasoning for my default option's....

- /q - obviously so you don't get unnecessary prompts.

- /w because when trying to navigate mounted image's where admin write priveleges are required, it's not possible without write privileges (obviously, these writes don't affect the original image - they are temp, with which you can create a new image, with new changes) -e.g. registry changes, C:\Program Files, C:\Windows etc.

- /chgsig - often you mount image held on same system, to inspect, where same sig can cause problem' - this solves that problem. If you're going to re-image it, you probably/possibly want same disk sig., so something to consider (ie. change it back to original) - easy to change it though.

Code: Select all

/q /w /chgsig
parameters give you the ability to achieve the most common scenario's IMO.

Any input on default context options appreciated, before it hopefully gets implemented ?
Post Reply