<?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>Blog.BrianLeeJackson.com &#187; WinPE 3.0</title>
	<atom:link href="http://blog.brianleejackson.com/tag/winpe-3-0/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.brianleejackson.com</link>
	<description></description>
	<lastBuildDate>Mon, 21 Jun 2010 17:05:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Sysprep a Windows 7 Machine – Start to Finish V2</title>
		<link>http://blog.brianleejackson.com/sysprep-a-windows-7-machine-%e2%80%93-start-to-finish-v2</link>
		<comments>http://blog.brianleejackson.com/sysprep-a-windows-7-machine-%e2%80%93-start-to-finish-v2#comments</comments>
		<pubDate>Tue, 19 Jan 2010 06:36:10 +0000</pubDate>
		<dc:creator>Brian Jackson</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[WinPE 3.0]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[sysprep]]></category>
		<category><![CDATA[unattend]]></category>
		<category><![CDATA[unattend.xml]]></category>

		<guid isPermaLink="false">http://blog.brianleejackson.com/?p=837</guid>
		<description><![CDATA[SPREAD THE WORD, TOGETHER WE HAVE CONQUERED SYSPREP This is version 2 of a step by step guide on Sysprepping a Windows 7 machine from start to finish. I cannot take full credit on this because my first article had so many helpful comments and discussions that this is simply a combination of all the [...]]]></description>
			<content:encoded><![CDATA[<h4><span style="color: #3f6882;">SPREAD THE WORD, TOGETHER WE HAVE CONQUERED SYSPREP <img src='http://blog.brianleejackson.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </span></h4>
<p><span style="color: maroon;"> </span></p>
<p>This is version 2 of a step by step guide on Sysprepping a Windows 7 machine from start to finish. I cannot take full credit on this because my first article had so many helpful comments and discussions that this is simply a combination of all the good advice written into a working guide.  <strong>(I would especially like to thank George for his input on Cscript for auto activation and Nathan for input on Sysprep Audit Mode).</strong> This will guide you through the following:</p>
<blockquote><p><strong>-</strong> Audit Mode<br />
<strong>-</strong> Building the unattend.xml file in WSIM<br />
<strong>-</strong> <strong>copyprofile=true</strong> command to copy the default profile (no manual copy)<br />
<strong>-</strong> Prompt for a computer name<br />
<strong>-</strong> Enable Administrator account<br />
<strong>-</strong> Administrator account logs in first time automatically<br />
<strong>-</strong> Activate windows automatically with Cscript;<br />
<strong>-</strong> Successfully copy over taskbar icons;<br />
<strong>-</strong> Delete unattend.xml file automatically upon completion of re-image.</p></blockquote>
<p>Here is a list of what you will need:</p>
<blockquote><p><strong>-</strong> Latest version of WAIK : <a href="http://www.microsoft.com/DOWNLOADS/details.aspx?familyid=696DD665-9F76-4177-A811-39C26D3B3B34&amp;displaylang=en">KB3AIK_EN.iso Version 1.0</a><br />
<strong>-</strong> Windows Vista or Windows 7 Machine to build the XML file on<br />
<strong>-</strong> ISO or DVD of Windows 7 Installation (x32 or x64)<br />
<strong>-</strong> WinPE Boot Environment : <a href="http://blog.brianleejackson.com/winpe-3-0-boot-environment-scripts">BrianLeeJackson WinPE 3.0 BootLoader</a></p></blockquote>
<p>First we are going to walk through building the unattend.xml file (answer file) and then we will walk through the actual Windows 7 imaging process.</p>
<h2><strong><span style="text-decoration: underline;">PART 1 &#8211; XML FILE CREATION</span></strong></h2>
<h2>Step #1</h2>
<p>If you have a Windows 7 installation DVD, insert it now. Or if you have an ISO of 7, go ahead and extract it to a folder on your desktop. (I recommend 7-zip).</p>
<h2>Step #2</h2>
<p>Launch Windows System Image Manager.  Your start menu should look like the image below:</p>
<div id="attachment_609" class="wp-caption alignnone" style="width: 426px"><a href="http://www.microsoft.com/DOWNLOADS/details.aspx?familyid=696DD665-9F76-4177-A811-39C26D3B3B34&amp;displaylang=en"><img class="size-full wp-image-609" title="Windows 7 WAIK Version 1" src="http://blog.brianleejackson.com/wp-content/uploads/2009/09/7_sys_1.png" alt="Windows 7 WAIK Version 1" width="416" height="98" /></a><p class="wp-caption-text">Windows 7 WAIK Version 1</p></div>
<h2>Step #3</h2>
<p>Under the &#8220;Windows Image&#8221; header, right click and select new image.</p>
<div id="attachment_616" class="wp-caption alignnone" style="width: 610px"><a href="http://www.microsoft.com/DOWNLOADS/details.aspx?familyid=696DD665-9F76-4177-A811-39C26D3B3B34&amp;displaylang=en"><img class="size-full wp-image-616" title="Windows System Image Manager" src="http://blog.brianleejackson.com/wp-content/uploads/2009/09/7_sys_2.png" alt="Windows System Image Manager" width="600" /></a><p class="wp-caption-text">Windows System Image Manager</p></div>
<h2>Step #4</h2>
<p>You will now want to browse to the .CLG file in your Windows 7 installation (I am using Windows 7 Enterprise x64 in my example). It is located in the sources folder. See Image below.  <strong>You can select either the .clg file or the install.wim.  Both will have the same result.</strong></p>
<div id="attachment_619" class="wp-caption alignnone" style="width: 587px"><a href="http://www.microsoft.com/DOWNLOADS/details.aspx?familyid=696DD665-9F76-4177-A811-39C26D3B3B34&amp;displaylang=en"><img class="size-full wp-image-619" title="Selecting CLG File - WSIM" src="http://blog.brianleejackson.com/wp-content/uploads/2009/09/7_sys_3.png" alt="Selecting CLG File - WSIM" width="577" height="428" /></a><p class="wp-caption-text">Selecting CLG File - WSIM</p></div>
<h2>Step #5</h2>
<p>Now we need to create a new answer file. Go to the file menu and select “Create New Answer File.” Right after creating one, go ahead and simply go to file menu and select “Save Answer File.” This will give your XML file a name and save location.  I chose to name mine <strong>unattend.xml</strong>. Now you see we have two category folders, Components and Packages. Under the Components folder you see that we have 7 options:</p>
<blockquote><p><strong>-</strong>1 windowsPE<br />
<strong>-</strong>2 offlineServicing<br />
<strong>-</strong>3 generalize<br />
<strong>-</strong>4 specialize<br />
<strong>-</strong>5 auditSystem<br />
<strong>-</strong>6 auditUser<br />
<strong>-</strong>7 oobeSystem</p></blockquote>
<h2>Step #6</h2>
<p>These are very important as these are the steps in which the unattend.xml file is sequenced.<br />
The next part is a little confusing. You are going to add components, from under the “Windows Image” section on the bottom left hand side to the passes on your Answer File. To add a component, you can right click on them and select “add to # pass”. There are many different options you can add, but they have to be done in a certain order and pass otherwise your sysprep might fail. I am simply going to use the one I created as the example.</p>
<div id="attachment_869" class="wp-caption alignnone" style="width: 471px"><a href="http://blog.brianleejackson.com/wp-content/uploads/2010/01/sysprep4.png"><img class="size-full wp-image-869" title="Answer File - Unattend.xml" src="http://blog.brianleejackson.com/wp-content/uploads/2010/01/sysprep4.png" alt="Answer File - Unattend.xml" width="461" height="508" /></a><p class="wp-caption-text">Answer File - Unattend.xml</p></div>
<p>Here is more information about adding options under the passes:</p>
<h3>1 windowsPE</h3>
<blockquote><p>Nothing required in my example.</p></blockquote>
<h3>2 offlineServicing</h3>
<blockquote><p>Nothing required in my example.</p></blockquote>
<h3>3 generalize</h3>
<blockquote><p><em><strong>amd64_Microsoft-Windows-Security-SPP_6.1.7600.16385_neutral</strong></em></p>
<blockquote><p>Set 1 for SkipRearm to allow up to 8 rearms</p></blockquote>
</blockquote>
<h3>4 specialize</h3>
<blockquote><p><strong><em>amd64_Microsoft-Windows-Deployment_6.1.7600.16385_neutral</em></strong><em> </em></p>
<blockquote>
<ol>
<li>
<ol>
<li>
<ol><strong>Order:</strong> 1<br />
<strong>path:</strong> net user administrator /active:yes<br />
<strong>WillReboot:</strong> Never</ol>
</li>
<p>RunSynchronousCommand[Order="1"]</ol>
</li>
<p>RunSynchronous</ol>
</blockquote>
<p><em><strong>amd64_Microsoft-Windows-Security-SPP-UX_6.1.7600.16385_neutral</strong></em></p>
<blockquote><p><strong>SkipAutoActivation</strong>: true</p></blockquote>
<p><em><strong>amd64_Microsoft-Windows-Shell-Setup_6.1.7600.16385_neutral</strong></em></p>
<blockquote><p><strong>Computer Name</strong>: Leave blank (we will deal with this at the end)<br />
<strong>CopyProfile</strong>: true<br />
<strong>Registered Organization</strong>: Microsoft (you must leave this in this section)<br />
<strong>Registered Owner</strong>: AutoBVT (you must leave this in this section)<br />
<strong>ShowWindowsLive</strong>: false<br />
<strong>TimeZone</strong>: Pacific Standard Time</p>
<p>You can delete other sub-header components if you don&#8217;t need them.</p></blockquote>
</blockquote>
<h3>5 auditSystem</h3>
<blockquote><p>Nothing required in my example.</p></blockquote>
<h3>6 auditUser</h3>
<blockquote><p>Nothing required in my example.</p></blockquote>
<h3>7 oobeSystem</h3>
<blockquote><p><strong><em>amd64_Microsoft-Windows-International-Core_6.1.7600.16385_neutral</em></strong><em> </em></p>
<blockquote><p><strong>InputLocale:</strong> en-us<br />
<strong>SystemLocale:</strong> en-us<br />
<strong>UILanguage:</strong> en-us<br />
<strong>UserLocale:</strong> en-us</p></blockquote>
<p><strong><em>amd64_Microsoft-Windows-Shell-Setup_6.1.7600.16385_neutral</em></strong><em> </em></p>
<blockquote><p><strong>RegisteredOrganization</strong>: Your Company Name<br />
<strong>RegisteredOwner</strong>: Your Name</p>
<li><strong><em>AutoLogon</em></strong><em> </em></li>
<ol>
<li>
<ol><strong>Password</strong>: Administrator Password</ol>
</li>
<p><strong>Enabled</strong>: true<br />
<strong>LogonCount</strong>: 5<br />
<strong>Username</strong>: administrator</ol>
<li><strong><em>FirstLogonCommands</em></strong><em> </em></li>
<ol>
<li>
<ol><strong>CommandLine:</strong> cscript //b c:\windows\system32\slmgr.vbs /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX (windows 7 license key)<br />
<strong>Order</strong> 1<br />
<strong>RequiresUserInput:</strong> false</ol>
<ol><strong>CommandLine:</strong> cscript //b c:\windows\system32\slmgr.vbs /ato<br />
<strong>Order</strong> 2<br />
<strong>RequiresUserInput:</strong> false</ol>
</li>
<p>SynchronousCommand[Order="1"]</p>
<p>SynchronousCommand[Order="2"]</ol>
<li><strong><em>OOBE</em></strong></li>
<ol><strong>HideEULAPage:</strong> true<br />
<strong>NetworkLocation:</strong> Home<br />
<strong>ProtectYourPC:</strong> 1</ol>
<li><strong><em>UserAccounts</em></strong></li>
<ol>
<li>
<ol>
<li>
<ol>
<li>
<ol><strong>Password:</strong> Administrator Password</ol>
</li>
<p>Action: AddListItem<br />
<strong>Description:</strong> Local Administrator<br />
<strong>DisplayName:</strong> Administrator<br />
<strong>Group:</strong> Administrators<br />
<strong>Name:</strong> Administrator</ol>
</li>
<p>LocalAccount[Name="Administrator"]</ol>
</li>
<p><strong>AdministratorPassword:</strong> Administrator Password<br />
<strong>LocalAccounts</strong></ol>
</blockquote>
</blockquote>
<p>If you have questions, look at my image above to see full layout of components, it should help.</p>
<h2>Step #7</h2>
<p>K, now go ahead and save your answer file as unattend.xml.</p>
<h2>Step #8</h2>
<p>If you want the sysprep to prompt for a computer name you need to remove a line from your XML file.  Open up your XML file you saved with notepad and remove the following line: <strong></strong></p>
<div id="attachment_908" class="wp-caption alignnone" style="width: 368px"><img class="size-full wp-image-908" title="Unattend.xml Computer Name" src="http://blog.brianleejackson.com/wp-content/uploads/2010/01/sysprep5.png" alt="Unattend.xml Computer Name" width="358" height="110" /><p class="wp-caption-text">Unattend.xml Computer Name</p></div>
<h2><strong><span style="text-decoration: underline;">PART 2 &#8211; IMAGING PROCESS / RUNNING SYSPREP</span></strong></h2>
<h2>Step #9</h2>
<p>Install Windows 7 (Enterprise) from CD or USB flash drive, when you arrive at the welcome screen and it asks you to create a username, hit <acronym>ctrl+shift+f3</acronym>.<br />
<strong>This will reboot your machine and put your windows build in &#8216;audit&#8217; mode.</strong></p>
<h2>Step #10</h2>
<p>On reboot, you&#8217;ll automatically be logged in under the built-in Administrator account. A sysprep GUI box will appear, but <strong>you can close it</strong> and NOW begin to customize your profile.</p>
<h2>Step #11</h2>
<p>Install any software/drivers, make any profile customizations, etc.<br />
<strong>If you need to reboot, the computer will boot you back into the Administrator account. You will be stuck in this audit mode until you run sysprep with the /oobe parameter. After doing so, sysprep will delete/clean up the Administrator account, but if you have </strong>copyprofile=true <strong>in your unattended answer file, it will copy the customized Admin account to the default profile before deleting it.</strong></p>
<h2>Step #12</h2>
<p>On the PC you are going to be running sysprep on, you need to create a folder called <strong>scripts</strong> in this directory: %WINDIR%\Setup\.  Now you are going to create a CMD file within the %WINDIR%\Setup\Scripts directory.  Right click and make a new text file called SetupComplete.txt.  Remove the .txt extension and replace that with .cmd.  You now have a SetupComplete.cmd file which windows will read the first time it boots up from the sysprep.  We need to place a script inside the CMD file.  Edit the cmd file with notepad and insert this line:  <strong>del /Q /F c:\windows\system32\sysprep\unattend.xml</strong>. This script will delete your unattend.xml file after it has been used.  The unattend.xml file is also copied to the C:\Windows\Panther directory, so you will want to add a second line to the CMD file, <strong>del /Q /F c:\windows\panther\unattend.xml</strong>.  If you have passwords or cd keys stored in that xml file you don&#8217;t have to worry about it being left on the computer.</p>
<p><strong>UPDATE AS OF JUNE 16TH: Read my <a href="http://blog.brianleejackson.com/copy-taskbar-icons-windows-7-sysprep">Taskbar Icons Tutorial</a> before continuing.</strong></p>
<h2>Step #13</h2>
<p>Once you have everything configured correctly, Copy or move your unattend.xml file to : C:\windows\system32\sysprep. Now to run sysprep, navigate to that sysprep folder, hold SHIFT and right click and select “Open New Command Windows Here”. Next, input the following commands:</p>
<p><strong>sysprep /generalize /oobe /shutdown /unattend:unattend.xml</strong></p>
<h2>Step #14</h2>
<p>Turn the computer back on and boot to WinPE 3.0 environment (USB stick or CD/DVD).  You can use my <a href="http://blog.brianleejackson.com/winpe-3-0-boot-environment-scripts">BrianLeeJackson WinPE3.0 BootLoader</a> to boot up from USB or CD and capture your image.  Capture image and save image to network location.<br />
<strong>A Dell 960 or GX755 is a good standard for capturing when you want a generic image for use with multiple systems.    Might require injecting additional drivers for 3rd party brands, HP, etc.  Most should work though right out of the box.</strong></p>
<h2>Step #15</h2>
<p>On reboot, Windows will run out of the box, as the /oobe is intended. As long as you put your cd key into the unattend.xml file, windows will be activated automatically in the background, you will be automatically logged into the administrator account, and the unattend.xml file is deleted.  You are now ready to use the computer or join it to the domain.  Enjoy!</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  href="http://twitter.com/home?status=Sysprep%20a%20Windows%207%20Machine%20%E2%80%93%20Start%20to%20Finish%20V2%20-%20http%3A%2F%2Fblog.brianleejackson.com%2Fsysprep-a-windows-7-machine-%25e2%2580%2593-start-to-finish-v2" title="Twitter"><img src="http://blog.brianleejackson.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.brianleejackson.com%2Fsysprep-a-windows-7-machine-%25e2%2580%2593-start-to-finish-v2&amp;t=Sysprep%20a%20Windows%207%20Machine%20%E2%80%93%20Start%20to%20Finish%20V2" title="Facebook"><img src="http://blog.brianleejackson.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.brianleejackson.com%2Fsysprep-a-windows-7-machine-%25e2%2580%2593-start-to-finish-v2&amp;title=Sysprep%20a%20Windows%207%20Machine%20%E2%80%93%20Start%20to%20Finish%20V2&amp;bodytext=SPREAD%20THE%20WORD%2C%20TOGETHER%20WE%20HAVE%20CONQUERED%20SYSPREP%20%3A%29%0D%0A%20%0D%0A%0D%0AThis%20is%20version%202%20of%20a%20step%20by%20step%20guide%20on%20Sysprepping%20a%20Windows%207%20machine%20from%20start%20to%20finish.%20I%20cannot%20take%20full%20credit%20on%20this%20because%20my%20first%20article%20had%20so%20many%20helpful%20comments%20an" title="Digg"><img src="http://blog.brianleejackson.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fblog.brianleejackson.com%2Fsysprep-a-windows-7-machine-%25e2%2580%2593-start-to-finish-v2&amp;title=Sysprep%20a%20Windows%207%20Machine%20%E2%80%93%20Start%20to%20Finish%20V2&amp;notes=SPREAD%20THE%20WORD%2C%20TOGETHER%20WE%20HAVE%20CONQUERED%20SYSPREP%20%3A%29%0D%0A%20%0D%0A%0D%0AThis%20is%20version%202%20of%20a%20step%20by%20step%20guide%20on%20Sysprepping%20a%20Windows%207%20machine%20from%20start%20to%20finish.%20I%20cannot%20take%20full%20credit%20on%20this%20because%20my%20first%20article%20had%20so%20many%20helpful%20comments%20an" title="del.icio.us"><img src="http://blog.brianleejackson.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fblog.brianleejackson.com%2Fsysprep-a-windows-7-machine-%25e2%2580%2593-start-to-finish-v2" title="Technorati"><img src="http://blog.brianleejackson.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.brianleejackson.com%2Fsysprep-a-windows-7-machine-%25e2%2580%2593-start-to-finish-v2&amp;title=Sysprep%20a%20Windows%207%20Machine%20%E2%80%93%20Start%20to%20Finish%20V2" title="StumbleUpon"><img src="http://blog.brianleejackson.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.brianleejackson.com%2Fsysprep-a-windows-7-machine-%25e2%2580%2593-start-to-finish-v2&amp;title=Sysprep%20a%20Windows%207%20Machine%20%E2%80%93%20Start%20to%20Finish%20V2&amp;annotation=SPREAD%20THE%20WORD%2C%20TOGETHER%20WE%20HAVE%20CONQUERED%20SYSPREP%20%3A%29%0D%0A%20%0D%0A%0D%0AThis%20is%20version%202%20of%20a%20step%20by%20step%20guide%20on%20Sysprepping%20a%20Windows%207%20machine%20from%20start%20to%20finish.%20I%20cannot%20take%20full%20credit%20on%20this%20because%20my%20first%20article%20had%20so%20many%20helpful%20comments%20an" title="Google Bookmarks"><img src="http://blog.brianleejackson.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.brianleejackson.com/sysprep-a-windows-7-machine-%e2%80%93-start-to-finish-v2/feed</wfw:commentRss>
		<slash:comments>328</slash:comments>
		</item>
		<item>
		<title>New WinPE 3.0 Scripts + Driver Packages Update</title>
		<link>http://blog.brianleejackson.com/new-winpe-3-0-scripts-driver-packages-update</link>
		<comments>http://blog.brianleejackson.com/new-winpe-3-0-scripts-driver-packages-update#comments</comments>
		<pubDate>Wed, 11 Nov 2009 10:08:53 +0000</pubDate>
		<dc:creator>Brian Jackson</dc:creator>
				<category><![CDATA[WinPE 3.0]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.brianleejackson.com/?p=789</guid>
		<description><![CDATA[I just updated my WinPE 3.0 boot environment scripts. They are completley free to download. You can either click on the green button on the right hand side or visit this link http://blog.brianleejackson.com/winpe-3-0-boot-environment-scripts. CHANGES/UPDATES AS OF NOVEMBER 12, 2009 Added new Windows 7 winpe.bmp wallpaper for WinPE 3.0 Boot Environment, both x32 and x64. Added [...]]]></description>
			<content:encoded><![CDATA[<p>I just updated my WinPE 3.0 boot environment scripts.  They are completley free to download.  You can either click on the green button on the right hand side or visit this link <a href="http://blog.brianleejackson.com/winpe-3-0-boot-environment-scripts">http://blog.brianleejackson.com/winpe-3-0-boot-environment-scripts</a>.</p>
<p><strong>CHANGES/UPDATES AS OF NOVEMBER 12, 2009</strong></p>
<ul>
<li>Added new Windows 7 winpe.bmp wallpaper for WinPE 3.0 Boot Environment, both x32 and x64.</li>
<li>Added new drivers for WinPE 3.0 environment including some netbooks and HP eCopy machines, x32.</li>
<li>Added the newest stable version of GimageX v2.0.17, x32 and x64.</li>
<li>Removed GHOST from packages, x32 and x64.</li>
</ul>
<p>Also, if you have enjoyed my site or gotten useful information from it; even if I saved you an hour from compiling different information then I have accomplished my goal.  However, I am now getting 10-20 emails per day asking questions about sysprepping, Windows 7 deployment, etc.  It is getting hard to keep up.  And with this increase in traffic comes an increase in bandwidth.  If I have helped you in any way please feel free to donate any amount on the right hand side so I can keep this blog going.  I have some great new tutorials planned as I jump deep into the <a href="http://www.flexerasoftware.com/company/newscenter/pressreleases/press-releases_10720.htm">Acresso&#8217;s AdminStudio 9.5 Repackager for Windows 7 x64</a>.</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  href="http://twitter.com/home?status=New%20WinPE%203.0%20Scripts%20%2B%20Driver%20Packages%20Update%20-%20http%3A%2F%2Fblog.brianleejackson.com%2Fnew-winpe-3-0-scripts-driver-packages-update" title="Twitter"><img src="http://blog.brianleejackson.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.brianleejackson.com%2Fnew-winpe-3-0-scripts-driver-packages-update&amp;t=New%20WinPE%203.0%20Scripts%20%2B%20Driver%20Packages%20Update" title="Facebook"><img src="http://blog.brianleejackson.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.brianleejackson.com%2Fnew-winpe-3-0-scripts-driver-packages-update&amp;title=New%20WinPE%203.0%20Scripts%20%2B%20Driver%20Packages%20Update&amp;bodytext=I%20just%20updated%20my%20WinPE%203.0%20boot%20environment%20scripts.%20%20They%20are%20completley%20free%20to%20download.%20%20You%20can%20either%20click%20on%20the%20green%20button%20on%20the%20right%20hand%20side%20or%20visit%20this%20link%20http%3A%2F%2Fblog.brianleejackson.com%2Fwinpe-3-0-boot-environment-scripts.%0D%0A%0D%0ACH" title="Digg"><img src="http://blog.brianleejackson.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fblog.brianleejackson.com%2Fnew-winpe-3-0-scripts-driver-packages-update&amp;title=New%20WinPE%203.0%20Scripts%20%2B%20Driver%20Packages%20Update&amp;notes=I%20just%20updated%20my%20WinPE%203.0%20boot%20environment%20scripts.%20%20They%20are%20completley%20free%20to%20download.%20%20You%20can%20either%20click%20on%20the%20green%20button%20on%20the%20right%20hand%20side%20or%20visit%20this%20link%20http%3A%2F%2Fblog.brianleejackson.com%2Fwinpe-3-0-boot-environment-scripts.%0D%0A%0D%0ACH" title="del.icio.us"><img src="http://blog.brianleejackson.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fblog.brianleejackson.com%2Fnew-winpe-3-0-scripts-driver-packages-update" title="Technorati"><img src="http://blog.brianleejackson.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.brianleejackson.com%2Fnew-winpe-3-0-scripts-driver-packages-update&amp;title=New%20WinPE%203.0%20Scripts%20%2B%20Driver%20Packages%20Update" title="StumbleUpon"><img src="http://blog.brianleejackson.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.brianleejackson.com%2Fnew-winpe-3-0-scripts-driver-packages-update&amp;title=New%20WinPE%203.0%20Scripts%20%2B%20Driver%20Packages%20Update&amp;annotation=I%20just%20updated%20my%20WinPE%203.0%20boot%20environment%20scripts.%20%20They%20are%20completley%20free%20to%20download.%20%20You%20can%20either%20click%20on%20the%20green%20button%20on%20the%20right%20hand%20side%20or%20visit%20this%20link%20http%3A%2F%2Fblog.brianleejackson.com%2Fwinpe-3-0-boot-environment-scripts.%0D%0A%0D%0ACH" title="Google Bookmarks"><img src="http://blog.brianleejackson.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.brianleejackson.com/new-winpe-3-0-scripts-driver-packages-update/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Formatting WinPE 3.0 USB Flash Drive &#8211; (DISM)</title>
		<link>http://blog.brianleejackson.com/formatting-winpe-3-0-usb-flash-drive-dism</link>
		<comments>http://blog.brianleejackson.com/formatting-winpe-3-0-usb-flash-drive-dism#comments</comments>
		<pubDate>Sat, 20 Jun 2009 06:47:48 +0000</pubDate>
		<dc:creator>Brian Jackson</dc:creator>
				<category><![CDATA[Twitter]]></category>
		<category><![CDATA[WinPE 3.0]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista SP1]]></category>
		<category><![CDATA[Windows XP SP3]]></category>
		<category><![CDATA[GimageX]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.brianleejackson.com/?p=262</guid>
		<description><![CDATA[In my previous article I wrote about how to create the WinPE 3.0 environment, add drivers, mount the .WIM file, add batch scripts, etc. Here are the steps for creating the bootable flash drive. Step #1 Open up Command Prompt You can do the first step within a normal command prompt window or within the [...]]]></description>
			<content:encoded><![CDATA[<p>In my previous article I wrote about how to create the WinPE 3.0 environment, add drivers, mount the .WIM file, add batch scripts, etc.  Here are the steps for creating the bootable flash drive.</p>
<h2>Step #1</h2>
<blockquote><p>Open up Command Prompt</p></blockquote>
<p>You can do the first step within a normal command prompt window or within the WAIK Deployment Tools Command Prompt Window.</p>
<h2>Step #2</h2>
<blockquote><p>Diskpart</p></blockquote>
<p>This launches the DiskPart program which is included within Windows Vista x32, x64 and Windows 7 x32, x64.</p>
<h2>Step #3</h2>
<blockquote><p>List Disk</p></blockquote>
<p>Before you do anything you will want to see which disk is which on your computer.</p>
<h2>Step #4</h2>
<blockquote><p>select disk 1</p></blockquote>
<p>You will want to pick the corresponding disk in which you want to use for your bootable flash drive.  Careful, because this will completely erase the disk you select.</p>
<h2>Step #5</h2>
<blockquote><p>clean</p></blockquote>
<p>This cleans up your disk.</p>
<h2>Step #6</h2>
<blockquote><p>create partition primary</p></blockquote>
<p>This creates the partition on your flash drive.</p>
<h2>Step #7</h2>
<blockquote><p>select partition 1</p></blockquote>
<p>This selects the partition you just created in Step #6.</p>
<h2>Step #8</h2>
<blockquote><p>active</p></blockquote>
<p>This marks the select partition as active.</p>
<h2>Step #9</h2>
<blockquote><p>format fs=fat32 <strong>quick</strong></p></blockquote>
<p>This will format your flash drive in FAT32 format. Make sure you use the quick command otherwise it will do a standard format and will take a while.  For bootable flash drives the quick format will always be fine.</p>
<h2>Step #10</h2>
<blockquote><p>assign</p></blockquote>
<p>This will assign the next available drive letter to your flash drive.  (You can also specify which drive letter you would like it to be assigned)</p>
<h2>Step #11</h2>
<blockquote><p>exit</p></blockquote>
<p>This exits DiskPart.</p>
<h2>Step #12</h2>
<blockquote><p>exit</p></blockquote>
<p>This exits CMD.</p>
<h2>Step #13</h2>
<p>Then just copy the contents of the &#8220;c:\winpe_x86\ISO\&#8221; folder in which you have your WinPE 3.0 environment created in the previous article and you are ready to boot up on a flash drive to WinPE 3.0.  Enjoy!</p>
<p>Here are the commands all together:</p>
<blockquote><p>Diskpart<br />
list disk [See which drive is which]<br />
select disk 1 [corresponding to disk on your computer]<br />
clean<br />
create partition primary<br />
select partition 1<br />
active<br />
format fs=fat32 quick<br />
assign<br />
exit<br />
exit</p></blockquote>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  href="http://twitter.com/home?status=Formatting%20WinPE%203.0%20USB%20Flash%20Drive%20-%20%28DISM%29%20-%20http%3A%2F%2Fblog.brianleejackson.com%2Fformatting-winpe-3-0-usb-flash-drive-dism" title="Twitter"><img src="http://blog.brianleejackson.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.brianleejackson.com%2Fformatting-winpe-3-0-usb-flash-drive-dism&amp;t=Formatting%20WinPE%203.0%20USB%20Flash%20Drive%20-%20%28DISM%29" title="Facebook"><img src="http://blog.brianleejackson.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.brianleejackson.com%2Fformatting-winpe-3-0-usb-flash-drive-dism&amp;title=Formatting%20WinPE%203.0%20USB%20Flash%20Drive%20-%20%28DISM%29&amp;bodytext=In%20my%20previous%20article%20I%20wrote%20about%20how%20to%20create%20the%20WinPE%203.0%20environment%2C%20add%20drivers%2C%20mount%20the%20.WIM%20file%2C%20add%20batch%20scripts%2C%20etc.%20%20Here%20are%20the%20steps%20for%20creating%20the%20bootable%20flash%20drive.%0D%0A%0D%0AStep%20%231%0D%0AOpen%20up%20Command%20Prompt%0D%0AYou%20can%20do%20the%20firs" title="Digg"><img src="http://blog.brianleejackson.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fblog.brianleejackson.com%2Fformatting-winpe-3-0-usb-flash-drive-dism&amp;title=Formatting%20WinPE%203.0%20USB%20Flash%20Drive%20-%20%28DISM%29&amp;notes=In%20my%20previous%20article%20I%20wrote%20about%20how%20to%20create%20the%20WinPE%203.0%20environment%2C%20add%20drivers%2C%20mount%20the%20.WIM%20file%2C%20add%20batch%20scripts%2C%20etc.%20%20Here%20are%20the%20steps%20for%20creating%20the%20bootable%20flash%20drive.%0D%0A%0D%0AStep%20%231%0D%0AOpen%20up%20Command%20Prompt%0D%0AYou%20can%20do%20the%20firs" title="del.icio.us"><img src="http://blog.brianleejackson.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fblog.brianleejackson.com%2Fformatting-winpe-3-0-usb-flash-drive-dism" title="Technorati"><img src="http://blog.brianleejackson.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.brianleejackson.com%2Fformatting-winpe-3-0-usb-flash-drive-dism&amp;title=Formatting%20WinPE%203.0%20USB%20Flash%20Drive%20-%20%28DISM%29" title="StumbleUpon"><img src="http://blog.brianleejackson.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fblog.brianleejackson.com%2Fformatting-winpe-3-0-usb-flash-drive-dism&amp;title=Formatting%20WinPE%203.0%20USB%20Flash%20Drive%20-%20%28DISM%29&amp;annotation=In%20my%20previous%20article%20I%20wrote%20about%20how%20to%20create%20the%20WinPE%203.0%20environment%2C%20add%20drivers%2C%20mount%20the%20.WIM%20file%2C%20add%20batch%20scripts%2C%20etc.%20%20Here%20are%20the%20steps%20for%20creating%20the%20bootable%20flash%20drive.%0D%0A%0D%0AStep%20%231%0D%0AOpen%20up%20Command%20Prompt%0D%0AYou%20can%20do%20the%20firs" title="Google Bookmarks"><img src="http://blog.brianleejackson.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.brianleejackson.com/formatting-winpe-3-0-usb-flash-drive-dism/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
