Mount and Burn ISO Images in Windows 10

In this Windows 10 Tutorial, you will learn to Mount and Burn ISO images within from Windows 10, without installing any third party utility. ISO images are a single file holding an exact copy of a CD or DVD. Instead of Copying and Pasting CD or DVD files into folders, you can store your entire CD or DVD into a single ISO file, and if later your burn those images, then it will be an exact copy of your original CD or DVD, doesn’t matter it was a bootable DVD, a music CD, or Video DVD.

We had already published a video on the same topic for Windows 8, and procedure to Mount and Burn ISO images is almost same in both versions of Windows. But in this tutorial, you will also learn to Mount and Eject Images from Command Prompt. You can also watch our video about Burning an ISO image from Command Prompt.

So, let’s get started. If you select an image within from a folder, you can notice a new menu “Disk Image Tools” appear at top, with a new Manage Tab. Click the Manage tab, and from here you can either Mount, or Burn the image to a CD or DVD Disc. If you click the Mount button, then Windows will immediately create a new virtual drive, and will show you all the files within from the image.

Suppose if your image file is on Windows Desktop, then you can either mount or burn it right from your desktop, by right-clicking on the image file, and then click Mount, or Burn Disc image.

When you are finished working with image file, you can unmount, or eject the image from virtual drive. To do this, open File explorer, right-click on Virtual Drive, and then click Eject.

To mount an image from Command Prompt, in the Start search, type Power Shell, and then right-click on Power Shell, and click Run as Administrator. To mount an image at Powershell, type the following command.

Mount, hypen diskimage, space hypen imagepath, then path and file name of your ISO image.

For instance, to mount MS DOS.ISO file within from Images folder located at C drive, then the command will as follows:

Mount, hypen diskimage, space, hypen imagepath, quotes begin, C:\images\ms dos.iso, quotes close.

Interestingly, you can mount more than one image at the same time, either from windows or command prompt. If you mount more than one image, without ejecting the previous image, then you will see another virtual drive appearing in File Explorer.

To unmount or eject an image from command prompt, type the following command.

Mount vol [drive letter:] /d

For instance, to unmount drive M, I will type.

Mount vol m: /d

So this is how, you can easily mount and eject ISO images either from File Explorer, or elevated Command Prompt.





Comments