ImgDrive is a CD/DVD/BD emulator - a tool that allows you to mount optical disc images by simply clicking on them in Windows Explorer.
Features
- One-click mounting of iso, cue, nrg, mds/mdf, ccd, isz images
- Runs on 32-bit and 64-bit Windows versions from XP to Windows 11
- Mount ape, flac, m4a, wav, wavpack, tta file as AUDIO CD (16-bit/44.1kHz)
- Mount a folder as DVD/BD
- Mount images in command line
- Does not require rebooting after installation
- Support up to 7 virtual drives at the same time
- Support multi session disc image (ccd/mds/nrg)
- A special portable version is available
- Translated to more than 10 languages
- ImgDrive is freeware, you may use it at no cost
- .ccd - CloneCD image files
- .cue - Cue sheets files of ape/flac/m4a/tta/wav/wv/bin
- .iso - Standard ISO image files
- .isz - Compressed ISO image files
- .nrg - Nero image files
- .mds - Media descriptor image files
Screenshots
What's new
Version 1.7.5 2022-05-19
- Improved support for CD images in BIN/CUE format
- Added support load language file in UTF-8 format
- Add French language
- Improved support for ISO/IMG format
Full Changelog
Command Line
mount: imgdrive.exe -m:X image_file_path unmount: imgdrive.exe -u:Xreplace X with a drive letter (A-Z) or a unit number (0-6)
Example:
// mount d:\tst.iso to the first unit imgdrive.exe -m:0 d:\tst.iso // mount d:\tst.iso to drive E imgdrive.exe -m:e d:\tst.iso // mount folder d:\foo to drive E imgdrive.exe -m:e d:\foo // unmount the first unit imgdrive.exe -u:0 // unmount drive E imgdrive.exe -u:e // unmount all imgdrive.exe -u