Skip to Content

Burning ISO or IMG Disk Images in Windows 7


Windows Disc Image BurnerOne of the small but great features in Windows 7 is the fact that it allows users to burn disk images on their CDs and DVDs without having to install additional software. To do this, Windows 7 has a small tool called Windows Disc Image Burner which is included in all versions. In this article I will tell you what are disk images, which formats are supported by this tool and how to burn disk images both by using the visual interface of Windows 7 and from the command line.

What Is a Disk Image & Why Is It Useful?

For those of you not familiar with the term, according to Wikipedia, a disk image is a single file or storage device containing the complete contents and structure representing a data storage medium or device, such as a hard drive, floppy disk, CD or DVD. Disk images are perfect copies of the source medium and keep the same structure and contents. These disk image files can have many file extensions, the most common being '.IMG' and '.ISO'.

They are useful when you need to backup media such as installation discs, data discs, etc. By making a disc image, you can easily copy it over to another disc which can be used in case the original gets deteriorated. If you want to know which applications can create disk images, consult this page on disk imaging software.

What Kind of Image File Can I Burn?

Currently 'Windows Disc Image Burner' supports only '.IMG' and '.ISO' disk image files.

How to Burn an Image

First, navigate to the '.ISO' or '.IMG' image file you want to burn, right click on it and select the option 'Burn disc image'. If you have third party software installed which has file associations with '.ISO' or '.IMG' files, you will find the 'Burn disc image' option in the Open with menu.

Windows Disc Image Burner

The Windows Disc Image Burner application will now open. You can choose which disk burner to use, if you have more than one. To make sure that the burning process was successful, you can select the option 'Verify disc after burning' . Insert a disc in your DVD or CD burner and click on Burn.

Windows Disc Image Burner

The application will detect the disc type and, if the disc is rewritable and has content on it, it will show you a warning message allowing you to choose between deleting the existing content or not.

Once the burning process starts, there is no percentage progress meter. There's only a green progress bar.

After the burning process finishes, the DVD/CD tray will automatically open and you will see a confirmation message if the burning process was successful.

To exit the application, click on Close.

Windows Disc Image Burner

How to Burn an Image from the Command Line

If you prefer the command line, you can use it to burn an '.ISO' or '.IMG' image file. First, open a command prompt window. To do this, search in the Start Menu search box the term 'cmd' and click on the first result. Alternatively, you can find the Command Prompt in Start Menu -> All Programs -> Accessories -> Command Prompt.

Windows Disc Image Burner

You have two options: load a specific image file from the command line and then burn it from the Windows Disc Image Burner application after you've configured additional parameters or you can burn the file directly from the command line.

To load a specific image file in the Windows Disc Image Burner application from the command line, use this command: isoburn.exe "{drive letter}:\{path to image file}".

As an example, the image file that I want to burn is called 'office.iso' and it is located on drive D: in the image test folder. The command that I have to write is:
isoburn.exe "D:\test image\office.iso".

Windows Disc Image Burner

The command is not case sensitive which means that it doesn't matter if the image or folder name has capital letters or not. After you write the command press Enter and the main window of Windows Disc Image Burner will open.

Here you can select the disc burner if you have more than one and you can select the option to 'Verify disc after burning'. Then, insert a blank disc into your DVD burner and click on the Burn button.

If you want to burn an image file directly from the command line, you have to use this command: isoburn.exe /q "{drive letter}:\{path to image file}". The only difference between this command and the previous one is the /q element which tells the application to start burning the image file immediately. Before you type this command make sure that you have a blank DVD in your DVD burner and double check the image file name to make sure that you burn the right one.

Unfortunately, in the Command Prompt, you cannot setup Windows Disc Image Burner to verify the disc after the burning process and you cannot select a DVD burner if you have more than one. Or at least we did not find a way. If you know how to do it, don't hesitate to leave a comment.

Conclusion

This tool is perfect for any occasional burning of image files to CD or DVD. One big benefit is that it comes built in Windows 7 and you don't need to install any additional application; plus, it is very easy to use. There are also a few disadvantages, like the limited support for only two image formats and the lack of configuration options. However, the supported formats are very common and the scenarios for needing to burn other image types are rare.

If you have additional tips & tricks about this tool don't hesitate to share them with us using the comments form below.

Related Articles:

How To Burn DVD's With Windows DVD Maker
How to Set Your Default Programs in Windows 7

Share this

Comments

Hello George, That is a

Hello George,

That is a great post. Thank You.

I like how you ent into detail on the "Open With" part. Good anticipation for win 7 newbies.

Cheers

Basel

Thanks Basel. We try as much

Thanks Basel. We try as much as possible to anticipate the problems newbies might have with Windows 7 applications. :)

Hi, What about creating an

Hi,

What about creating an ISO? Can it do that?

What about a simple disk copy of a non-protected DVD? I made a DVD with DVD maker, but now I want to copy it and there doesn't seem to be a way (short of redoing it).

You can't create ISO files or

You can't create ISO files or copy DVD's with Windows build-in tools. However, you can use third party freeware software like CDburnerXP for burning DVDs and ISO Recorder for creating ISO files.

Need help Just got a acer w

Need help
Just got a acer w Windows 7, and I can't burn jpeg photo files to a dvd, I can burn regular text files to a dvd, I followed the tutorial posted but nothing seems to work, I am also having a problem when prompted to back up factory settings and software to dvds
, any ideas

If you follow this tutorial

If you follow this tutorial you won't learn how to write photos to a DVD. If you want help, please describe the procedure you followed to burn the photos and the errors you've received.

hai tq for the guide. But can

hai tq for the guide. But can Windows Disc Image Burner burn .iso file (7gb) that is using 2 dvd.

your help is much appreciated.

For that .iso file of 7GB you

For that .iso file of 7GB you need a special dual-layer DVD which can be burned with up to 8 GB. You cannot burn an .iso file this big on 2 DVD without ruining it.
For more info about dual-layer, read here: http://en.wikipedia.org/wiki/DVD#Dual-layer_recording

Tq caprian for your quick

Tq caprian for your quick reply, i will get the special dual layer dvd for my project.

but is there anyway we can split the .iso into 2 dvd. any software can handle it?

You can use Nero which does

You can use Nero which does the job automatically or you can use WinRAR or 7zip (which is free) to split the 8GB ISO file into two 4,5GB archives. Also, IMGBurn (which is also free) might have this option too, but I don't know for sure.

With 7zip this is what you have to do:

1. Right-click on the ISO file, select 7zip and then the 'Add to archive' option.
2. In the new window click the drop-down menu from the 'Split to volumes, bytes' section and select the '4480M - DVD' option.
3. Click on OK and wait for the application to finish the archives.

Tq george for your quick

Tq george for your quick reply.

i will take you advice, fyi i already manage to solve the problem. im using PowerISO.

thanks again.

rgds

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options