<?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>Developer OneNote &#187; WinPE</title>
	<atom:link href="http://devonenote.com/tag/winpe/feed/" rel="self" type="application/rss+xml" />
	<link>http://devonenote.com</link>
	<description>Emma&#039;s OneNote for Microsoft Windows, Office and Programming</description>
	<lastBuildDate>Thu, 02 Feb 2012 05:19:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to create a bootable WinPE USB Key</title>
		<link>http://devonenote.com/2010/01/how-to-create-a-bootable-winpe-usb-key/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-create-a-bootable-winpe-usb-key</link>
		<comments>http://devonenote.com/2010/01/how-to-create-a-bootable-winpe-usb-key/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 15:48:40 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows How to]]></category>
		<category><![CDATA[WinPE]]></category>

		<guid isPermaLink="false">http://devonenote.com/2010/01/how-to-create-a-bootable-winpe-usb-key/</guid>
		<description><![CDATA[Obtain the following: USB Key Windows Automated Installation Kit http://www.microsoft.com/downloads/details.aspx?FamilyID=696DD665-9F76-4177-A811-39C26D3B3B34&#38;displayLang=en Steps to create the Bootable USB Key: Important note: This set of commands assumes your USB key is detected as disk 1, you should double check that by doing a &#8230; <a href="http://devonenote.com/2010/01/how-to-create-a-bootable-winpe-usb-key/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://devonenote.com/2010/04/windows-could-not-connect-to-the-system-event-notification-service/' rel='bookmark' title='Windows could not connect to the System Event Notification Service'>Windows could not connect to the System Event Notification Service</a></li>
<li><a href='http://devonenote.com/2010/03/uncompress-msi-file/' rel='bookmark' title='Uncompress MSI File'>Uncompress MSI File</a></li>
<li><a href='http://devonenote.com/2010/05/remove-earlier-version-of-windows-boot-option/' rel='bookmark' title='Remove Earlier Version of Windows boot option'>Remove Earlier Version of Windows boot option</a></li>
<li><a href='http://devonenote.com/2010/01/activating-server-core/' rel='bookmark' title='Activating Server Core'>Activating Server Core</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Obtain the following:</p>
<ol>
<li>USB Key</li>
<li>Windows Automated Installation Kit<br />
<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=696DD665-9F76-4177-A811-39C26D3B3B34&amp;displayLang=en">http://www.microsoft.com/downloads/details.aspx?FamilyID=696DD665-9F76-4177-A811-39C26D3B3B34&amp;displayLang=en</a></li>
</ol>
<p>Steps to create the Bootable USB Key:<span id="more-38"></span></p>
<p>Important note: This set of commands assumes your USB key is detected as disk 1, you should double check that by doing a list of the disks before cleaning it. If you have multiple hard drives you need USB disk # in command 2.b)</p>
<ol>
<li>Install the Windows Automated Installation Kit on a workstation.</li>
<li>On the workstation, with the USB key plugged in, run the following
<p class="textborder">a. diskpart<br />
b. select disk 1<br />
c. clean<br />
d. create partition primary<br />
e. select partition 1<br />
f. active<br />
g. format fs=fat32<br />
h. assign<br />
i. exit</p>
</li>
<li>From the Start menu select “Windows PE Tools Command Prompt”</li>
<li>In the command window run:  copype.cmd x86 c:\winpe_x86<br />
Note: 64bit version can be created by changing x86 in the above to amd64</li>
<li>In the command window run the following:  xcopy c:\winpe_x86\iso\*.* /s /e /f e:\<br />
<span style="color: #ff0000;">Note: Change c: to reflect the drive your files on and e: to be your USB key.</span></li>
</ol>
<p>Now you have a bootable WinPE USB key.</p>
<p>Related posts:<ol>
<li><a href='http://devonenote.com/2010/04/windows-could-not-connect-to-the-system-event-notification-service/' rel='bookmark' title='Windows could not connect to the System Event Notification Service'>Windows could not connect to the System Event Notification Service</a></li>
<li><a href='http://devonenote.com/2010/03/uncompress-msi-file/' rel='bookmark' title='Uncompress MSI File'>Uncompress MSI File</a></li>
<li><a href='http://devonenote.com/2010/05/remove-earlier-version-of-windows-boot-option/' rel='bookmark' title='Remove Earlier Version of Windows boot option'>Remove Earlier Version of Windows boot option</a></li>
<li><a href='http://devonenote.com/2010/01/activating-server-core/' rel='bookmark' title='Activating Server Core'>Activating Server Core</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2010/01/how-to-create-a-bootable-winpe-usb-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

