+5 votes
349 views
Mount and unmount ISO image without programs in Windows 10

in Windows 10 by (551k points)
recategorized by | 349 views

1 Answer

+3 votes
Best answer

1. Mount an ISO image in Windows 10 using File Explorer
2. Unmount an ISO image in Windows 10 using File Explorer
3. Mount an ISO image in Windows 10 using Windows PowerShell
4. Unmount an ISO image in Windows 10 using Windows PowerShell

When we are in the IT world, we often handle ISO files for the installation of operating systems, applications and various programs within the system..

 

An ISO image is a container that stores a replica of the contents of a physical disk, which can usually be a CD, DVD, or even Blu-Ray. We can see how software companies use ISO images as a means to distribute their software.

 

A few years ago we had to use third-party applications to perform the process of mounting and unmounting these images on Windows operating systems..

 

Mounting is the process of creating a virtual CD / DVD drive on your computer so that it is possible to run ISO files as you would a disk drive. Unmounting, meanwhile, is like pressing the "Eject" button on your disk drive.

 

TechnoWikis will teach two practical methods to mount and unmount an ISO image in Windows 10..

 

 

To stay up to date, remember to subscribe to our YouTube channel!   SUBSCRIBE

 

 


1. Mount an ISO image in Windows 10 using File Explorer

 

Step 1

It is a fairly simple process, for this we access the File Explorer using the following key combination and once there we must locate the ISO image to mount.

 

 

+ E

 

 

Step 2

Once located, we will right-click on it and in the displayed options select "Mount":

 

image

 

Step 3

Once we click there, the content of that ISO image should open immediately and appear in Windows Explorer as it would in any previous folder. Meanwhile, the left pane of Windows Explorer in the "This computer" drop-down menu should show a DVD / CD drive icon with the ISO name next to it:

 

From there we can access the content of said ISO image and perform actions on it.

 

image

 

 


2. Unmount an ISO image in Windows 10 using File Explorer


The process of ejecting an ISO image is simple. To do this we will right click on the virtual drive that is created when mounting the ISO image and in the displayed options select "Eject":

 

image

 


3. Mount an ISO image in Windows 10 using Windows PowerShell


Another option that we have available is to use Windows PowerShell to carry out this task.
For this we open a Windows PowerShell console and execute the following syntax:
 Mount-DiskImage -ImagePath "ISO Image Path" 
image

 


4. Unmount an ISO image in Windows 10 using Windows PowerShell


At the moment that we do not want to use the ISO image anymore and proceed to unmount it, we can also do it through Windows PowerShell.

 

To do this, we open a new Windows PowerShell console and execute the following syntax. After pressing Enter we can see that the task is executed correctly.

 Dismount-DiskImage -ImagePath "ISO Image Path" 
image

 

 

It's that simple we can mount or unmount an ISO image in Windows 10 and perform various tasks on them.

 

 


by (3.5m points)

Related questions

+3 votes
1 answer
+5 votes
1 answer
asked Oct 6, 2019 in Linux / Unix by backtothefuture (551k points) | 323 views
+4 votes
1 answer
asked Sep 14, 2019 in Windows 10 by backtothefuture (551k points) | 338 views
+4 votes
1 answer
+3 votes
1 answer
asked Nov 17, 2019 in Windows 10 by backtothefuture (551k points) | 260 views
Sponsored articles cost $40 per post. You can contact us via Feedback
10,632 questions
10,764 answers
510 comments
3 users