Saturday, April 23, 2011

How To Create Windows 7 Bootable DVD?

In most cases the uploader will give you the bootable iso of Windows 7.

But in case it is not then we have to make it bootable.We will use a small tool and CMD prompt to make a bootable iso image.So here we go:

1.Copy all the Windows 7 files to C:\Win7.

2.Download Oscdimg CD/DVD Premastering Utility: 
Warez Download Links:


Put the downloaded oscdimg.exe into %SystemDrive%\Windows\System32 folder.

Note: oscdimg is included in Windows Automated installation kit (AIK) as part of WinPE. So if you have that installed, there is no need to download the file again.

3. Open a elevated command prompt from as administrator, and run the following command:

Warez Download Links:

oscdimg -n -m -bc:\Win7\setup\boot\etfsboot.com c:\Win7\setup\ c:\Win7.iso
Above command assumes that Win7 folder is located at C:\ root directory. If it?s not, change accordingly. The -labelname (note: it?s a small L, not 1) specify volume label, which can be changed, so do the output ISO file. Also remember that if the path contains space, use quotation mark (?) to enclose the full path.

4.A bootable Windows 7 DVD ISO image in UDF format will be created as Win7.iso in C:\ or any folder you specified above.



5.Burn this newly created image with any image burner like nero or Ultra Iso or any you like and install Windows from DVD-ROM.

No comments:

Post a Comment