Windows 7 How to Burn ISO or IMG Disk Images in Windows 7

Gman496

Super Moderator
Staff member
bdi25772494.jpg



One of the less known features in Windows 7, is its capability to burn image files (.iso or .img) without requiring you to install any third party burning software. If you want to know how it’s done, check out this tutorial.


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.

bdi15931018.jpg



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.


bdi26122625.jpg


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.

bdi36198822.jpg



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.

bdi46254306.jpg


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".


bdi56299264.jpg


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.



-
 
@Had
Gman can correct me if i am wrong here, but i do not think write speed can be altered with this process. I have only used it once or twice, and did not see any way to change the write speed.

That is where a handy proggie like Imgburn comes into play. ;)
 
im think your rite 7th i would normaly use ultra iso with nero for doing img and iso files but this would be handy for me
 
Last edited:
Back
Top