ISOCMD

required files(drivers directory in UltraISO installation):
isocmd.exe
ISODrive.sys
ISODrv64.sys

related reg key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ISODrive

useful parameters:
isocmd -number 3
    set how many devices to be emulated
    HKLM\SYSTEM\CurrentControlSet\Services\ISODrive\Parameters\NumberOfDevices
    DWORD 0×0000003
isocmd -install
    install the drive and service named ‘ISODrive’
    D:\>sc start ISODrive
    SERVICE_NAME: ISODrive
        TYPE               : 2  FILE_SYSTEM_DRIVER
        STATE              : 4  RUNNING
                                (STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
        WIN32_EXIT_CODE    : 0  (0×0)
        SERVICE_EXIT_CODE  : 0  (0×0)
        CHECKPOINT         : 0×0
        WAIT_HINT          : 0×0
        PID                : 0
        FLAGS              :
    D:\>sc getdisplayname ISODrive
    [SC] GetServiceDisplayName SUCCESS
    Name = ISO DVD/CD-ROM Device Driver
isocmd -print
    output version information and emulated devices
    D:\>isocmd -print
    ISODrive V3.11.409
    Number of Devices=1, DriveLetters=[E]
isocmd -mount X: xxx.iso
isocmd -eject X:
isocmd -remove
    remove the service named ‘ISODrive’, remove drive

Documented parameters:
D:\>isocmd
Usage: isocmd <-command> <parameter>
-mount drive: file_spec <password> (mount file_spec to drive:
                                     password is optional for ISZ images)
-eject drive: (unmount drive:)
-number (set number of devices)
-change device_no new_drive_letter: (change drive letter)

Remarks
If you want to change the number of emulated devices, you have to reinstall service.
i.e.
isocmd -remove
isocmd -number 32  
isocmd -install

Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter
Google Buzz (aka. Google Reader)
This entry was posted in Default. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Powered by WP Hashcash