How to Mount or Unmount ISO and IMG Files in Windows 10
An ISO or IMG file is a CD/DVD disk image file.
When you mount an .ISO or .IMG file, it will be added as a CD/DVD drive in This PC.
This tutorial will show you how to natively mount or unmount ISO and IMG image files in Windows 10.
.ISO and . IMG files cannot be mounted from removable media not formatted with the NTFS or ReFS file system.
Contents
- Option One: Mount ISO or IMG file using Mount in Context Menu
- Option Two: Mount ISO or IMG file using Open With Context Menu
- Option Three: Unmount ISO or IMG file using Eject
- Option Four: Mount or Unmount ISO or IMG file in PowerShell
- Option Five: Mount or Unmount ISO or IMG file in Command Prompt
EXAMPLE: Mounted ISO file in This PC
This option will not be available for ISO or IMG files if you changed the default app for the ISO or IMG file to an app other than Windows Explorer ("C:\Windows\explorer.exe").
1 Do step 2 or step 3 below for what you would like to do.
2 Double click/tap on the .ISO or .IMG file.
OR
3 Right click or press and hold on the .ISO or .IMG file, and click/tap on Mount. (see screenshot below)
1 Right click or press and hold on the .ISO or .IMG file, and click/tap on Open with. (see screenshots below)
2 Select Windows Explorer in the "How do you want to open this file?" dialog, and click/tap on OK.
If you do not see Windows Explorer listed in the Open with context menu, click/tap on Choose another app or More apps, select Windows Explorer, and click/tap on OK.
If you check the Always use this app to open .iso/.img files box, it will make Windows Explorer the default app.![]()
![]()
1 Open This PC in File Explorer (Win+E).
2 Right click or press and hold on the DVD drive letter (ex: E: ) for the mounted .ISO or .IMG file, and click/tap on Eject. (see screenshot below)
To see more usage options for the Mount-DiskImage and Dismount-DiskImage commands, see:
* Mount-DiskImage | Microsoft Docs
* Dismount-DiskImage | Microsoft Docs
1 Open Windows PowerShell.
2 Type the command below you want to use into PowerShell, and press Enter. (see screenshot below)
(Mount ISO or IMG file)
Mount-DiskImage -ImagePath "Full path of ISO or IMG file"
OR
(Unmount ISO or IMG file)
Dismount-DiskImage -DevicePath \\.\<drive letter>:
OR
Dismount-DiskImage -ImagePath "Full path of ISO or IMG file"
Substitute <drive letter> in the command above with the actual drive letter (ex: "F") of the mounted ISO or IMG file you want to unmount.
For example:Dismount-DiskImage -DevicePath \\.\F:
OR
Substitute Full path of ISO or IMG file in the command above with the actual full path of the ISO or IMG file you wanted to mount or unmount wrapped in three quotation marks.
For example:Mount-DiskImage -ImagePath "C:\User\Russell\Desktop\9879.ENTERPRISE_X64.ISO"
3 When finished, you can close PowerShell if you like.
To see more usage options for the Mount-DiskImage and Dismount-DiskImage commands, see:
* Mount-DiskImage | Microsoft Docs
* Dismount-DiskImage | Microsoft Docs
1 Open a command prompt.
2 Type the command below you want to use into the command prompt, and press Enter. (see screenshots below)
(Mount ISO or IMG file)
PowerShell Mount-DiskImage -ImagePath """Full path of ISO or IMG file"""
OR
(Unmount ISO or IMG file without output)
PowerShell Dismount-DiskImage -DevicePath \\.\<drive letter>: >nul
or
(Unmount ISO or IMG file with output)
PowerShell Dismount-DiskImage -DevicePath \\.\<drive letter>:
OR
PowerShell Dismount-DiskImage -ImagePath """Full path of ISO or IMG file"""
Substitute <drive letter> in the command above with the actual drive letter (ex: "F") of the mounted ISO or IMG file you want to unmount.
For example:PowerShell Dismount-DiskImage -DevicePath \\.\F:
OR
Substitute Full path of ISO or IMG file in the command above with the actual full path of the ISO or IMG file you wanted to mount or unmount wrapped in three quotation marks.
For example:PowerShell Mount-DiskImage -ImagePath "G:\Win10_1903_V1_English_x64.iso"
![]()
3 When finished, you can close the command prompt if you like.
That's it,
Shawn Brink
Related Tutorials
- How to Download a Windows 10 ISO File
- How to Create Bootable ISO from Windows 10 install.esd File
- How to See Full Details about a Windows 10 ISO file or USB
- How to Add or Remove Mount Context Menu in Windows 10
- How to Mount or Unmount VHD and VHDX Files in Windows 10
- How to Burn Disc Image from ISO or IMG file in Windows 10
- How to Mount a Drive to a Folder in Windows 10
- How to Mount and Unmount a Drive or Volume in Windows