<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bootdisk.info &#124; The web resource for bootable Media</title>
	<atom:link href="http://bootdiskette.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://bootdiskette.info</link>
	<description>The web resource for bootable Media</description>
	<lastBuildDate>Wed, 06 Jan 2010 09:31:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to use the Windows 7 USB/DVD Download Tool with custom ISOs</title>
		<link>http://bootdiskette.info/2010/01/how-to-use-the-windows-7-usbdvd-download-tool-with-custom-isos/</link>
		<comments>http://bootdiskette.info/2010/01/how-to-use-the-windows-7-usbdvd-download-tool-with-custom-isos/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 09:27:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://bootdiskette.info/?p=201</guid>
		<description><![CDATA[The tool, when directed to use an ISO dumped via ImgBurn, would error out. Everything was to UDF spec, so what was going on here?
I’m not a UDF expert, hell not even a novice, but I ...]]></description>
			<content:encoded><![CDATA[<p style="font-family: 'Segoe UI', Verdana, sans-serif; font-size: 14px;"><img class="alignright size-full wp-image-29" title="Windows7" src="http://bootdiskette.info/wp-content/uploads/2009/10/Windows7.jpg" alt="Windows7" width="150" height="112" />The tool, when directed to use an ISO dumped via <a style="font-family: 'Segoe UI', Verdana, sans-serif; font-size: 14px; color: #173c9e; font-weight: 500; text-decoration: none;" href="http://www.imgburn.com/">ImgBurn</a>, would error out. Everything was to UDF spec, so what was going on here?</p>
<p style="font-family: 'Segoe UI', Verdana, sans-serif; font-size: 14px;">I’m not a UDF expert, hell not even a novice, but I skimmed through <a style="font-family: 'Segoe UI', Verdana, sans-serif; font-size: 14px; color: #173c9e; font-weight: 500; text-decoration: none;" href="http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-167.pdf">ECMA-167</a> and the <a style="font-family: 'Segoe UI', Verdana, sans-serif; font-size: 14px; color: #173c9e; font-weight: 500; text-decoration: none;" href="http://www.red-gate.com/products/reflector/">reflected</a> tool code. It appears there are two (possibly more) “navigation buoys” within UDF-formatted ISOs that point to important chunks of the image called Anchor Volume Descriptor Pointers (AVDPs). The first AVDP is somewhere near the top of the image. The last AVDP is located in what appears to be the last logical block of the image. (My guess is this is to support bi-directional reading.)</p>
<p style="font-family: 'Segoe UI', Verdana, sans-serif; font-size: 14px;"><img style="font-family: 'Segoe UI', Verdana, sans-serif; font-size: 14px; display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="The selected file is not a valid ISO file. Please select a valid ISO file and try again." src="http://www.withinwindows.com/wp-content/uploads/2009/11/usbtool.png" border="0" alt="The selected file is not a valid ISO file. Please select a valid ISO file and try again." width="600" height="332" /></p>
<p style="font-family: 'Segoe UI', Verdana, sans-serif; font-size: 14px;">So assuming each logical block of the image is 2048 bytes large, one could also assume the last logical block is –2048 from the end of the file, right? Well, that’s what the tool assumes. It checks for the last AVDP at the start of the last logical block, doesn’t find it, and bombs out.</p>
<p style="font-family: 'Segoe UI', Verdana, sans-serif; font-size: 14px;">I haven’t read through the entire spec., but I doubt there’s anything in here regarding the <strong>container</strong> of the UDF formatted data.</p>
<p style="font-family: 'Segoe UI', Verdana, sans-serif; font-size: 14px;">While one could argue Microsoft Store-downloaded ISOs are comprised in a compatible manner and therefore this scenario is unsupported it wouldn’t have been hard to add some AVDP seeking code.<img style="font-family: 'Segoe UI', Verdana, sans-serif; font-size: 14px; display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="Windows 7 ISO AVDP Copy Tool (Command Prompt)" src="http://www.withinwindows.com/wp-content/uploads/2009/11/CommandPrompt.png" border="0" alt="Windows 7 ISO AVDP Copy Tool (Command Prompt)" width="709" height="206" /></p>
<p style="font-family: 'Segoe UI', Verdana, sans-serif; font-size: 14px;">As a quick hack to resolve this issue, <a style="font-family: 'Segoe UI', Verdana, sans-serif; font-size: 14px; color: #173c9e; font-weight: 500; text-decoration: none;" href="http://withinwindows.com/files/isoavdpcopy/isoavdpcopy_0.1.zip">I wrote a tool</a> that merely finds the AVDP in your ISO file and copies it to offset (EOF-2048). This will allow you to use your own ISOs with the Microsoft tool.<strong> Microsoft.NET 2.x or higher required.</strong></p>
<p style="font-family: 'Segoe UI', Verdana, sans-serif; font-size: 14px;"><span style="font-family: 'Segoe UI', Verdana, sans-serif; font-size: 14px;">Source: http://withinwindows.com</span></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=How+to+use+the+Windows+7+USB%2FDVD+Download+Tool+with+custom+ISOs+http://bit.ly/828Pgs" title="Post to Twitter"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://bootdiskette.info/2010/01/how-to-use-the-windows-7-usbdvd-download-tool-with-custom-isos/&amp;title=How+to+use+the+Windows+7+USB%2FDVD+Download+Tool+with+custom+ISOs" title="Post to Delicious"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://bootdiskette.info/2010/01/how-to-use-the-windows-7-usbdvd-download-tool-with-custom-isos/&amp;title=How+to+use+the+Windows+7+USB%2FDVD+Download+Tool+with+custom+ISOs" title="Post to Digg"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://bootdiskette.info/2010/01/how-to-use-the-windows-7-usbdvd-download-tool-with-custom-isos/&amp;t=How+to+use+the+Windows+7+USB%2FDVD+Download+Tool+with+custom+ISOs" title="Post to Facebook"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=How+to+use+the+Windows+7+USB%2FDVD+Download+Tool+with+custom+ISOs&amp;link=http://bootdiskette.info/2010/01/how-to-use-the-windows-7-usbdvd-download-tool-with-custom-isos/" title="Post to Ping.fm"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-ping-micro3.png" alt="Post to Ping.fm" /></a></p><img src="http://bootdiskette.info/?ak_action=api_record_view&id=201&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://bootdiskette.info/2010/01/how-to-use-the-windows-7-usbdvd-download-tool-with-custom-isos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 USB/DVD Download Tool</title>
		<link>http://bootdiskette.info/2010/01/how-to-use-the-windows-7-usbdvd-download-tool/</link>
		<comments>http://bootdiskette.info/2010/01/how-to-use-the-windows-7-usbdvd-download-tool/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 09:11:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://bootdiskette.info/?p=188</guid>
		<description><![CDATA[Windows 7 USB/DVD Download Tool
Overview
When you purchase Windows 7 from Microsoft Store, you have the option to download an ISO file or compressed files. The Windows 7 USB/DVD Download tool allows you to create a ...]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Windows 7 USB/DVD Download Tool</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Overview</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">When you purchase Windows 7 from Microsoft Store, you have the option to download an ISO file or compressed files. The Windows 7 USB/DVD Download tool allows you to create a copy of your Windows 7 ISO file on a USB flash drive or a DVD. To create a bootable DVD or USB flash drive, download the ISO file and then run the Windows 7 USB/DVD Download tool. Once this is done, you can install Windows 7 directly from the USB flash drive or DVD.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">The ISO file contains all the Windows 7 installation files combined into a single uncompressed file. When you download the ISO file, you need to copy it to some medium in order to install Windows 7. This tool allows you to create a copy of the ISO file to a USB flash drive or a DVD. To install Windows 7 from your USB flash drive or DVD, all you need to do is insert the USB flash drive into your USB port or insert your DVD into your DVD drive and run Setup.exe from the root folder on the drive.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Note: You cannot install Windows 7 from the ISO file until you copy it to a USB flash drive or DVD with the Windows 7 USB/DVD Download tool and install from there.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">The copy of the ISO file that the Windows 7 USB/DVD Download tool creates is bootable. Bootable media allows you to install Windows 7 without having to first run an existing operating system on your machine. If you change the boot order of drives in your computer&#8217;s BIOS, you can run the Windows 7 installation directly from your USB flash drive or DVD when you turn on your computer. Please see the documentation for your computer for information on how to change the BIOS boot order of drives.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">You may make one copy of the ISO file on a disc, USB flash drive or other media in order to install the software on a computer. Once you have installed the software on a computer, the license terms that accompany the software apply to your use of the software and replace these terms. The license terms for Windows 7, once accepted, permit you to make one copy of the software as a back-up copy for reinstallation on the licensed computer. If you do not delete the copy of the ISO file you made to install the software on your computer, then the copy of the ISO file constitutes your back-up copy.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Installation</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">To install the Windows 7 USB/DVD Download tool:</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Click here to download the Windows 7 USB/DVD Download tool installation file.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">When you are prompted to either save the file to disk or run it, choose Run.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Follow the steps in the setup dialogs. You&#8217;ll have the option to specify where to install the Windows 7 USB/DVD Download tool and whether to create shortcuts on your Start Menu or Windows Desktop.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">You need to be an administrator on the computer you are installing the Windows 7 USB/DVD Download tool on. The tool requires the Microsoft .NET Framework version 2.0 or higher.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">System Requirements</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Windows XP SP2, Windows Vista, or Windows 7 (32-bit or 64-bit)</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Pentium 233-megahertz (MHz) processor or faster (300 MHz is recommended)</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">50MB of free space on your hard drive</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">DVD-R drive or 4GB removable USB flash drive</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">For Windows XP Users</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">The following applications must be installed prior to installing the tool:</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Microsoft .NET Framework v2 must be installed. It can be downloaded here.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Microsoft Image Mastering API v2 must be installed. It can be downloaded here.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Using the Windows 7 USB/DVD Download Tool</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Before you run the Windows 7 USB/DVD Download tool, make sure that you have already purchased Windows 7 ISO download from Microsoft Store and have downloaded the Windows 7 ISO file to your hard drive. If you have purchased Windows 7 but have not yet downloaded the ISO file, you can download the file from your Microsoft Store Account.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">To make a copy of your Windows 7 ISO file:</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Click the Windows Start button, and click Windows 7 USB/DVD Download tool in the All Programs list to open the Windows 7 USB/DVD Download tool.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">In the Source File box, type the name and path of your Windows 7 ISO file, or click Browse and select the file in the Open dialog box.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Select USB to create a copy on a USB flash drive or DVD to create a copy on a DVD disk, then click Next.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">If you are copying the file to a USB flash drive, select your USB device in the dropdown list and click Begin copying. If you are copying the file up to a DVD, click Begin burning.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">When your Windows 7 ISO file is copied onto your chosen media, you can install Windows 7 by navigating to the root of your DVD or USB flash drive and double-clicking Setup.exe.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Frequently Asked Questions</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">The following are some frequently asked questions about using the Windows 7 USB/DVD Download tool:</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Where can I download .NET framework v2?</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">The .NET framework can be downloaded here.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Where can I download Image Mastering API v2?</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">The Image Mastering API can be downloaded here.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">What size USB flash drive is required?</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">You need a USB flash drive with a minimum of 4 GB of free space.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Can I use my newly created USB drive to install Windows 7 on someone else’s computer?</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">No. The Windows 7 ISO file on the USB flash drive is only intended to be used to install Windows 7 on the licensed user’s own computer.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Can I backup to a CD-R?</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">No. The Windows 7 ISO file is too large to fit on a CD.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Can I backup to a Blu-Ray DVD disk?</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Yes, as long as your DVD drive can write to a Blu-Ray DVD.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">If I have other files on the USB flash drive will the Windows 7 USB/DVD Download tool delete them?</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">This tool requires the USB flash drive to be completely blank before the Windows 7 files are copied. This helps ensure that the device is bootable after the copying has completed.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Can I backup to an iPod, camera, or other device with enough free disk space?</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Yes, but this is not recommended.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">The device must be formatted in order for the device to be bootable.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">A dedicated USB flash drive would be a better option.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Can I use the Windows 7 USB/DVD Download tool to backup other files?</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">No. This tool is only for use with the Windows 7 ISO file purchased from Microsoft Store.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Does the tool support dual-layer DVD discs for burning?</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">No. Currently, the tool does not support dual-layer DVD discs.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Troubleshooting</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">The following tips might help if you run into a problem using this tool.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">The tool is requesting that I install the .NET framework and Image Mastering API before I can install the tool</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">For users running on Windows XP, you must install the .NET Framework v2 and the Image Mastering API v2 before installing the tool. You can download .NET framework here and you can download the Image Mastering API here.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Please note that a restart may be required after installing the .NET framework and the Image Mastering API.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">When creating a bootable USB device, I am getting an error about bootsect</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">To make the USB device bootable, you need to run a tool named bootsect.exe. In some cases, this tool needs to be downloaded from your Microsoft Store account. This many happen if you&#8217;re trying to create a 64-bit bootable USB device from a 32-bit version of Windows. To download bootsect:</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Login to your Microsoft Store account to view your purchase history</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Look for your Windows 7 purchase</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Next to Windows 7, there is an &#8220;Additional download options&#8221; dropdown</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">In the dropdown, select the &#8220;32-bit ISO&#8221; option</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Right-click the link and save the bootsect.exe file to the location where you installed the Windows 7 USB/DVD Download Tool (e.g. C:\Users\username\AppData\Local\Apps\Windows 7 USB DVD Download Tool)</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Once the file has been saved, go back to the Windows 7 USB/DVD Download tool to create your bootable USB device</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">My USB device is not in the list of available devices</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">If you don&#8217;t see your USB flash drive in the list of available devices, please make sure the drive is inserted in the USB port and click the refresh button beside the list of available drives.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">I inserted a blank DVD in my DVD-R drive, but the Windows 7 USB/DVD Download tool doesn&#8217;t recognize it</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">If there are multiple drives on the system the tool will select the first one that is capable of burning DVDs. If you have multiple DVD-R drives, try inserting the blank DVD into another DVD-R drive. If that doesn&#8217;t help, please make sure that your disc isn&#8217;t damaged and that your DVD-R drive is operational, and contact product support.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">I inserted a blank DVD in my DVD-R drive, but the tool won&#8217;t let me burn it</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Make sure the disc isn&#8217;t dual-layer DVD disc. Currently, dual-layer discs are not supported withi</div>
<p><img class="alignright size-full wp-image-29" title="Windows7" src="http://bootdiskette.info/wp-content/uploads/2009/10/Windows7.jpg" alt="Windows7" width="150" height="112" />The Windows 7 USB/DVD Download tool allows you to create a copy of your Windows 7 ISO file on a USB flash drive or a DVD. To create a bootable DVD or USB flash drive, download the ISO file and then run the Windows 7 USB/DVD Download tool. Once this is done, you can install Windows 7 directly from the USB flash drive or DVD.</p>
<p>The ISO file contains all the Windows 7 installation files combined into a single uncompressed file. When you download the ISO file, you need to copy it to some medium in order to install Windows 7. This tool allows you to create a copy of the ISO file to a USB flash drive or a DVD. To install Windows 7 from your USB flash drive or DVD, all you need to do is insert the USB flash drive into your USB port or insert your DVD into your DVD drive and run Setup.exe from the root folder on the drive.</p>
<p><span id="more-188"></span></p>
<p>Note: You cannot install Windows 7 from the ISO file until you copy it to a USB flash drive or DVD with the Windows 7 USB/DVD Download tool and install from there.</p>
<p>The copy of the ISO file that the Windows 7 USB/DVD Download tool creates is bootable. Bootable media allows you to install Windows 7 without having to first run an existing operating system on your machine. If you change the boot order of drives in your computer&#8217;s BIOS, you can run the Windows 7 installation directly from your USB flash drive or DVD when you turn on your computer. Please see the documentation for your computer for information on how to change the BIOS boot order of drives.</p>
<p>You may make one copy of the ISO file on a disc, USB flash drive or other media in order to install the software on a computer. Once you have installed the software on a computer, the license terms that accompany the software apply to your use of the software and replace these terms. The license terms for Windows 7, once accepted, permit you to make one copy of the software as a back-up copy for reinstallation on the licensed computer. If you do not delete the copy of the ISO file you made to install the software on your computer, then the copy of the ISO file constitutes your back-up copy.</p>
<p><strong>Installation</strong></p>
<p>To install the Windows 7 USB/DVD Download tool:</p>
<p>Click here to download the Windows 7 USB/DVD Download tool installation file.</p>
<p>When you are prompted to either save the file to disk or run it, choose Run.</p>
<p>Follow the steps in the setup dialogs. You&#8217;ll have the option to specify where to install the Windows 7 USB/DVD Download tool and whether to create shortcuts on your Start Menu or Windows Desktop.</p>
<p>You need to be an administrator on the computer you are installing the Windows 7 USB/DVD Download tool on. The tool requires the Microsoft .NET Framework version 2.0 or higher.</p>
<p><strong>System Requirements </strong></p>
<p>Windows XP SP2, Windows Vista, or Windows 7 (32-bit or 64-bit)</p>
<p>Pentium 233-megahertz (MHz) processor or faster (300 MHz is recommended)</p>
<p>50MB of free space on your hard drive</p>
<p>DVD-R drive or 4GB removable USB flash drive</p>
<p>For Windows XP Users</p>
<p>The following applications must be installed prior to installing the tool:</p>
<p>Microsoft .NET Framework v2 must be installed. It can be downloaded here.</p>
<p>Microsoft Image Mastering API v2 must be installed. It can be downloaded here.</p>
<p><strong>Using the Windows 7 USB/DVD Download Tool</strong></p>
<p>Before you run the Windows 7 USB/DVD Download tool, make sure that you have downloaded the Windows 7 ISO file to your hard drive.</p>
<p><strong>To make a copy of your Windows 7 ISO file: </strong></p>
<p>Click the Windows Start button, and click Windows 7 USB/DVD Download tool in the All Programs list to open the Windows 7 USB/DVD Download tool.</p>
<p>In the Source File box, type the name and path of your Windows 7 ISO file, or click Browse and select the file in the Open dialog box.</p>
<p>Select USB to create a copy on a USB flash drive or DVD to create a copy on a DVD disk, then click Next.</p>
<p>If you are copying the file to a USB flash drive, select your USB device in the dropdown list and click Begin copying. If you are copying the file up to a DVD, click Begin burning.</p>
<p>When your Windows 7 ISO file is copied onto your chosen media, you can install Windows 7 by navigating to the root of your DVD or USB flash drive and double-clicking Setup.exe.</p>
<p><strong>Frequently Asked Questions</strong></p>
<p>The following are some frequently asked questions about using the Windows 7 USB/DVD Download tool:</p>
<p>Where can I download .NET framework v2?</p>
<p>The .NET framework can be downloaded here.</p>
<p>Where can I download Image Mastering API v2?</p>
<p>The Image Mastering API can be downloaded here.</p>
<p>What size USB flash drive is required?</p>
<p>You need a USB flash drive with a minimum of 4 GB of free space.</p>
<p>Can I use my newly created USB drive to install Windows 7 on someone else’s computer?</p>
<p>No. The Windows 7 ISO file on the USB flash drive is only intended to be used to install Windows 7 on the licensed user’s own computer.</p>
<p>Can I backup to a CD-R?</p>
<p>No. The Windows 7 ISO file is too large to fit on a CD.</p>
<p>Can I backup to a Blu-Ray DVD disk?</p>
<p>Yes, as long as your DVD drive can write to a Blu-Ray DVD.</p>
<p>If I have other files on the USB flash drive will the Windows 7 USB/DVD Download tool delete them?</p>
<p>This tool requires the USB flash drive to be completely blank before the Windows 7 files are copied. This helps ensure that the device is bootable after the copying has completed.</p>
<p>Can I backup to an iPod, camera, or other device with enough free disk space?</p>
<p>Yes, but this is not recommended.</p>
<p>The device must be formatted in order for the device to be bootable.</p>
<p>A dedicated USB flash drive would be a better option.</p>
<p>Can I use the Windows 7 USB/DVD Download tool to backup other files?</p>
<p>No. But there is another article which describes how to use this tool with other iso files.</p>
<p>Does the tool support dual-layer DVD discs for burning?</p>
<p>No. Currently, the tool does not support dual-layer DVD discs.</p>
<p>Troubleshooting</p>
<p>The following tips might help if you run into a problem using this tool.</p>
<p>The tool is requesting that I install the .NET framework and Image Mastering API before I can install the tool</p>
<p>For users running on Windows XP, you must install the .NET Framework v2 and the Image Mastering API v2 before installing the tool. You can download .NET framework here and you can download the Image Mastering API here.</p>
<p>Please note that a restart may be required after installing the .NET framework and the Image Mastering API.</p>
<p>When creating a bootable USB device, I am getting an error about bootsect</p>
<p>To make the USB device bootable, you need to run a tool named bootsect.exe.</p>
<p>My USB device is not in the list of available devices</p>
<p>If you don&#8217;t see your USB flash drive in the list of available devices, please make sure the drive is inserted in the USB port and click the refresh button beside the list of available drives.</p>
<p>I inserted a blank DVD in my DVD-R drive, but the Windows 7 USB/DVD Download tool doesn&#8217;t recognize it</p>
<p>If there are multiple drives on the system the tool will select the first one that is capable of burning DVDs. If you have multiple DVD-R drives, try inserting the blank DVD into another DVD-R drive. If that doesn&#8217;t help, please make sure that your disc isn&#8217;t damaged and that your DVD-R drive is operational, and contact product support.</p>
<p>I inserted a blank DVD in my DVD-R drive, but the tool won&#8217;t let me burn it</p>
<p>Make sure the disc isn&#8217;t dual-layer DVD disc. Currently, dual-layer discs are not supported within the tool.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Windows+7+USB%2FDVD+Download+Tool+http://bit.ly/5oovXv" title="Post to Twitter"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://bootdiskette.info/2010/01/how-to-use-the-windows-7-usbdvd-download-tool/&amp;title=Windows+7+USB%2FDVD+Download+Tool" title="Post to Delicious"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://bootdiskette.info/2010/01/how-to-use-the-windows-7-usbdvd-download-tool/&amp;title=Windows+7+USB%2FDVD+Download+Tool" title="Post to Digg"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://bootdiskette.info/2010/01/how-to-use-the-windows-7-usbdvd-download-tool/&amp;t=Windows+7+USB%2FDVD+Download+Tool" title="Post to Facebook"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Windows+7+USB%2FDVD+Download+Tool&amp;link=http://bootdiskette.info/2010/01/how-to-use-the-windows-7-usbdvd-download-tool/" title="Post to Ping.fm"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-ping-micro3.png" alt="Post to Ping.fm" /></a></p><img src="http://bootdiskette.info/?ak_action=api_record_view&id=188&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://bootdiskette.info/2010/01/how-to-use-the-windows-7-usbdvd-download-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to enable God Mode in Windows 7</title>
		<link>http://bootdiskette.info/2010/01/how-to-enable-god-mode-in-windows-7/</link>
		<comments>http://bootdiskette.info/2010/01/how-to-enable-god-mode-in-windows-7/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 18:47:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://bootdiskette.info/?p=186</guid>
		<description><![CDATA[Windows 7 interface (and desktop) is rather clean and minimalist. Of course, you can find everything you need in the famous and well-known Control Panel. However this solution won’t allow you to see and easily ...]]></description>
			<content:encoded><![CDATA[<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; text-align: justify;"><img class="alignright size-full wp-image-31" title="Windows7logo" src="http://bootdiskette.info/wp-content/uploads/2009/10/Windows7logo.jpg" alt="Windows7logo" width="164" height="148" />Windows 7 interface (and desktop) is rather clean and minimalist. Of course, you can find everything you need in the famous and well-known Control Panel. However this solution won’t allow you to see and easily use all those nested settings included in the main options. <strong>Did you know that you can become a God? Well, at least on Windows 7!</strong></p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; text-align: justify;">One of the less known options on Windows 7 is the God Mode feature. Basically, it lets you have every setting and option right in front of you, ready to be used without having to browse among different settings before getting what you are looking for. Here is how to enable it:</p>
<ol style="margin-top: 5px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-left: 20px;">
<li>Right click on any bank space on your desktop.</li>
<li>Click new from the menu and create a New Folder.</li>
<li>Rename the folder as follow: <strong>GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}</strong></li>
<li><strong>DO NOT use this trick on Vista 64X</strong>. It will cause your Windows to crash! (read comments below)</li>
</ol>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px;">This simple command will create a special shortcut to the God Mode option letting you access all Windows 7 functions via a handy GUI!</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px;"><strong>EDIT:</strong> GodMode also works on Windows Vista!</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=How+to+enable+God+Mode+in+Windows+7+http://bit.ly/76jOgb" title="Post to Twitter"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://bootdiskette.info/2010/01/how-to-enable-god-mode-in-windows-7/&amp;title=How+to+enable+God+Mode+in+Windows+7" title="Post to Delicious"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://bootdiskette.info/2010/01/how-to-enable-god-mode-in-windows-7/&amp;title=How+to+enable+God+Mode+in+Windows+7" title="Post to Digg"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://bootdiskette.info/2010/01/how-to-enable-god-mode-in-windows-7/&amp;t=How+to+enable+God+Mode+in+Windows+7" title="Post to Facebook"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=How+to+enable+God+Mode+in+Windows+7&amp;link=http://bootdiskette.info/2010/01/how-to-enable-god-mode-in-windows-7/" title="Post to Ping.fm"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-ping-micro3.png" alt="Post to Ping.fm" /></a></p><img src="http://bootdiskette.info/?ak_action=api_record_view&id=186&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://bootdiskette.info/2010/01/how-to-enable-god-mode-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hiren&#8217;s BootCD 10.1</title>
		<link>http://bootdiskette.info/2009/11/hirens-bootcd-10-1/</link>
		<comments>http://bootdiskette.info/2009/11/hirens-bootcd-10-1/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 10:15:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[BootCD]]></category>
		<category><![CDATA[Recovery]]></category>
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://bootdiskette.info/?p=181</guid>
		<description><![CDATA[Hiren&#8217;s Boot CD is a boot CD containing various diagnostic programs such as partitioning agents, system performance benchmarks, disk cloning and imaging tools, data recovery tools, MBR tools, BIOS tools, and many others for fixing ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-182" title="hirensbootcd" src="http://bootdiskette.info/wp-content/uploads/2009/11/hirensbootcd-223x300.jpg" alt="hirensbootcd" width="223" height="300" />Hiren&#8217;s Boot CD is a boot CD containing various diagnostic programs such as partitioning agents, system performance benchmarks, disk cloning and imaging tools, data recovery tools, MBR tools, BIOS tools, and many others for fixing various computer problems. It is a Bootable CD; thus, it can be useful even if the primary operating system cannot be booted. Hiren&#8217;s Boot CD has an extensive list of software. Utilities with similar functionality on the CD are grouped together and seem redundant; however, they present choices through UI differences. Hiren&#8217;s BootCD &#8211; All in one Dos Bootable CD which has all these utilities.</p>
<p><span id="more-181"></span></p>
<p>Download &amp; Website: <a href="http://www.hirensbootcd.net">Hirens BootCD</a></p>
<p>All in One Bootable CD which has all these utilities:</p>
<p>Partition Tools<br />
Partition Magic Pro 8.05 Best software to partition hard drive<br />
Acronis Disk Director 10.0.2160 Popular disk management functions in a single suite<br />
Paragon Partition Manager 7.0.1274 Universal tool for partitions<br />
Partition Commander 9.01 The safe way to partition your hard drive,with undo feature<br />
Ranish Partition Manager 2.44 a boot manager and hard disk partitioner.<br />
The Partition Resizer 1.3.4 move and resize your partitions in one step and more.<br />
Smart Fdisk 2.05 a simple harddisk partition manager<br />
SPecial Fdisk 2000.03v SPFDISK a partition tool.<br />
eXtended Fdisk 0.9.3 XFDISK allows easy partition creation and edition<br />
GDisk 1.1.1 Complete replacement for the DOS FDISK utility and more.<br />
Super Fdisk 1.0 Create, delete, format partitions drives without destroying data.<br />
Partition Table Editor 8.0 Partition Table and Boot Record Editor<br />
EASEUS Partition Master 4.1.1 Partition Resize/Move/Copy/Create/Delete/Format/Convert, Explore, etc.<br />
USB Format Tool Format/make bootable any USB flash drive to FAT, FAT32, or NTFS partition.</p>
<p>Backup Tools<br />
ImageCenter 5.6 (Drive Image 2002) Best software to clone hard drive<br />
Norton Ghost 11.5 Similar to Drive Image (with usb/scsi support)<br />
Acronis True Image 8.1.945 Create an exact disk image for complete system backup and disk cloning.<br />
Partition Saving 3.71 A tool to backup/restore partitions. (SavePart.exe)<br />
COPYR.DMA Build013 A Tool for making copies of hard disks with bad sectors<br />
DriveImageXML 2.13 backup any drive/partition to an image file, even if the drive is currently in use<br />
Drive SnapShot 1.39 creates an exact Disk Image of your system into a file while windows is running.<br />
Ghost Image Explorer 11.5 to add/remove/extract files from Ghost image file<br />
DriveImage Explorer 5.0 to add/remove/extract files from Drive image file<br />
WhitSoft File Splitter 4.5a a Small File Split-Join Tool<br />
InfraRecorder 0.50 An Open source CD/DVD burning software, also create/burn .iso images<br />
FastCopy 1.99r4 The Fastest Copy/Delete Software on Windows<br />
Smart Driver Backup 2.12 Easy backup of your Windows device drivers (also works from PE)<br />
Double Driver 2.1 Driver Backup and Restore tool<br />
DriverBackup! 1.0.3 Another handy tool to backup drivers<br />
RegBak 1.0 a light-weight and simple utility to create backups of Windows registry files</p>
<p>Recovery Tools<br />
Active Partition Recovery 3.0To Recover a Deleted partition.<br />
Active Uneraser 3.0 To recover deleted files and folders on FAT and NTFS systems.<br />
Ontrack Easy Recovery Pro 6.10 To Recover data that has been deleted/virus attack<br />
Winternals Disk Commander 1.1 more than just a standard deleted-file recovery utility<br />
TestDisk 6.11.3 Tool to check and undelete partition from Dos/Windows<br />
DiyDataRecovery Diskpatch 2.1.100 An excellent data recovery software.<br />
Prosoft Media Tools 5.0 v1.1.2.64 Another excellent data recovery software with many other options.<br />
PhotoRec 6.11.3 Tool to Recover File and pictures from Dos/Windows<br />
Active Undelete 5.5 a tool to recover deleted files<br />
Restoration 3.2.13 a tool to recover deleted files<br />
GetDataBack for FAT 4.0 Data recovery software for FAT file systems<br />
GetDataBack for NTFS 4.0 Data recovery software for NTFS file systems<br />
Recuva 1.32 Restore deleted files from Hard Drive, Digital Camera Memory Card, usb mp3 player&#8230;<br />
Partition Find and Mount 2.3.1 Partition Find and Mount software is designed to find lost or deleted partitions<br />
Unstoppable Copier 4.2 Allows you to copy files from disks with problems such as bad sectors, scratches or that just give errors when reading data.</p>
<p>Testing Tools<br />
System Speed Test 4.78 it tests CPU, harddrive, ect.<br />
PC-Check 6.05 Easy to use hardware tests<br />
Ontrack Data Advisor 5.0 Powerful diagnostic tool for assessing the condition of your computer<br />
The Troubleshooter 7.02 all kind of hardware testing tool<br />
CPU/Video/Disk Performance Test 5.7 a tool to test cpu, video, and disk<br />
Test Hard Disk Drive 1.0 a tool to test Hard Disk Drive<br />
Disk Speed1.0 Hard Disk Drive Speed Testing Tool<br />
S&amp;M Stress Test 1.9.1 cpu/hdd/memory benchmarking and information tool, including temperatures/fan speeds/voltages<br />
IsMyLcdOK (Monitor Test) 1.02 Allows you to test CRT/LCD/TFT screens for dead pixels and diffective screens</p>
<p>RAM (Memory) Testing Tools<br />
GoldMemory 5.07 RAM Test utility<br />
Memtest86+ 4.00 PC Memory Test<br />
MemTest 1.0 a Memory Testing Tool<br />
Video Memory Stress Test 1.7.116 a tool to thoroughly test your video RAM for errors and faults</p>
<p>Hard Disk Tools<br />
Hard Disk Diagnostic Utilities<br />
Seagate Seatools Graphical v2.13b<br />
SeaTools for Dos 1.10<br />
Western Digital Data Lifeguard Tools 11.2<br />
Western Digital Diagnostics (DLGDIAG) 5.04f<br />
Maxtor PowerMax 4.23<br />
Maxtor amset utility 4.0<br />
Maxtor(or any Hdd) Low Level Formatter 1.1<br />
Fujitsu HDD Diagnostic Tool 7.00<br />
Fujitsu IDE Low Level Format 1.0<br />
Samsung HDD Utility(HUTIL) 2.10<br />
Samsung Disk Diagnose (SHDIAG) 1.28<br />
Samsung The Drive Diagnostic Utility (ESTOOL) 3.00g<br />
IBM/Hitachi Drive Fitness Test 4.16<br />
IBM/Hitachi Feature Tool 2.15<br />
Gateway GwScan 5.12<br />
ExcelStor&#8217;s ESTest 4.50<br />
MHDD 4.6<br />
WDClear 1.30<br />
Toshiba Hard Disk Diagnostic 2.00b</p>
<p>HDD Regenerator 1.71 to recover a bad hard drive<br />
HDAT2 4.53 main function is testing and repair (regenerates) bad sectors for detected devices<br />
Ontrack Disk Manager 9.57 Disk Test/Format/Maintenance tool.<br />
Norton Disk Doctor 2002 a tool to repair a damaged disk, or to diagnose your hard drive.<br />
Norton Disk Editor 2002 a powerful disk editing, manual data recovery tool.<br />
Hard Disk Sentinel 0.04 Hard Disk health, performance and temperature monitoring tool.<br />
Active Kill Disk 4.1 Securely overwrites and destroys all data on physical drive.<br />
SmartUDM 2.00 Hard Disk Drive S.M.A.R.T. Viewer.<br />
Victoria 3.33e and 3.52rus a freeware program for low-level HDD diagnostics<br />
HDD Erase 4.0 Secure erase using a special feature built into most newer hard drives<br />
HDD Scan 3.2 HDDScan is a Low-level HDD diagnostic tool, it scans surface find bad sectors etc.<br />
HDTune 2.55 Hard disk benchmarking and information tool.<br />
Data Shredder 1.0 A tool to Erase disk and files (also wipe free space) securely</p>
<p>System Information Tools<br />
PCI and AGP info Tool (1811) The PCI System information &amp; Exploration tool.<br />
System Analyser 5.3w View extensive information about your hardware<br />
Navratil Software System Information 0.60.38 High-end professional system information tool<br />
Astra 5.44 Advanced System info Tool and Reporting Assistant<br />
HWiNFO 5.3.0<br />
a powerful system information utility<br />
SysChk 2.46 Find out exactly what is under the hood of your PC<br />
CPU Identification utility 1.18 Detailed information on CPU (CHKCPU.EXE)<br />
CTIA CPU Information 2.7 another CPU information tool<br />
Drive Temperature 1.0 Hard Disk Drive temperature meter<br />
PC Wizard 2009.1.911 Powerful system information/benchmark utility designed especially for detection of hardware.<br />
SIW 2009-10-22 Gathers detailed information about your system properties and settings.<br />
CPU-Z 1.52 It gathers information on some of the main devices of your system<br />
GPU-Z 0.3.6 A lightweight utility designed to give you all information about your video card and GPU<br />
PCI 32 Sniffer 1.4 (1811) device information tool (similar to unknown devices)<br />
UnknownDevices 1.4.20 (1811) helps you find what those unknown devices in Device Manager really are<br />
USBDeview 1.47 View/Uninstall all installed/connected USB devices on your system</p>
<p>MBR (Master Boot Record) Tools<br />
MBRWork 1.07b a utility to perform some common and uncommon MBR functions<br />
MBRTool 2.3.200 backup, verify, restore, edit, refresh, remove, display, re-write&#8230;<br />
DiskMan 4.2 all in one tool for cmos, bios, bootrecord and more<br />
BootFix Utility Run this utility if you get &#8216;Invalid system disk&#8217;<br />
MBR SAVE / RESTORE 2.1 BootSave and BootRest tools to save / restore MBR<br />
Boot Partition 2.60 add Partition in the Windows NT/2000/XP Multi-boot loader<br />
Smart Boot Manager 3.7.1 a multi boot manager<br />
MBRWizard 2.0b Directly update and modify the MBR (Master Boot Record)<br />
Grub4Dos installer 1.1 an universal boot loader GRUB for DOS installer<br />
MbrFix 1.3 To backup, restore, fix the boot code in the MBR</p>
<p>BIOS / CMOS Tools<br />
CMOS 0.93 CMOS Save / Restore Tool<br />
BIOS Cracker 5.0 BIOS password remover (cmospwd)<br />
BIOS Utility 1.35.0 BIOS Informations, password, beep codes and more.<br />
!BIOS 3.20 a powerfull utility for bios and cmos<br />
DISKMAN4 a powerful all in one utility<br />
UniFlash 1.40 bios flash utility<br />
Kill CMOS a tiny utility to wipe cmos<br />
Award DMI Configuration Utility 2.43 DMI Configuration utility for modifying/viewing the MIDF contents.</p>
<p>MultiMedia Tools<br />
Picture Viewer 1.94 Picture viewer for dos, supports more then 40 filetypes.<br />
QuickView Pro 2.58 movie viewer for dos, supports many format including divx.<br />
MpxPlay 1.56 a small Music Player for dos</p>
<p>Password Tools<br />
Active Password Changer 3.0.420 To Reset User Password on windows NT/2000/XP/2003/Vista (FAT/NTFS)<br />
Offline NT/2K/XP Password Changer utility to reset windows nt/2000/xp administrator/user password.<br />
Registry Reanimator 1.02 Check and Restore structure of the Damaged Registry files of NT/2K/XP<br />
NTPWD utility to reset windows nt/2000/xp administrator/user password.<br />
Registry Viewer 4.2 Registry Viewer/Editor for Win9x/Me/NT/2K/XP<br />
ATAPWD 1.2 Hard Disk Password Utility<br />
TrueCrypt 6.3 On-the-fly disk encryption tool, can create a virtual encrypted disk within a file and mount it as a real disk, can also encrypt an entire HDD/Partition/USB Drive<br />
Content Advisor Password Remover 1.01 It Removes Content Advisor Password from Internet Explorer<br />
Password Renew 1.1 Utility to (re)set windows passwords<br />
WindowsGate 1.1 Enables/Disables Windows logon password validation<br />
WinKeyFinder 1.73 Allows you to View and Change Windows XP/2003 Product Keys, backup and restore<br />
activation related files, backup Microsoft Office 97, 2000 SP2, XP/2003 keys etc.<br />
XP Key Reader 2.7 Can decode the XP-key on Local or Remote systems<br />
ProduKey 1.38 Recovers lost the product key of your Windows/Office<br />
WirelessKeyView 1.30 Recovers all wireless network keys (WEP/WPA) stored in your computer by WZC<br />
MessenPass 1.27 A password recovery tool that reveals the passwords of several instant messangers<br />
Mail PassView 1.52 Recovers mail passwords of Outlook Express, MS Outlook, IncrediMail, Eudora, etc.<br />
Asterisk Logger 1.04 Reveal passwords hidden behind asterisk characters</p>
<p>NTFS (FileSystems) Tools<br />
NTFS Dos Pro 5.0 To access ntfs partitions from Dos<br />
NTFS 4 Dos 1.9 To access ntfs partitions from Dos<br />
Paragon Mount Everything 3.0 To access NTFS, Ext2FS, Ext3FS partitions from dos<br />
NTFS Dos 3.02 To access ntfs partitions from Dos<br />
EditBINI 1.01 to Edit boot.ini on NTFS Partition</p>
<p>Browsers / File Managers<br />
Volkov Commander 4.99 Dos File Manager with LongFileName/ntfs support<br />
(Similar to Norton Commander)<br />
Dos Command Center 5.1 Classic dos-based file manager.<br />
File Wizard 1.35 a file manager &#8211; colored files, drag and drop copy, move, delete etc.<br />
File Maven 3.5 an advanced Dos file manager with high speed PC-to-PC file<br />
transfers via serial or parallel cable<br />
FastLynx 2.0 Dos file manager with Pc to Pc file transfer capability<br />
Dos Navigator 6.4.0 Dos File Manager, Norton Commander clone but has much more features.<br />
Mini Windows 98<br />
Can run from Ram Drive, with ntfs support,<br />
Added 7-Zip, Disk Defragmenter, Notepad / RichText Editor,<br />
Image Viewer, .avi .mpg .divx .xvid Movie Player, etc&#8230;<br />
Mini Windows Xp<br />
Portable Windows Xp that runs from CD/USB/Ram Drive, with Network and SATA support<br />
7-Zip 9.07 beta File Manager/Archiver Supports 7z, ZIP, GZIP, BZIP2, TAR, RAR, CAB, ISO, ARJ, LZH, CHM, MSI, WIM, Z, CPIO, RPM, DEB and NSIS formats<br />
Opera Web Browser 8.53 One of the fastest, smallest and smartest full-featured web browser</p>
<p>Other Tools<br />
Ghost Walker 11.5 utility that changes the security ID (SID) for Windows NT, 2000 and XP<br />
DosCDroast beta 2 Dos CD Burning Tools<br />
Universal TCP/IP Network 6.4 MSDOS Network Client to connect via TCP/IP to a Microsoft based network. The network can either be a peer-to-peer or a server based<br />
network, it contains 91 different network card drivers<br />
HxD 1.7.7.0 Hex Editor provides tools to inspect and edit files, main memory, disks/disk images<br />
Virtual Floppy Drive 2.1 enables you to create and mount a virtual floppy drive on your NT/2000/XP/Vista<br />
FileDisk Mount Tool 25 to mount ISO/BIN/NRG/MDF/IMA images on windows.<br />
Streams 1.56 Reveal/Delete NTFS alternate data streams<br />
NewSID 4.10 utility that changes the security ID (SID) for Windows NT, 2000 and XP</p>
<p>Dos Tools<br />
USB CD-Rom Driver 1 Standard usb_cd.sys driver for cd drive<br />
Universal USB Driver 2<br />
Panasonic v2.20 ASPI Manager for USB mass storage<br />
ASUSTeK USB Driver 3<br />
ASUS USB CD-ROM Device Driver Version 1.00<br />
SCSI Support SCSI Drivers for Dos<br />
SATA Support SATA Driver (gcdrom.sys) and JMicron JMB361 (xcdrom.sys) for Dos<br />
1394 Firewire Support 1394 Firewire Drivers for Dos<br />
Interlnk support at COM1 To access another computer from COM port<br />
Interlnk support at LPT1 To access another computer from LPT port</p>
<p>and too many great dos tools<br />
very good collection of dos utilitiesextract.exe pkzip.exe pkunzip.exe lha.exe gzip.exe<br />
uharcd.exe imgExtrc.exe xcopy.exe diskcopy.com mouse.com<br />
undelete.com edit.com fdisk.exe fdisk2.exe fdisk3.exe<br />
lf.exe delpart.exe wipe.com zap.com format.com<br />
deltree.exe more.com find.exe hex.exe debug.exe<br />
split.exe mem.exe attrib.com sys.com smartdrv.exe<br />
xmsdsk.exe killer.exe share.exe scandisk.exe scanreg.exe<br />
guest.exe doskey.exe duse.exe move.exe setver.exe<br />
intersvr.exe interlnk.exe loadlin.exe lfndos.exe doslfn.com</p>
<p>Cleaners<br />
SpaceMonger 1.4 keeping track of the free space on your computer<br />
WinDirStat 1.1.2.80 a disk usage statistics viewer and cleanup tool for Windows.<br />
CCleaner 2.25 Crap Cleaner is a freeware system optimization and privacy tool</p>
<p>Optimizers<br />
PageDfrg 2.32 System file Defragmenter For NT/2k/XP<br />
NT Registry Optimizer 1.1j Registry Optimization for Windows NT/2000/2003/XP/Vista<br />
DefragNT 1.9 This tool presents the user with many options for disk defragmenting<br />
JkDefrag 3.36 Free disk defragment and optimize utility for Windows 2000/2003/XP/Vista/Windows 7</p>
<p>Network Tools<br />
Angry IP Scanner 2.21 Scan IP addresses in any range as well as any their ports<br />
CurrPorts 1.80 displays the list of all currently opened TCP and UDP ports on your computer<br />
TCPView 2.54 Lists TCP and UDP endpoints, including the Local/Remote addresses of TCP connections<br />
Winsock 2 Fix for 9x to fix corrupted Winsock2 information by poorly written Internet programs<br />
XP TCP/IP Repair 1.0 Repair your Windows XP Winsock and TCP/IP registry errors</p>
<p>Process Tools<br />
Dependency Walker 2.2 Checks for missing/invalid DLL/modules/functions for any exe/dll/ocx/sys.<br />
IB Process Manager 1.04 a little process manager for 9x/2k, shows dll info etc.<br />
Process Explorer 11.33 shows you information about which handles and DLLs processes have opened or loaded<br />
OpenedFilesView 1.46 View opened/locked files in your system, sharing violation issues<br />
Pocket KillBox 2.0.0.978 can be used to get rid of files that stubbornly refuse to allow you to delete them<br />
ProcessActivityView 1.10 Detailed process access information read/write/opened files etc<br />
Unlocker 1.8.8 This tool can delete file/folder when you get this message &#8211; Cannot delete file: Access is denied, The file is in use by another program etc.</p>
<p>Registry Tools<br />
RegScanner 1.80 Tool to find/search in the Registry of Windows<br />
Registry Editor PE 0.9c Easy editing of remote registry hives and user profiles<br />
Registry Restore Wizard 1.0.4 Restores a corrupted system registry from Xp System Restore</p>
<p>Startup Tools<br />
Autoruns 9.56 Displays All the entries from startup folder, Run, RunOnce, and other Registry keys, Explorer shell extensions,toolbars, browser helper objects, Winlogon notifications, auto-start services, Scheduled Tasks, Winsock, LSA Providers, Remove Drivers<br />
and much more which helps to remove nasty spyware/adware and viruses.<br />
Silent Runners Revision 60 A free script that helps detect spyware, malware and adware in the startup process<br />
Startup Control Panel 2.8 a tool to edit startup programs<br />
Startup Monitor 1.02 it notifies you when any program registers itself to run at system startup<br />
HijackThis 2.0.2 a general homepage hijackers detector and remover and more</p>
<p>Tweakers<br />
Dial a Fix 0.60.0.24 Fix errors and problems with COM/ActiveX object errors and missing registry entries, Automatic Updates, SSL, HTTPS, and Cryptography service (signing/verification) issues, Reinstall internet explorer etc. comes with the policy scanner<br />
Ultimate Windows Tweaker 2.0 A TweakUI Utility for tweaking and optimizing Windows Vista<br />
TweakUI 2.10 This PowerToy gives you access to system settings that are not exposed in the Windows Xp<br />
Xp-AntiSpy 3.97.5 it tweaks some Windows XP functions, and disables some unneeded Windows services quickly<br />
Shell Extensions Manager (ShellExView) 1.45 An excellent tool to View and Manage all installed Context-menu/Shell extensions<br />
EzPcFix 1.0.0.16 Helpful tool when trying to remove viruses, spyware, and malware<br />
RemoveWGA 1.2 Windows Genuine Advantage Notifications Removal tool<br />
RRT &#8211; Remove Restrictions Tool 3.0 To Re-enable Ctrl+Alt+Del, Folder Options and Registry tools etc.</p>
<p>Antivirus Tools<br />
Kaspersky Virus Removal Tool 7.0.0.290 (1811)</p>
<p>Free on-demand virus scanner from Kaspersky Lab to remove viruses.<br />
Spybot &#8211; Search &amp; Destroy 1.6.2 (1811) Application to scan for spyware, adware, hijackers and other malicious software.<br />
Malwarebytes&#8217; Anti-Malware 1.41 (1811) anti-malware application that can thoroughly remove even the most advanced malware.<br />
SpywareBlaster 4.2 (1811)<br />
Prevent the installation of spyware and other potentially unwanted software.<br />
SmitFraudFix 2.424 This removes Some of the popular Desktop Hijack malware<br />
ComboFix (1811) Designed to cleanup malware infections and restore settings modified by malware<br />
CWShredder 2.19 Popular CoolWebSearch Trojan Remover tool<br />
RootkitRevealer 1.7.1 Rootkit Revealer is an advanced patent-pending root kit detection utility.<br />
SuperAntispyware 4.30 (1811) Remove Malware, Rootkits, Spyware, Adware, Worms, Parasites (a must have tool)</p>
<p>Changelog:<br />
+ BootCD Customizer to create custom bootable cd<br />
+ RegBak 1.0<br />
+ Grub4Dos installer 1.1<br />
+ USB Format Tool<br />
+ MbrFix 1.3<br />
+ MBRWizard 2.0b (for windows)<br />
+ Diskman 4.2 (for windows)<br />
+ FileDisk Mount Tool 25<br />
+ GPU-Z 0.3.6<br />
+ Dependency Walker 2.2<br />
- ace.exe rar.exe arj.exe unrar.exe<br />
- PC-Config 9.33<br />
- BootMagic<br />
- PC Doctor 2004<br />
- LapLink 5.0<br />
- Lost &amp; Found 1.06<br />
- Partition Table Doctor 3.5<br />
Program Launcher 1.3 (Autorun.exe)<br />
BIOS Cracker 5.0<br />
EASEUS Partition Master 4.1.1<br />
DriveImage XML 2.13<br />
Recuva 1.32<br />
Memtest86+ 4.00<br />
IBM/Hitachi Drive Fitness Test 4.16<br />
IBM/Hitachi Feature Tool 2.15<br />
Navratil Software System Information 0.60.38<br />
Astra 5.44<br />
CPU Identification utility 1.18<br />
PC Wizard 2009.1.911<br />
SIW 2009-10-22<br />
USBDeview 1.47<br />
MBRTool 2.3.200<br />
TrueCrypt 6.3<br />
ProduKey 1.38<br />
WirelessKeyView 1.30<br />
MessenPass 1.27<br />
Mail PassView 1.52<br />
Opera Web Browser 8.53 (with flash support)<br />
7-Zip 9.07 beta<br />
CCleaner 2.25<br />
CurrPorts 1.80<br />
OpenedFilesView 1.46<br />
Unlocker 1.8.8<br />
RegScanner 1.80<br />
Autoruns 9.56<br />
Silent Runners Revision 60<br />
Xp-AntiSpy 3.97.5<br />
Shell Extensions Manager (ShellExView) 1.45<br />
Malwarebytes Anti-Malware 1.41 (1811)<br />
SmitFraudFix 2.424<br />
SuperAntispyware 4.30 (1811)<br />
UnknownDevices 1.4.20 (1811)<br />
Kaspersky Virus Removal Tool 7.0.0.290 (1811)<br />
SpywareBlaster 4.2 (1811)<br />
PCI 32 Sniffer 1.4 (1811)<br />
PCI and AGP info Tool (1811)<br />
ComboFix (1811)<br />
Spybot &#8211; Search &amp; Destroy 1.6.2 (1811)</p>
<p>Download &amp; Website: <a href="http://www.hirensbootcd.net">Hirens BootCD</a></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Hiren%E2%80%99s+BootCD+10.1+http://bit.ly/6iJzAQ" title="Post to Twitter"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://bootdiskette.info/2009/11/hirens-bootcd-10-1/&amp;title=Hiren%E2%80%99s+BootCD+10.1" title="Post to Delicious"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://bootdiskette.info/2009/11/hirens-bootcd-10-1/&amp;title=Hiren%E2%80%99s+BootCD+10.1" title="Post to Digg"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://bootdiskette.info/2009/11/hirens-bootcd-10-1/&amp;t=Hiren%E2%80%99s+BootCD+10.1" title="Post to Facebook"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Hiren%E2%80%99s+BootCD+10.1&amp;link=http://bootdiskette.info/2009/11/hirens-bootcd-10-1/" title="Post to Ping.fm"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-ping-micro3.png" alt="Post to Ping.fm" /></a></p><img src="http://bootdiskette.info/?ak_action=api_record_view&id=181&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://bootdiskette.info/2009/11/hirens-bootcd-10-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UBCD4WIN 3.50</title>
		<link>http://bootdiskette.info/2009/11/ultimate-boot-recovery-cd-3-50/</link>
		<comments>http://bootdiskette.info/2009/11/ultimate-boot-recovery-cd-3-50/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 18:04:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[BootCD]]></category>
		<category><![CDATA[Recovery]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://bootdiskette.info/?p=95</guid>
		<description><![CDATA[UBCD4Win is a bootable recovery CD that contains software used for repairing, restoring, or diagnosing almost any computer problem. Our goal is to be the most complete and easy to use free computer diagnostic tool. ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-thumbnail wp-image-96" title="UBCD4Win" src="http://bootdiskette.info/wp-content/uploads/2009/11/UBCD4Win-150x150.jpg" alt="UBCD4Win" width="150" height="150" />UBCD4Win is a bootable recovery CD that contains software used for repairing, restoring, or diagnosing almost any computer problem. Our goal is to be the most complete and easy to use free computer diagnostic tool. Almost all software included in UBCD4Win are freeware utilities for Windows®. Some of the tools inlcuded are &#8220;free for personal use&#8221; copies so users need to respect these licenses.</p>
<p>A few of the tools included in UBCD4Win are paid for and licensed software owned by UBCD4win. On occasion we work with software companies/authors for permission to include their software in our download or have requested their software better support PE. Users can freely share copies of UBCD4Win with friends but selling UBCD4Win for a profit is not acceptable. We have worked hard for many years helping people for free with this project, others should not make money from our hard work.</p>
<p><span id="more-95"></span></p>
<p>UBCD4Win is based on Bart&#8217;s PE©. Bart&#8217;s PE© builds a Windows® &#8220;pre-install&#8221; environment CD, basically a simple Windows® XP booted from CD. UBCD4Win includes network support and allows you the ability to modify NTFS volumes, recover deleted files, create new NTFS volumes, scan hard drives for viruses, etc. Our download includes almost everything you need to repair your system problems. This project has been put together to be the ultimate recovery cd and not a replacement OS (Operating System). Please visit the &#8220;<a style="color: #21536a; text-decoration: none;" href="http://ubcd4win.com/contents.htm">List of Tools</a>&#8221; page for a complete list of what is included in the latest version of UBCD4Win.</p>
<p>Download <a href="http://bootdiskette.info/downloads/?did=4">UBCD 3.50</a></p>
<p>Website: <a href="http://ubcd4win.com">UBCD4Win.com</a></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=UBCD4WIN+3.50+http://bit.ly/27ZK4U" title="Post to Twitter"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://bootdiskette.info/2009/11/ultimate-boot-recovery-cd-3-50/&amp;title=UBCD4WIN+3.50" title="Post to Delicious"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://bootdiskette.info/2009/11/ultimate-boot-recovery-cd-3-50/&amp;title=UBCD4WIN+3.50" title="Post to Digg"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://bootdiskette.info/2009/11/ultimate-boot-recovery-cd-3-50/&amp;t=UBCD4WIN+3.50" title="Post to Facebook"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=UBCD4WIN+3.50&amp;link=http://bootdiskette.info/2009/11/ultimate-boot-recovery-cd-3-50/" title="Post to Ping.fm"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-ping-micro3.png" alt="Post to Ping.fm" /></a></p><img src="http://bootdiskette.info/?ak_action=api_record_view&id=95&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://bootdiskette.info/2009/11/ultimate-boot-recovery-cd-3-50/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ultimate Boot CD 4</title>
		<link>http://bootdiskette.info/2009/11/ultimate-boot-cd/</link>
		<comments>http://bootdiskette.info/2009/11/ultimate-boot-cd/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 14:19:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[BootCD]]></category>
		<category><![CDATA[Recovery]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://bootdiskette.info/?p=99</guid>
		<description><![CDATA[Ultimate Boot CD allows you to run floppy-based diagnostic tools from CDROM drives and consolidate as many diagnostic tools as possible into one bootable CD. An experimental feature also allows you to run UBCD from ...]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-100   alignright" title="Ultimate Boot CD" src="http://bootdiskette.info/wp-content/uploads/2009/11/Ultimate-Boot-CD-300x38.gif" alt="Ultimate Boot CD" width="300" height="38" />Ultimate Boot CD allows you to run floppy-based diagnostic tools from CDROM drives and consolidate as many diagnostic tools as possible into one bootable CD. An experimental feature also allows you to run UBCD from your USB memory stick on newer machines that supports booting from USB devices.</p>
<p>Run floppy-based diagnostic tools from CDROM drives. More and more PCs are shipped without floppy drives these days, and it is such a royal<strong> </strong>pain when you need to run diagnostic tools on them.</p>
<p><span id="more-99"></span></p>
<p>Free yourself from the slow loading speed of the floppy drive. Even if you do have a floppy drive, it is still much much faster to run your diagnostic tools from the CDROM drive, rather than wait for the tool to load from the floppy drive.</p>
<p>Consolidate as many diagnostic tools as possible into one bootable CD. Wouldn&#8217;t you like to avoid digging into the dusty box to look for the right floppy disk, but simply run them all from a single CD? Then the Ultimate Boot CD is for you!</p>
<p>Download: <a href="http://bootdiskette.info/downloads/?did=3">Ultimate Boot CD</a></p>
<p>Website: <a href="http://www.ultimatebootcd.com">Ultimate Boot CD</a></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Ultimate+Boot+CD+4+http://bit.ly/4vxwSV" title="Post to Twitter"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://bootdiskette.info/2009/11/ultimate-boot-cd/&amp;title=Ultimate+Boot+CD+4" title="Post to Delicious"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://bootdiskette.info/2009/11/ultimate-boot-cd/&amp;title=Ultimate+Boot+CD+4" title="Post to Digg"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://bootdiskette.info/2009/11/ultimate-boot-cd/&amp;t=Ultimate+Boot+CD+4" title="Post to Facebook"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Ultimate+Boot+CD+4&amp;link=http://bootdiskette.info/2009/11/ultimate-boot-cd/" title="Post to Ping.fm"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-ping-micro3.png" alt="Post to Ping.fm" /></a></p><img src="http://bootdiskette.info/?ak_action=api_record_view&id=99&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://bootdiskette.info/2009/11/ultimate-boot-cd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EasyBCD 1.7.2: Dual-Boot Windows 7</title>
		<link>http://bootdiskette.info/2009/11/easybcd-1-7-2-dual-boot-windows-7/</link>
		<comments>http://bootdiskette.info/2009/11/easybcd-1-7-2-dual-boot-windows-7/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 13:26:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Bootloader]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://bootdiskette.info/?p=58</guid>
		<description><![CDATA[EasyBCD is NeoSmart Technologies&#8217; multiple award-winning answer to tweaking the new Windows Vista bootloader. With EasyBCD, almost anything is possible. Setting up and configuring Windows boot entries is simple, and there is no easier way ...]]></description>
			<content:encoded><![CDATA[<p style="line-height: 20px; padding: 3px;"><img class="alignright size-full wp-image-57" title="EasyBCD logo" src="http://bootdiskette.info/wp-content/uploads/2009/11/EasyBCD-logo.png" alt="EasyBCD logo" width="125" height="125" />EasyBCD is NeoSmart Technologies&#8217; multiple award-winning answer to tweaking the new Windows Vista bootloader. With EasyBCD, almost anything is possible. Setting up and configuring Windows boot entries is simple, and there is no easier way to quickly boot right into Linux, Mac OS X, or BSD straight from the Windows Vista bootloader &#8211; on the fly, no expert knowledge needed!</p>
<p style="line-height: 20px; padding: 3px;">EasyBCD is geared for users of all kinds. Whether you just want to add an entry to your old XP partition or want to create a duplicate for testing purposes; if you&#8217;re interested in debugging the Windows Kernel or septuple-booting your seven test operating systems, EasyBCD is the key.</p>
<p style="line-height: 20px; padding: 3px;">EasyBCD is used and recommended by Microsoft, PC-World, PC-Magazine, Softpedia, PC-Welt, and dozens more! <em>In the words of Harry McCracken (VP &amp; Editor-in-Chief of PC World): &#8220;[EasyBCD] impressed the editors with its functionality and usability. These are some of the most well-crafted services available &#8211; congratulations to EasyB<span style="font-style: normal;">CD!&#8221;</span></em> Don&#8217;t get left out – download it today, it&#8217;s free!!</p>
<p style="line-height: 20px; padding: 3px;">Download: <a href="http://bootdiskette.info/downloads/?did=2">EasyBCD </a></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=EasyBCD+1.7.2%3A+Dual-Boot+Windows+7+http://bit.ly/xkRVU" title="Post to Twitter"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://bootdiskette.info/2009/11/easybcd-1-7-2-dual-boot-windows-7/&amp;title=EasyBCD+1.7.2%3A+Dual-Boot+Windows+7" title="Post to Delicious"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://bootdiskette.info/2009/11/easybcd-1-7-2-dual-boot-windows-7/&amp;title=EasyBCD+1.7.2%3A+Dual-Boot+Windows+7" title="Post to Digg"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://bootdiskette.info/2009/11/easybcd-1-7-2-dual-boot-windows-7/&amp;t=EasyBCD+1.7.2%3A+Dual-Boot+Windows+7" title="Post to Facebook"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=EasyBCD+1.7.2%3A+Dual-Boot+Windows+7&amp;link=http://bootdiskette.info/2009/11/easybcd-1-7-2-dual-boot-windows-7/" title="Post to Ping.fm"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-ping-micro3.png" alt="Post to Ping.fm" /></a></p><img src="http://bootdiskette.info/?ak_action=api_record_view&id=58&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://bootdiskette.info/2009/11/easybcd-1-7-2-dual-boot-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a Windows 7 Recovery Disk/ Bootdisk</title>
		<link>http://bootdiskette.info/2009/11/how-to-create-a-windows-7-recovery-disk-bootdisk/</link>
		<comments>http://bootdiskette.info/2009/11/how-to-create-a-windows-7-recovery-disk-bootdisk/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 13:15:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Recovery]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://bootdiskette.info/?p=53</guid>
		<description><![CDATA[What if your Windows 7 becomes corrupt and fails to boot? Most laptops and PCs today come with Windows pre-installed and the manufacturers sometimes don’t include Windows installation disc.
This is where Recovery Disk come into ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-31" title="Windows7logo" src="http://bootdiskette.info/wp-content/uploads/2009/10/Windows7logo.jpg" alt="Windows7logo" width="164" height="148" />What if your Windows 7 becomes corrupt and fails to boot? Most laptops and PCs today come with Windows pre-installed and the manufacturers sometimes don’t include Windows installation disc.</p>
<p>This is where Recovery Disk come into play. It is recommended that users create a recovery disk as soon as possible and keep it in a safe location. In case your Windows 7 fails to boot, the recovery disk can help fix the problem.</p>
<p>To create a recovery disk in Windows 7, go through the following steps:</p>
<p>Click Start Orb and go to Control Panel. Here, select Back up your computer under the System and Security option.</p>
<p>From the left sidebar, select Create a system repair disk. Finally select your CD-R/RW or DVD-R/RW drive from the new dialog window and hit Create Disc.</p>
<p>It will start creating a disc instantly. Once complete, hit OK, label it, and save the disk in a safe location.</p>
<p>The total file size of the recovery disk is 164MB which means you can burn it to a CD instead of DVD.</p>
<p>In case you forgot to create a recovery disk and your Windows 7 fails to boot, you can ask your friend or co-worker to create you one. If all else fails, below you will find the ISO image I have created, you can download and burn the ISO image directly to a CD or DVD.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=How+to+create+a+Windows+7+Recovery+Disk%2F+Bootdisk+http://bit.ly/1270pq" title="Post to Twitter"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://bootdiskette.info/2009/11/how-to-create-a-windows-7-recovery-disk-bootdisk/&amp;title=How+to+create+a+Windows+7+Recovery+Disk%2F+Bootdisk" title="Post to Delicious"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://bootdiskette.info/2009/11/how-to-create-a-windows-7-recovery-disk-bootdisk/&amp;title=How+to+create+a+Windows+7+Recovery+Disk%2F+Bootdisk" title="Post to Digg"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://bootdiskette.info/2009/11/how-to-create-a-windows-7-recovery-disk-bootdisk/&amp;t=How+to+create+a+Windows+7+Recovery+Disk%2F+Bootdisk" title="Post to Facebook"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=How+to+create+a+Windows+7+Recovery+Disk%2F+Bootdisk&amp;link=http://bootdiskette.info/2009/11/how-to-create-a-windows-7-recovery-disk-bootdisk/" title="Post to Ping.fm"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-ping-micro3.png" alt="Post to Ping.fm" /></a></p><img src="http://bootdiskette.info/?ak_action=api_record_view&id=53&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://bootdiskette.info/2009/11/how-to-create-a-windows-7-recovery-disk-bootdisk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Install Windows 7 From A USB Drive</title>
		<link>http://bootdiskette.info/2009/10/how-to-install-windows-7-from-a-usb-drive/</link>
		<comments>http://bootdiskette.info/2009/10/how-to-install-windows-7-from-a-usb-drive/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 20:04:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Headline]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://bootdiskette.info/?p=19</guid>
		<description><![CDATA[That was my issue. There are a lot of great tutorials on how to create a bootable USB drive from the Windows 7 Beta ISO which Microsoft recently released. This is primarily a good solution ...]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">That was my issue. There are a lot of great tutorials on how to create a bootable USB drive from the Windows 7 Beta ISO which Microsoft recently released. This is primarily a good solution for those of us with netbooks without CD drives. Unfortunately, a majority of these tutorials utilize a program called “diskpart”, which is a command line utility for managing partitions and disks. Coming from a UNIX background, I figured it would be easy to accomplish, but I found out the hard way, that the “diskpart” that comes shipped with Windows XP is not able to perform the necessary tasks. Namely, you won’t be able to see the USB drives in the list of drives, and you can’t set the USB drive to be active. I’ve got a lot more long winded blah blah for you, but I’ll get right to the point. Here’s how you do it if you’re stuck with Windows XP like I am. These instructions are were conducted on and are for an HP Mini 1000, I cannot guarantee this will work everywhere else (but I don’t see why it shouldn’t):</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Ensure you have a USB Drive with more than 3GB capacity</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Download and Install Daemon Tools Lite (or your favorite Virtual CD emulator)</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Download the Windows 7 Beta ISO</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Download and Install the HP USB Disk Storage Format Tool</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Download and Extract MBRWizard</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Insert the USB Drive</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Launch the HP USB Storage Format Tool. Select your USB drive for device. Select NTFS for File system. Check Quick Format. Click Start to format the USB drive.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Mount the Windows 7 Beta ISO with Daemon Tools (make note of drive letter it assigns)</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Set the USB drive to be the active partition with MBRWizard: Open a command prompt (Start -&gt; Run -&gt; cmd) and navigate to the directory where you extracted MBRWizard. Execute the following command: mbrwiz /list.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">You should see your USB Drive in the list. Make note of the disk numbers next to the drives. In the following example, the HP Mini hard drive is drive #0 and the USB Drive is drive #1.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Execute the following command to set the USB drive to active: mbrwiz /disk=1 /active=1 In my example, the /disk=1 corresponds on the drive number of the USB drive. Make sure yours matches. Answer “Y” to the confirmation</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Execute another list to ensure the active status has been updated. The USB Drive is now ready to be set to be bootable.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">In the same command prompt, execute the following command to set the USB drive to be bootable: e:\boot\bootsect /nt60 D: (E: is the drive letter of the Windows 7 Beta ISO and D: is the drive letter of your USB drive)</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Copy the contents of the Windows 7 Beta to your USB Drive</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Everything should be ready. Reboot your HP Mini 1000, and on the boot screen hit F9. Select your USB drive from the dropdown list.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">If it doesn’t boot, check the following:</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">The USB Drive is formatted properly.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">The USB Drive has all the contents of the Windows 7 Beta ISO (including hidden files)</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">The USB Drive partition is set to “active” (mbrwiz /list)</div>
<p><span style="background-color: #ffffff;"><img class="alignright size-full wp-image-29" title="Windows7" src="http://bootdiskette.info/wp-content/uploads/2009/10/Windows7.jpg" alt="Windows7" width="150" height="112" />There are a lot of great tutorials on how to create a bootable USB drive from the Windows 7 ISO which Microsoft recently released. This is primarily a good solution for those of us with netbooks without CD drives. Unfortunately, a majority of these tutorials utilize a program called “diskpart”, which is a command line utility for managing partitions and disks. Here is an easier solution:</span></p>
<p><span style="font-family: Verdana, Arial, Helvetica, sans-serif; line-height: normal; font-size: 12px; color: #35383d;"> </span></p>
<ol style="padding-top: 10px; padding-right: 0px; padding-bottom: 10px; padding-left: 25px; list-style-type: decimal; list-style-position: inside; list-style-image: initial; margin: 0px;">
<li style="padding-top: 2px; padding-right: 0px; padding-bottom: 2px; padding-left: 0px; margin: 0px;">Ensure you have a USB Drive with more than 3GB capacity</li>
<li style="padding-top: 2px; padding-right: 0px; padding-bottom: 2px; padding-left: 0px; margin: 0px;">Download and Install <a style="text-decoration: none; color: #0099cc; padding: 0px; margin: 0px; border: 0px initial initial;" href="http://disc-tools.com/download/daemon">Daemon Tools Lite</a> (or your favorite Virtual CD emulator)</li>
<li style="padding-top: 2px; padding-right: 0px; padding-bottom: 2px; padding-left: 0px; margin: 0px;">Get Windows 7</li>
<li style="padding-top: 2px; padding-right: 0px; padding-bottom: 2px; padding-left: 0px; margin: 0px;">Download and Install the <a style="text-decoration: none; color: #0099cc; padding: 0px; margin: 0px; border: 0px initial initial;" href="http://files.extremeoverclocking.com/file.php?f=197">HP USB Disk Storage Format Tool</a></li>
<li style="padding-top: 2px; padding-right: 0px; padding-bottom: 2px; padding-left: 0px; margin: 0px;">Download and Extract <a style="text-decoration: none; color: #0099cc; padding: 0px; margin: 0px; border: 0px initial initial;" href="http://mbrwizard.com/download.shtml">MBRWizard</a></li>
</ol>
<p><span id="more-19"></span></p>
<p><span style="background-color: #ffffff;">Insert the USB Drive</span></p>
<p>Launch the HP USB Storage Format Tool. Select your USB drive for device. Select NTFS for File system. Check Quick Format. Click Start to format the USB drive.</p>
<p>Mount the Windows 7 Beta ISO with Daemon Tools (make note of drive letter it assigns)</p>
<p>Set the USB drive to be the active partition with MBRWizard: Open a command prompt (Start -&gt; Run -&gt; cmd) and navigate to the directory where you extracted MBRWizard. Execute the following command: mbrwiz /list.</p>
<p>You should see your USB Drive in the list. Make note of the disk numbers next to the drives. In the following example, the HP Mini hard drive is drive #0 and the USB Drive is drive #1.</p>
<p>Execute the following command to set the USB drive to active: mbrwiz /disk=1 /active=1 In my example, the /disk=1 corresponds on the drive number of the USB drive. Make sure yours matches. Answer “Y” to the confirmation</p>
<p>Execute another list to ensure the active status has been updated. The USB Drive is now ready to be set to be bootable.</p>
<p>In the same command prompt, execute the following command to set the USB drive to be bootable: e:\boot\bootsect /nt60 D: (E: is the drive letter of the Windows 7 Beta ISO and D: is the drive letter of your USB drive)</p>
<p>Copy the contents of the Windows 7 Beta to your USB Drive</p>
<p>Everything should be ready. Reboot your HP Mini 1000, and on the boot screen hit F9. Select your USB drive from the dropdown list.</p>
<p>If it doesn’t boot, check the following:</p>
<p>The USB Drive is formatted properly.</p>
<p>The USB Drive has all the contents of the Windows 7 Beta ISO (including hidden files)</p>
<p>The USB Drive partition is set to “active” (mbrwiz /list)</p>
<p>Via:  <a href="http://www.bwana.org/2009/01/11/how-to-install-windows-7-beta-from-a-usb-drive-to-an-hp-mini-1000-without-vista/">Bwana</a></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=How+To+Install+Windows+7+From+A+USB+Drive+http://bit.ly/ljD8B" title="Post to Twitter"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://bootdiskette.info/2009/10/how-to-install-windows-7-from-a-usb-drive/&amp;title=How+To+Install+Windows+7+From+A+USB+Drive" title="Post to Delicious"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://bootdiskette.info/2009/10/how-to-install-windows-7-from-a-usb-drive/&amp;title=How+To+Install+Windows+7+From+A+USB+Drive" title="Post to Digg"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://bootdiskette.info/2009/10/how-to-install-windows-7-from-a-usb-drive/&amp;t=How+To+Install+Windows+7+From+A+USB+Drive" title="Post to Facebook"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=How+To+Install+Windows+7+From+A+USB+Drive&amp;link=http://bootdiskette.info/2009/10/how-to-install-windows-7-from-a-usb-drive/" title="Post to Ping.fm"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-ping-micro3.png" alt="Post to Ping.fm" /></a></p><img src="http://bootdiskette.info/?ak_action=api_record_view&id=19&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://bootdiskette.info/2009/10/how-to-install-windows-7-from-a-usb-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video: How to Build the Ultimate Boot CD for Windows</title>
		<link>http://bootdiskette.info/2009/10/video-how-to-build-the-ultimate-boot-cd-for-windows/</link>
		<comments>http://bootdiskette.info/2009/10/video-how-to-build-the-ultimate-boot-cd-for-windows/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 19:49:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://bootdiskette.info/?p=14</guid>
		<description><![CDATA[Build the UBCD4Win CD. A CD for diagnosing and repairing computers. Excellent for removing spyware, cloning computers, rescuing data from hard drives.
    ]]></description>
			<content:encoded><![CDATA[<p>Build the UBCD4Win CD. A CD for diagnosing and repairing computers. Excellent for removing spyware, cloning computers, rescuing data from hard drives.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Video%3A+How+to+Build+the+Ultimate+Boot+CD+for+Windows+http://bit.ly/9tj2s" title="Post to Twitter"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://bootdiskette.info/2009/10/video-how-to-build-the-ultimate-boot-cd-for-windows/&amp;title=Video%3A+How+to+Build+the+Ultimate+Boot+CD+for+Windows" title="Post to Delicious"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://bootdiskette.info/2009/10/video-how-to-build-the-ultimate-boot-cd-for-windows/&amp;title=Video%3A+How+to+Build+the+Ultimate+Boot+CD+for+Windows" title="Post to Digg"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://bootdiskette.info/2009/10/video-how-to-build-the-ultimate-boot-cd-for-windows/&amp;t=Video%3A+How+to+Build+the+Ultimate+Boot+CD+for+Windows" title="Post to Facebook"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Video%3A+How+to+Build+the+Ultimate+Boot+CD+for+Windows&amp;link=http://bootdiskette.info/2009/10/video-how-to-build-the-ultimate-boot-cd-for-windows/" title="Post to Ping.fm"><img class="nothumb" src="http://bootdiskette.info/wp-content/plugins/tweet-this/icons/tt-ping-micro3.png" alt="Post to Ping.fm" /></a></p><img src="http://bootdiskette.info/?ak_action=api_record_view&id=14&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://bootdiskette.info/2009/10/video-how-to-build-the-ultimate-boot-cd-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
