<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">Vista knowledge from the OEM team and others...</title><subtitle type="html" /><id>http://blogs.msdn.com/b/windowsvistanow/atom.aspx</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/windowsvistanow/" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/b/windowsvistanow/atom.aspx" /><generator uri="http://telligent.com" version="5.6.50428.7875">Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><updated>2009-04-22T17:34:00Z</updated><entry><title>BCDEdit and debug setup</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/windowsvistanow/archive/2009/07/28/bcdedit-and-debug-setup.aspx" /><id>http://blogs.msdn.com/b/windowsvistanow/archive/2009/07/28/bcdedit-and-debug-setup.aspx</id><published>2009-07-28T20:26:00Z</published><updated>2009-07-28T20:26:00Z</updated><content type="html">&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;This blog is a short guide to provide some basic info regarding Boot Configuration Data Editor (BCDEdit), and present a collection of useful links where more detail is available. &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;Boot Configuration Data (BCD) provides a store that is used to describe boot applications and their settings. These objects and elements effectively replace Boot.ini. The data in the store is managed via command line using Bcdedit.exe (or using WMI Classes), or by using any one of several third party BCDEdit GUI tools available online. When Windows is not loaded and GUI programs are not possible, only command line bcdedit.exe is available through WinPE.&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;The following site shows Boot.ini parameters and their corresponding BCDEdit options:&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/aa906217.aspx" mce_href="http://msdn.microsoft.com/en-us/library/aa906217.aspx"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 12pt"&gt;http://msdn.microsoft.com/en-us/library/aa906217.aspx&lt;/SPAN&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;If you have problems starting Windows and you need to turn on debugging during boot, use the &lt;B style="mso-bidi-font-weight: normal"&gt;/bootdebug&lt;/B&gt; switch. &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;Follow the instructions here: &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/ee220364.aspx" mce_href="http://msdn.microsoft.com/en-us/library/ee220364.aspx"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 12pt"&gt;http://msdn.microsoft.com/en-us/library/ee220364.aspx&lt;/SPAN&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;(Be aware that you will have to include complete path for “bcdedit.exe” in your command as it doesn’t know where it is coming from.)&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;To set (or display the current) global debugger settings (&lt;B style="mso-bidi-font-weight: normal"&gt;/dbgsettings&lt;/B&gt;), use the following instructions:&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/aa906219.aspx" mce_href="http://msdn.microsoft.com/en-us/library/aa906219.aspx"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 12pt"&gt;http://msdn.microsoft.com/en-us/library/aa906219.aspx&lt;/SPAN&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;To enable or disable kernel debugging, use the &lt;B style="mso-bidi-font-weight: normal"&gt;/debug&lt;/B&gt; switch. (&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/aa906217.aspx" mce_href="http://msdn.microsoft.com/en-us/library/aa906217.aspx"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 12pt"&gt;http://msdn.microsoft.com/en-us/library/aa906217.aspx&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;)&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;When you have test-signed code you must enable or disable &lt;B style="mso-bidi-font-weight: normal"&gt;test signing&lt;/B&gt; according to your needs. Use:&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/aa906238.aspx" mce_href="http://msdn.microsoft.com/en-us/library/aa906238.aspx"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 12pt"&gt;http://msdn.microsoft.com/en-us/library/aa906238.aspx&lt;/SPAN&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;To Enable or Disable Emergency Management Services (&lt;B style="mso-bidi-font-weight: normal"&gt;EMS&lt;/B&gt;) or to change its settings use: &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/aa906213.aspx" mce_href="http://msdn.microsoft.com/en-us/library/aa906213.aspx"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 12pt"&gt;http://msdn.microsoft.com/en-us/library/aa906213.aspx&lt;/SPAN&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/aa906209.aspx" mce_href="http://msdn.microsoft.com/en-us/library/aa906209.aspx"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 12pt"&gt;http://msdn.microsoft.com/en-us/library/aa906209.aspx&lt;/SPAN&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;To configure specific boot entry elements such as kernel debugger settings, data execution protection (DEP) and processor address extension (PAE), and to load alternate hardware abstraction layer (HAL) and kernel files, use the /set parameter. Read more about it below:&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/aa906211.aspx" mce_href="http://msdn.microsoft.com/en-us/library/aa906211.aspx"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 12pt"&gt;http://msdn.microsoft.com/en-us/library/aa906211.aspx&lt;/SPAN&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;To setup the target system for Debugging, launch an elevated command prompt and use one of the following commands:&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;FONT size=3&gt;·&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 7pt; mso-fareast-font-family: Symbol"&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;bcdedit /dbgsettings 1394 channel:1&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;FONT size=3&gt;·&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 7pt; mso-fareast-font-family: Symbol"&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;bcdedit /dbgsettings USB targetname:usbdbg &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;FONT size=3&gt;·&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 7pt; mso-fareast-font-family: Symbol"&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;bcdedit /dbgsettings serial debugport:2&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;Following is some useful BCD commands run in an elevated command prompt:&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;FONT size=3&gt;·&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 7pt; mso-fareast-font-family: Symbol"&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; COLOR: #1f497d; FONT-SIZE: 11pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;FONT color=#000000&gt;bcdedit /enum all &lt;/FONT&gt;&lt;/SPAN&gt;(verify if the debugger settings is configured correctly)&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;FONT size=3&gt;·&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 7pt; mso-fareast-font-family: Symbol"&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;bcdedit /copy {current} /d DebugEntry &lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;(if the command succeeds, BCDEdit displays a message with a GUID.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Copy the GUID for further usage.)&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;FONT size=3&gt;·&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 7pt; mso-fareast-font-family: Symbol"&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;bcdedit /displayorder {current} {GUID}&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;FONT size=3&gt;·&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 7pt; mso-fareast-font-family: Symbol"&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;bcdedit (verify the GUID entry is configured to display in Windows Boot Manager correctly)&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;FONT size=3&gt;·&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 7pt; mso-fareast-font-family: Symbol"&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;bcdedit /debug {GUID} ON&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;To setup USB debugging&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;, you need to start with specific USB debug cables that have been tested and are supported&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;Identify which USB port is the first port in a USB EHCI controller following the steps below:&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;&lt;FONT size=3&gt;1.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 7pt"&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;Run USBview.exe on target system &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;&lt;FONT size=3&gt;2.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 7pt"&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;Plug in a USB flash drive to various USB ports and keep refreshing the display until it shows up as plugged in to port 1&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;&lt;FONT size=3&gt;3.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 7pt"&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;Once you find which external USB port is Port 1, launch device manager to find the corresponding USB (or USB2) Host Controller under “Universal Serial Bus controllers”.&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;&lt;FONT size=3&gt;4.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 7pt"&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;Check the device properties, General tab and look at “Location:” get the PCI device bus, device and function number (such as PCI bus 0, device 29, function7)&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;&lt;FONT size=3&gt;5.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 7pt"&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;For Windows Vista enter the Hex value such as below:&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt 0.5in" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;Bcdedit /set loadoptions busparams= 0.1d.7&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;(which is saying bus 0, device 29, function7 in Hex)&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;&lt;FONT size=3&gt;6.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 7pt"&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;For Windows 7 enter the Decimal value such as below:&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt 0.5in" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;Bcdedit /set loadoptions busparams= 0.29.7&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;(which is saying bus 0, device 29, function7 in Dec)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt 0.5in" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;You might have to enter BIOS and disable legacy USB, however be aware that your USB mouse and keyboard may not function while Legacy USB is disabled.&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNoSpacing&gt;&lt;FONT size=3&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;To setup 1394 and Com port debugging&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-FAMILY: 'Calibri','sans-serif'"&gt;, you can launch msconfig and select the Advanced option in Boot tab. There you can select “Debug” to enable the Global debug settings.&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Arial','sans-serif'; FONT-SIZE: 10pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9851204" width="1" height="1"&gt;</content><author><name>epsoemse</name><uri>http://blogs.msdn.com/epsoemse/ProfileUrlRedirect.ashx</uri></author><category term="Windows Vista" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/Windows+Vista/" /><category term="boot options" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/boot+options/" /><category term="bcdedit" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/bcdedit/" /><category term="Debug" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/Debug/" /><category term="how to" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/how+to/" /><category term="Farhad" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/Farhad/" /><category term="Windows 7" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/Windows+7/" /></entry><entry><title>Latest Storage Driver Versions...</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/windowsvistanow/archive/2009/07/15/latest-storage-driver-versions.aspx" /><id>http://blogs.msdn.com/b/windowsvistanow/archive/2009/07/15/latest-storage-driver-versions.aspx</id><published>2009-07-15T17:00:00Z</published><updated>2009-07-15T17:00:00Z</updated><content type="html">&lt;FONT size=2 face=Calibri&gt;
&lt;P mce_keep="true"&gt;Please note this post was last updated&amp;nbsp;July 15th, 2009.&lt;/P&gt;
&lt;P mce_keep="true"&gt;Here on the OEM team, we are often asked storage-related questions about the latest versions of Storport.sys, the iSCSI Initiator, and MPIO.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;For easy reference, below are the latest available versions of Storport.sys, MPIO, and the iSCSI Initiator as of 7/15/2009.&amp;nbsp; Both GDR branch fixes available directly from the Microsoft Download Center and LDR branch fixes available from Microsoft Support are listed.&lt;/P&gt;
&lt;P&gt;Please note that all updates are cumulative within the same branch, so though the below updates may not resolve a problem you are seeing, a previous fix may resolve your problem.&amp;nbsp; Look for more details on GDR fixes versus LDR fixes in David's post from 3/11/08: "What is the difference between general distribution and limited distribution releases?"&lt;/P&gt;
&lt;P&gt;Please contact your storage vendor to discuss whether you should upgrade to the latest available Storport.sys, vendor-specific MPIO DSM, HBA drivers, etc.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Storport.sys&lt;/B&gt;&lt;B&gt;&lt;BR&gt;&lt;/B&gt;&lt;I&gt;Server 2003 SP2&lt;/I&gt;&lt;I&gt;&lt;BR&gt;&lt;/I&gt;Latest version of Storport.sys available directly from the Microsoft Download Center:&lt;BR&gt;KB 943295 - &lt;A href="http://support.microsoft.com/kb/943295" target=_blank mce_href="http://support.microsoft.com/kb/943295"&gt;http://support.microsoft.com/kb/943295&lt;/A&gt;&lt;BR&gt;Build 5.2.3790.4163 (October 2007)&lt;/P&gt;
&lt;P&gt;Latest version of Storport.sys available from Microsoft Support:&lt;BR&gt;KB 957910 - &lt;A href="http://support.microsoft.com/kb/957910" target=_blank mce_href="http://support.microsoft.com/kb/957910"&gt;http://support.microsoft.com/kb/957910&lt;/A&gt;&lt;BR&gt;Build 5.2.3790.4485 (March 2009)&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 10pt; mso-ansi-language: EN" lang=EN&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;S&gt;&lt;SPAN style="FONT-SIZE: 10pt; mso-ansi-language: EN" lang=EN&gt;&lt;o:p&gt;&lt;SPAN style="TEXT-DECORATION: none"&gt;&lt;/SPAN&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/S&gt;&lt;/P&gt;&lt;EM&gt;&lt;SPAN style="FONT-SIZE: 10pt; mso-ansi-language: EN" lang=EN&gt;Vista and Server 2008 SP1+&lt;/SPAN&gt;&lt;S&gt;&lt;SPAN style="FONT-SIZE: 10pt; mso-ansi-language: EN" lang=EN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/S&gt;&lt;/EM&gt; 
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 10pt; mso-ansi-language: EN" lang=EN&gt;Latest version of Storport.sys available from Microsoft Support:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 10pt; mso-ansi-language: EN" lang=EN&gt;KB &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: 'Verdana','sans-serif'; FONT-SIZE: 8.5pt"&gt;968675 - &lt;A href="http://support.microsoft.com/kb/968675" target=_blank mce_href="http://support.microsoft.com/kb/968675"&gt;http://support.microsoft.com/kb/968675&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 10pt; mso-ansi-language: EN" lang=EN&gt;Build 6.0.6001.22425 SP1 (May 2009)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="FONT-SIZE: 10pt; mso-ansi-language: EN" lang=EN&gt;Build 6.0.6002.22128 SP2 (May 2009)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;iSCSI Initiator&lt;/B&gt;&lt;B&gt;&lt;BR&gt;&lt;/B&gt;&lt;I&gt;XP and Server 2003&lt;/I&gt;&lt;I&gt;&lt;BR&gt;&lt;/I&gt;Latest version is 2.08 (December 2008):&lt;BR&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=12cb3c1a-15d6-4585-b385-befd1319f825&amp;amp;DisplayLang=en" target=_blank mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=12cb3c1a-15d6-4585-b385-befd1319f825&amp;amp;DisplayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=12cb3c1a-15d6-4585-b385-befd1319f825&amp;amp;DisplayLang=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Fixes for the following issues are included in this version:&lt;/P&gt;
&lt;OL type=1&gt;
&lt;LI&gt;Fixed an issue where a rejected command may not be retried after the Initiator receives a REJECT PDU.&lt;/LI&gt;
&lt;LI&gt;Fixed a deadlock that may occur when shutting down the MS iSCSI software Initiator adapter.&lt;/LI&gt;
&lt;LI&gt;Fixed an invalid memory error that may occur when there are persistent targets configured in an IA-64 system.&lt;/LI&gt;
&lt;LI&gt;Fixed an issue where the iSCSI DSM may not recover failed paths.&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;&lt;B&gt;MPIO&lt;/B&gt;&lt;B&gt;&lt;BR&gt;&lt;/B&gt;&lt;EM&gt;XP and Server 2003&lt;BR&gt;&lt;/EM&gt;Latest version is 1.22 (December 2008)&lt;BR&gt;Included with iSCSI Initiator 2.08&lt;/P&gt;
&lt;P&gt;Fixes for the following issues are included in this version:&lt;/P&gt;
&lt;OL type=1&gt;
&lt;LI&gt;Fixed a system hang on uniprocessor systems that may occur when handling device arrival/removal.&lt;/LI&gt;
&lt;LI&gt;Fixed a system hang in certain cases when handling throttling.&lt;/LI&gt;
&lt;LI&gt;Fixed a memory leak when handling reserve/release in a cluster.&lt;/LI&gt;
&lt;LI&gt;Updated install sample to use DSM to enable optional MPIO features.&lt;/LI&gt;
&lt;LI&gt;Fix to make path recovery interval customizable.&lt;/LI&gt;&lt;/OL&gt;&lt;/FONT&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8109160" width="1" height="1"&gt;</content><author><name>coreygo</name><uri>http://blogs.msdn.com/EPSOEMFT/ProfileUrlRedirect.ashx</uri></author><category term="Storage" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/Storage/" /><category term="storport" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/storport/" /><category term="iscsi" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/iscsi/" /><category term="MPIO" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/MPIO/" /><category term="msdsm" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/msdsm/" /><category term="installation" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/installation/" /><category term="iscsiprt" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/iscsiprt/" /><category term="msiscsi" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/msiscsi/" /><category term="driver" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/driver/" /><category term="Doug Iman" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/Doug+Iman/" /></entry><entry><title>Sterilizing a hard drive with diskpart.exe</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/windowsvistanow/archive/2009/06/24/sterilizing-a-hard-drive.aspx" /><id>http://blogs.msdn.com/b/windowsvistanow/archive/2009/06/24/sterilizing-a-hard-drive.aspx</id><published>2009-06-24T21:21:00Z</published><updated>2009-06-24T21:21:00Z</updated><content type="html">&lt;P&gt;Sometimes you need to ensure that a hard drive is completely sterilized (erased) and that all data is actually removed.&lt;/P&gt;
&lt;P&gt;So to securely wipe (zero-out) a drive, boot the system with a WinPE boot CD/Flash or boot floppy (Windows 98) that has a copy of the diskpart.exe utility on it.&lt;/P&gt;
&lt;P&gt;Run the following commands in an elevated command prompt (assuming that the drive to be wiped, in this case, is&amp;nbsp;disk 0.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;DISKPART &lt;BR&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;EM&gt;Select disk 0&lt;BR&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;EM&gt;clean all&lt;BR&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;EM&gt;exit&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Note: The time that passes between steps 3 and 4 is dependent on many factors including the&amp;nbsp;hardware of the system, drive speed, and your patience level.&amp;nbsp; Eventually it will return to the diskpart prompt and you can exit out.&lt;/P&gt;
&lt;P&gt;Running a MD5 hash against the drive and getting a 0 checksum will&amp;nbsp;confirm that the drive has been wiped.&lt;/P&gt;
&lt;P mce_keep="true"&gt;Dave&amp;nbsp;Bowman&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9801870" width="1" height="1"&gt;</content><author><name>epsoemse</name><uri>http://blogs.msdn.com/epsoemse/ProfileUrlRedirect.ashx</uri></author><category term="security wipe diskpart" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/security+wipe+diskpart/" /></entry><entry><title>Windows Home Server Add-Ins</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/windowsvistanow/archive/2009/06/23/windows-home-server-add-ins.aspx" /><id>http://blogs.msdn.com/b/windowsvistanow/archive/2009/06/23/windows-home-server-add-ins.aspx</id><published>2009-06-23T21:35:00Z</published><updated>2009-06-23T21:35:00Z</updated><content type="html">&lt;P mce_keep="true"&gt;Windows Home Server has quickly become a mainstay tool in your electronic home as storage for your data and for automatic backup of up to 10 of your home computers. While the server is built to do what it was designed for very efficiently, people are looking for things to improve, and to enhance the experience they have with the WHS. As such a growing list of Add-Ins are being created regularly, some free and some for little cost, that help people customize and enhance the functionality, and the user interface of WHS, or for remote connectivity, reporting, etc.&lt;/P&gt;
&lt;P&gt;Below is a list of several tools used by some Microsoft engineers at home. Near the bottom of this blog there are links for even more on the web.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.asciiexpress.com/webguide/homeserver.aspx" mce_href="http://www.asciiexpress.com/webguide/homeserver.aspx"&gt;http://www.asciiexpress.com/webguide/homeserver.aspx&lt;/A&gt;&amp;nbsp;(Webguide for WHS enables you to remotely access, listen, watch and stream your music, Photos and videos stored on your home server while away from home)&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.asoft.be/index.html" mce_href="http://www.asoft.be/index.html"&gt;http://www.asoft.be/index.html&lt;/A&gt; (AutoExit allows you to shut down, sleep or hibernate your machines over WHS network. If your machines are WOL capable, you can also boot up your machines remotely)&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.whsplus.com/2009/05/24/advanced-admin-console/" mce_href="http://www.whsplus.com/2009/05/24/advanced-admin-console/"&gt;http://www.whsplus.com/2009/05/24/advanced-admin-console/&lt;/A&gt; (Advanced Admin extends your administrative console to include access to various parts of your home server's administrative controls from within WHS console.) &lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.digitalarchound.com/" mce_href="http://www.digitalarchound.com/"&gt;http://www.digitalarchound.com/&lt;/A&gt; (Not a freebie, but an excellent add-in for scanning &amp;amp; archiving docs)&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;A href="http://www.whsplus.com/2009/04/13/whiist/" mce_href="http://www.whsplus.com/2009/04/13/whiist/"&gt;http://www.whsplus.com/2009/04/13/whiist/&lt;/A&gt;&amp;nbsp; (Whiist is a Windows Home Server Add-In that allows you to create and manage web content on your Windows Home Server.)&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;A href="http://www.whsplus.com/2009/04/06/windows-home-server-disk-management/" mce_href="http://www.whsplus.com/2009/04/06/windows-home-server-disk-management/"&gt;http://www.whsplus.com/2009/04/06/windows-home-server-disk-management/&lt;/A&gt; (more detail about server's storage status than what the standard WHS Server Storage interface provides)&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;A href="http://www.whsplus.com/2009/04/21/whs-bdbb/" mce_href="http://www.whsplus.com/2009/04/21/whs-bdbb/"&gt;http://www.whsplus.com/2009/04/21/whs-bdbb/&lt;/A&gt;&amp;nbsp; (Windows Home Server Backup Database Backup)&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;A href="http://www.mymovies.dk/" mce_href="http://www.mymovies.dk/"&gt;http://www.mymovies.dk/&lt;/A&gt; (With My Movies you are able to index your movies with automatically downloaded data from the My Movies WebService, and then browse movies, actors, directors and much more)&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;A href="http://www.hack7mc.com/2009/03/media-browser-beta-11-new-vanilla-theme.html" mce_href="http://www.hack7mc.com/2009/03/media-browser-beta-11-new-vanilla-theme.html"&gt;http://www.hack7mc.com/2009/03/media-browser-beta-11-new-vanilla-theme.html&lt;/A&gt;&amp;nbsp;(Media Browser)&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;A href="http://www.home-server-blog.de/add-ins/strom-und-laufzeitverwaltung/lightsout/" mce_href="http://www.home-server-blog.de/add-ins/strom-und-laufzeitverwaltung/lightsout/"&gt;http://www.home-server-blog.de/add-ins/strom-und-laufzeitverwaltung/lightsout/&lt;/A&gt; (This Add-In is used to put a Windows Home Server into suspended mode or hibernation and resume on user defined events.)&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.brendangrant.com/WHS/WebFolders4WHS/default.htm" mce_href="http://www.brendangrant.com/WHS/WebFolders4WHS/default.htm"&gt;http://www.brendangrant.com/WHS/WebFolders4WHS/default.htm&lt;/A&gt; (Allows access to folders remotely via windows explorer which is a fast and easy way to get files in and out.)&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.themediamall.com/playon" mce_href="http://www.themediamall.com/playon"&gt;http://www.themediamall.com/playon&lt;/A&gt; (Media server that streams Hulu and other TV content to the TV via PLAYSTATION 3, Xbox 360, or HP MediaSmart TV.)&lt;B&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.whsplus.com/2009/05/18/whs-file-manager-1003/" mce_href="http://www.whsplus.com/2009/05/18/whs-file-manager-1003/"&gt;http://www.whsplus.com/2009/05/18/whs-file-manager-1003/&lt;/A&gt; (WHS File Manager)&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;A href="http://www.whsplus.com/2009/04/11/squeezecenter-for-windows-home-server/" mce_href="http://www.whsplus.com/2009/04/11/squeezecenter-for-windows-home-server/"&gt;http://www.whsplus.com/2009/04/11/squeezecenter-for-windows-home-server/&lt;/A&gt;&amp;nbsp;(SqueezeCenter (used to control and manage Logitech Squeezebox digital media receivers on your home server)&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.whsplus.com/2009/04/07/mss-fan-control/" mce_href="http://www.whsplus.com/2009/04/07/mss-fan-control/"&gt;http://www.whsplus.com/2009/04/07/mss-fan-control/&lt;/A&gt; (Fan Control Add-In for WHS Operating System. It is designed to work exclusively with the HP MediaSmart Server EX47x models, and will not work with any other WHS systems.)&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/homeserver/archive/2008/11/26/windows-home-server-toolkit-version-1-1.aspx" mce_href="http://blogs.technet.com/homeserver/archive/2008/11/26/windows-home-server-toolkit-version-1-1.aspx"&gt;http://blogs.technet.com/homeserver/archive/2008/11/26/windows-home-server-toolkit-version-1-1.aspx&lt;/A&gt;: A Microsoft tool for troubleshooting WHS connectivity issues.&amp;nbsp; It will also generate and send error reports for logging WHS bugs.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;U&gt;More add-ins:&lt;/U&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Some add-ins are very popular and are listed in multiple sites, as well as in this document. Review the links below for more add-ins:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://whsaddins.com/" mce_href="http://whsaddins.com/"&gt;http://whsaddins.com/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.whsplus.com/" mce_href="http://www.whsplus.com/"&gt;http://www.whsplus.com/&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.brendangrant.com/WHS/add-ins.htm" mce_href="http://www.brendangrant.com/WHS/add-ins.htm"&gt;http://www.brendangrant.com/WHS/add-ins.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://mswhs.com/" mce_href="http://mswhs.com/"&gt;http://mswhs.com/&lt;/A&gt; (Philip Churchill's excellent WHS site)&lt;/P&gt;
&lt;P&gt;&lt;A href="http://mswhs.com/category/add-ins/" mce_href="http://mswhs.com/category/add-ins/"&gt;http://mswhs.com/category/add-ins/&lt;/A&gt; (Philip Churchill's WHS addins)&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.microsoft.com/windows/products/winfamily/windowshomeserver/add-ins.mspx" mce_href="http://www.microsoft.com/windows/products/winfamily/windowshomeserver/add-ins.mspx"&gt;http://www.microsoft.com/windows/products/winfamily/windowshomeserver/add-ins.mspx&lt;/A&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.jungledisk.com/" mce_href="http://www.jungledisk.com/"&gt;http://www.jungledisk.com/&lt;/A&gt;&amp;nbsp; (offline file storage)&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.hack7mc.com/" mce_href="http://www.hack7mc.com/"&gt;http://www.hack7mc.com/&lt;/A&gt; has a lot of good resources for Media Center.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9800007" width="1" height="1"&gt;</content><author><name>epsoemse</name><uri>http://blogs.msdn.com/epsoemse/ProfileUrlRedirect.ashx</uri></author><category term="Info" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/Info/" /><category term="Windows Home Server" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/Windows+Home+Server/" /><category term="Farhad" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/Farhad/" /><category term="add-ins" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/add_2D00_ins/" /><category term="addins" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/addins/" /></entry><entry><title>Default file formats for USB removable media</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/windowsvistanow/archive/2009/06/22/default-file-formats-for-usb-removable-media.aspx" /><id>http://blogs.msdn.com/b/windowsvistanow/archive/2009/06/22/default-file-formats-for-usb-removable-media.aspx</id><published>2009-06-23T00:30:00Z</published><updated>2009-06-23T00:30:00Z</updated><content type="html">&lt;FONT face=Calibri size=2&gt;
&lt;P&gt;If the drive is removable, supports hot swap, and&amp;nbsp;the disk size is less than or equal to 32GB, then&amp;nbsp;the default&amp;nbsp;is the&amp;nbsp;FAT file system.&amp;nbsp; If its size is less than or equal to 2GB, then&amp;nbsp;the default is&amp;nbsp;FAT,&amp;nbsp;otherwise the default is&amp;nbsp;FAT32.&amp;nbsp;&amp;nbsp; If the disk size is greater than 32GB, then we will default to NTFS.&lt;/P&gt;&lt;/FONT&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9798359" width="1" height="1"&gt;</content><author><name>epsoemse</name><uri>http://blogs.msdn.com/epsoemse/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>Add Language Packs before Hotfixes when Creating Multilingual Vista Images</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/windowsvistanow/archive/2009/06/14/add-language-packs-before-hotfixes-when-creating-multilingual-vista-images.aspx" /><id>http://blogs.msdn.com/b/windowsvistanow/archive/2009/06/14/add-language-packs-before-hotfixes-when-creating-multilingual-vista-images.aspx</id><published>2009-06-15T04:06:00Z</published><updated>2009-06-15T04:06:00Z</updated><content type="html">&lt;FONT size=2 face=Calibri&gt;
&lt;P&gt;When asked to create a multilingual image for your company or organization, you may be tempted to start with your existing image and add Language Packs.&amp;nbsp; This method can cause you problems down the road.&lt;/P&gt;
&lt;P&gt;As a best practice, you should start with the Vista image as shipped and all of the Language Packs you intend to include before adding any hotfixes or applications.&amp;nbsp; Keep in mind the OS and the Language Pack need to be the same Service Pack Level. A Vista SP 2 image needs an SP 2 Language Pack for example.&lt;/P&gt;
&lt;P&gt;Why is this important?&lt;/P&gt;
&lt;P&gt;For hotfixes:&lt;/P&gt;
&lt;P&gt;Although the many security hotfixes do not contain language dependent parts, some hotfixes do.&amp;nbsp; For hotfixes with language dependant parts, only the files for the languages currently installed will be copied to your system.&amp;nbsp; You certainly won't want files for 100 (give or take) languages installed to your system (if you are not using 100 languages). So for example if you add French to your existing image with hotfixes, the French files from these fixes will not be in Windows image.&amp;nbsp; While your next trip to Microsoft Update can resolve this problem, there are cases where you will break your Windows installation due to missing files.&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;If you add KB 940157 (Windows Search 4.0) before you add Language Packs your system will be missing key system files. In some cases your Windows Start menu will not function.&lt;BR&gt;&lt;BR&gt;Also note that for applications&amp;nbsp;that&amp;nbsp;have Multilingual support, you neeed to install the application&amp;nbsp;after you have installed additional languages..&lt;/P&gt;
&lt;P&gt;Linda&lt;/P&gt;&lt;/FONT&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9751736" width="1" height="1"&gt;</content><author><name>epsoemse</name><uri>http://blogs.msdn.com/epsoemse/ProfileUrlRedirect.ashx</uri></author><category term="Vista" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/Vista/" /><category term="OPK" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/OPK/" /><category term="Linda" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/Linda/" /><category term="pkgmgr" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/pkgmgr/" /></entry><entry><title>Tips for using Vista Package Manager (pkgmgr)</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/windowsvistanow/archive/2009/06/14/tips-for-using-vista-package-manager-pkgmgr.aspx" /><id>http://blogs.msdn.com/b/windowsvistanow/archive/2009/06/14/tips-for-using-vista-package-manager-pkgmgr.aspx</id><published>2009-06-14T23:40:00Z</published><updated>2009-06-14T23:40:00Z</updated><content type="html">&lt;FONT size=2 face=Calibri&gt;
&lt;P&gt;Vista Package Manager is command line tool to install, remove or updates Windows packages to an offline Windows image.&amp;nbsp; Used incorrectly you can easily corrupt your Windows installation image.&amp;nbsp; Here are some tips to avoid this problem.&lt;/P&gt;
&lt;P&gt;The first and most important tip is always save your previous images.&amp;nbsp; You can not repair a corrupt image so you may need to go back to your most recent working image. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;Below is a typical batch file I would use to install multple hotfixes to an offline image&amp;nbsp;when booting from &amp;nbsp;WinPE.&lt;/P&gt;
&lt;P&gt;wpeutil CreatePageFile /path=c:\pagefile.sys&lt;/P&gt;
&lt;P&gt;md c:\sandbox&lt;BR&gt;Start /w \servicing\pkgmgr.exe /o:"C:\;C:\windows" /ip /m:c:\hotfixes\Windows6.0-KB9999-x86.cab /s:C:\sandbox /L:C:\WINDOWS\fixes.LOG&lt;BR&gt;echo %errorlevel%&lt;/P&gt;
&lt;P&gt;rd&amp;nbsp;c:\sandbox /s /q&lt;BR&gt;md c:\sandbox&lt;BR&gt;&lt;BR&gt;Start /w&amp;nbsp; \servicing\pkgmgr.exe /o:"C:\;C:\windows" /ip /m:c:\hotfixes\KB8888-x86.cab /s:C:\sandbox &lt;BR&gt;/L:C:\WINDOWS\fixes.LOG&lt;BR&gt;echo %errorlevel%&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you have correct syntax for Pack Manager related to file name and path locations the above method avoids other types of common errors. Below are the details related to the above commands.&lt;/P&gt;
&lt;P&gt;wpeutil CreatePageFile /path=c:\pagefile.sys&lt;/P&gt;
&lt;P&gt;I create a pagefile on the local drive so pkgmgr doesn't run out of memory since WinPE now boots to a RAM disk.&lt;/P&gt;
&lt;P&gt;rd c:\sandbox&amp;nbsp;&lt;BR&gt;md c:\sandbox&lt;/P&gt;
&lt;P&gt;Pack Manager needs an empty sandbox for each fix or package. You can use multiple sandboxes or empty the current t one.&lt;/P&gt;
&lt;P&gt;Start /w \servicing\pkgmgr.exe /o:"C:\;C:\windows" /ip /m:c:\hotfixes\Windows6.0-KB9999-x86.cab /s:C:\sandbox /L:C:\WINDOWS\fixes.LOG&lt;/P&gt;
&lt;P&gt;You can create an xml file with multiple fixes but Package Mangers may run out of scratch space before you finish. The number of fixes before failure is going to depend on your system configuration and size of the fixes. I recommend install them one at a time in a batch file.&lt;BR&gt;&lt;BR&gt;echo %errorlevel%&lt;/P&gt;
&lt;P&gt;This returns the error code from Package Manager.&amp;nbsp; Verify it is 0 (no error) as the first step to check if Pack Manger worked correctly. In addition you will need to verify the log file ends without error.&amp;nbsp; The log file is in several formats but in this case since I use /l:c:\windows\fixes.log the one you want to look at is c:\windows\fixes.log.txt.&lt;/P&gt;
&lt;P mce_keep="true"&gt;Be sure the log is complete for each fix&amp;nbsp; It should contain something similar to as the last lines.&lt;/P&gt;
&lt;P mce_keep="true"&gt;2009-05-27 15:25:31, Info&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CBS&amp;nbsp;&amp;nbsp;&amp;nbsp; Pkgmgr: return code: 0x0&lt;BR&gt;2009-05-27 15:25:33, Info&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CBS&amp;nbsp;&amp;nbsp;&amp;nbsp; Pkgmgr: return code: 0x0&lt;/P&gt;
&lt;P mce_keep="true"&gt;If the log just stops without this information, even if the previous errorlevel was 0 your image is likely to be corrupt. You will need to re-run your scripts with your original image after you verify the following:&lt;/P&gt;
&lt;P mce_keep="true"&gt;You scripts have a clean sandbox for each fix.&lt;/P&gt;
&lt;P mce_keep="true"&gt;You don't have other applications running.&lt;/P&gt;
&lt;P mce_keep="true"&gt;You don't have hotfixes with order dependencies that you have not accounted for. &lt;/P&gt;
&lt;P mce_keep="true"&gt;Linda&lt;/P&gt;&lt;/FONT&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9751514" width="1" height="1"&gt;</content><author><name>epsoemse</name><uri>http://blogs.msdn.com/epsoemse/ProfileUrlRedirect.ashx</uri></author><category term="Vista" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/Vista/" /><category term="OPK" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/OPK/" /><category term="Linda" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/Linda/" /></entry><entry><title>Microsoft Hyper-V Server 2008 R2 release candidate available for download now.</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/windowsvistanow/archive/2009/05/06/microsoft-hyper-v-server-2008-r2-release-candidate-available-for-download-now.aspx" /><id>http://blogs.msdn.com/b/windowsvistanow/archive/2009/05/06/microsoft-hyper-v-server-2008-r2-release-candidate-available-for-download-now.aspx</id><published>2009-05-07T00:26:00Z</published><updated>2009-05-07T00:26:00Z</updated><content type="html">&lt;FONT size=2 face=Calibri&gt;
&lt;P&gt;The Virtualization team is pleased to announce the availability of the &lt;STRONG&gt;Microsoft Hyper-V Server 2008 R2 Release Candidate&lt;/STRONG&gt; for download. Hyper-V Server 2008 R2, our free standalone hypervisor, represents our continued commitment to providing high performance, hypervisor based virtualization for everyone, especially small and mid-market customers. This release underscores our customer focus by adding key new capabilities such as Live Migration and High Availability (and more.). The Microsoft Hyper-V Server 2008 Release Candidate is available here:&lt;/P&gt;
&lt;P&gt;&lt;A title=http://www.microsoft.com/hyper-v-server/en/us/default.aspx href="http://www.microsoft.com/hyper-v-server/en/us/default.aspx" target=_blank&gt;http://www.microsoft.com/hyper-v-server/en/us/default.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;For more information see the &lt;A href="http://blogs.technet.com/virtualization/archive/2009/05/06/microsoft-hyper-v-server-2008-r2-release-candidate-free-live-migration-ha-anyone.aspx" mce_href="http://blogs.technet.com/virtualization/archive/2009/05/06/microsoft-hyper-v-server-2008-r2-release-candidate-free-live-migration-ha-anyone.aspx"&gt;Windows Virtualization Team Blog here&lt;/A&gt;.&lt;/P&gt;&lt;/FONT&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9592124" width="1" height="1"&gt;</content><author><name>coreygo</name><uri>http://blogs.msdn.com/EPSOEMFT/ProfileUrlRedirect.ashx</uri></author><category term="Corey" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/Corey/" /><category term="Hyper-V" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/Hyper_2D00_V/" /><category term="Virtualization" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/Virtualization/" /><category term="Windows 7" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/Windows+7/" /><category term="Windows Server 2008 R2" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/Windows+Server+2008+R2/" /></entry><entry><title>New program highlighting in the Start menu</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/windowsvistanow/archive/2009/04/27/new-program-highlighting-in-the-start-menu.aspx" /><id>http://blogs.msdn.com/b/windowsvistanow/archive/2009/04/27/new-program-highlighting-in-the-start-menu.aspx</id><published>2009-04-28T02:03:00Z</published><updated>2009-04-28T02:03:00Z</updated><content type="html">&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;Ever wonder why some programs are highlighted in the “All Programs” list of the Start menu?&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;Start by reading this fine MSDN blog: &lt;/FONT&gt;&lt;FONT face=Calibri size=3&gt;&lt;A class="" href="http://blogs.msdn.com/oldnewthing/archive/2005/11/24/496690.aspx" mce_href="http://blogs.msdn.com/oldnewthing/archive/2005/11/24/496690.aspx"&gt;http://blogs.msdn.com/oldnewthing/archive/2005/11/24/496690.aspx&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Even though it is written prior to Vista, it basically holds true for Vista as well. There are some exceptions, however. On Windows Vista:&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoListParagraphCxSpFirst style="MARGIN: 0in 0in 0pt 0.5in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri size=3&gt;1.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Calibri size=3&gt;Apps installed within 5 hours of Windows installation completion do not show up highlighted&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoListParagraphCxSpMiddle style="MARGIN: 0in 0in 0pt 0.5in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri size=3&gt;2.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Calibri size=3&gt;5 hour timer is not user-(or OEM)-adjustable&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoListParagraphCxSpMiddle style="MARGIN: 0in 0in 0pt 0.5in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri size=3&gt;3.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Calibri size=3&gt;Apps remain highlighted for a week, or until the very first time they are launched.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoListParagraphCxSpMiddle style="MARGIN: 0in 0in 0pt 0.5in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri size=3&gt;4.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Calibri size=3&gt;7 day timer is based on system time and is not affected by sleep, hibernate, shutoff time, etc.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoListParagraphCxSpMiddle style="MARGIN: 0in 0in 0pt 0.5in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri size=3&gt;5.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Calibri size=3&gt;Apps installed by other users are not highlighted for the current user before their first ever logon.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoListParagraphCxSpLast style="MARGIN: 0in 0in 10pt 0.5in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;&lt;FONT face=Calibri size=3&gt;6.&lt;/FONT&gt;&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=Calibri size=3&gt;Apps you install but never launch will remain highlighted for 7 days, or until you launch them, whichever comes first.&lt;/FONT&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9572311" width="1" height="1"&gt;</content><author><name>epsoemse</name><uri>http://blogs.msdn.com/epsoemse/ProfileUrlRedirect.ashx</uri></author><category term="Windows" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/Windows/" /><category term="Info" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/Info/" /><category term="Windows Vista" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/Windows+Vista/" /><category term="Farhad" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/Farhad/" /><category term="start menu" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/start+menu/" /><category term="highlight" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/highlight/" /></entry><entry><title>What is the solid state drive (SSD) option I'm seeing on some new laptops?</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/windowsvistanow/archive/2009/04/22/what-is-the-solid-state-drive-ssd-option-i-m-seeing-on-some-new-laptops.aspx" /><id>http://blogs.msdn.com/b/windowsvistanow/archive/2009/04/22/what-is-the-solid-state-drive-ssd-option-i-m-seeing-on-some-new-laptops.aspx</id><published>2009-04-22T19:34:00Z</published><updated>2009-04-22T19:34:00Z</updated><content type="html">&lt;FONT size=2 face=Calibri&gt;
&lt;P&gt;These new Solid State Drives (SSDs) are utilizing Flash Memory, also known as non-volatile memory (NVM). The two types of Flash memory being used are MLC (Multi-Level Cell) memory and SLC (Single-Level Cell) memory. MLC (Multi-Level Cell) memory is less expensive and more common in low dollar cost items where you need large amounts of solid state storage; SLC (Single-Level Cell) memory has higher cost and greater performance. You'll find most SSDs and &lt;B&gt;USB&lt;/B&gt; &lt;B&gt;Flash&lt;/B&gt; &lt;B&gt;Drives&lt;/B&gt; (UFDs) utilize MLC memory, MLC memory can also be found in consumer devices where performance is not as critical. Both offer advantages over hard disk drives, as they are resistant to shock, environmental conditions, generates less heat, and are silent and can be packaged into many different form factors. Hard Disk Drives are the dominant form of storage on modern computer systems, but we are seeing manufacturers offer computers that utilize a Solid State drive in conjunction with, or excluding, a Hard Disk drive. In the case of Ultra Low Cost Personal Computers (ULCPCs), Solid State drives may completely replace Hard Disk drives as the dominant storage technology. The biggest advantage Solid State drives hold over Hard Disk drives besides their compact size is that power consumption is greatly reduced as there are no moving parts, and no time is needed for platter spin up. Power consumption is one of the highest concerns for engineers designing any device that may need to run on battery power only (for example, laptops, MP3 players, Cell phones and other small consumer electronics).&amp;nbsp; If you are purchasing storage for a solution that needs to minimize battery consumption, consider the differences between Solid State drives and Hard Disk drives.&lt;/P&gt;
&lt;P&gt;For manufacturers, using SLC as a cache area for a much larger MLC bank of memory can be a way to overcome the increased cost of implementing an entirely SLC-based solution. MLC memory has lower number of potential lifetime writes than SLC memory. To help mitigate this, many MLC devices utilize wear leveling. Wear leveling essentially remembers what cells have and have not been written to, and tries to balance writes across all cells, so the controller is not wearing out some cells prematurely. For Windows, as Solid State drives are not as affected by fragmentation as Hard Disk drives, you will want to disable the Defragmentation option on a SSD to prevent premature wear from occurring. Another item to keep in mind is SSD differs from HDD in that they require the entire page to be cleared and re-written if data changes. These are typically 2-8k blocks. This makes reads inexpensive, but due to wear leveling writes are expensive, and erasures require the entire page or pages be cleared. The benefit is there are no seek times so performance is stable. (We could do the math but that not what this blog is about.) Generally, the progression of drive speed is as follows: fast DRAM &amp;gt; NAND &amp;gt; HDD. This is comparing HDD speeds of 5400 and 7200 RPM, and even high-end 15,000+ RPM drives for SLC. When adding SLC in a Storage Array Raid 0 against 15000 RPM HD the SSD will perform significantly faster but at a much higher cost point.&lt;/P&gt;
&lt;P&gt;There is currently a shift in the market place, and solid state drives are the wave of the future. Does it make sense to adopt Solid State storage technologies now? For a ULCPC, it's a given that Solid State is the optimal choice when considering battery life. For a UMPC (Ultra Mobile PC), I would opt for a SSD if I was going to be away from the power grid, and not able to plug the laptop in for extended periods of time. As for some engineers, the memory stick has replaced the briefcase, but most will still want an ultra large HDD for their daily work.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR&gt;David Winkler&lt;/P&gt;&lt;/FONT&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9562644" width="1" height="1"&gt;</content><author><name>coreygo</name><uri>http://blogs.msdn.com/EPSOEMFT/ProfileUrlRedirect.ashx</uri></author><category term="Storage" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/Storage/" /><category term="Windows" scheme="http://blogs.msdn.com/b/windowsvistanow/archive/tags/Windows/" /></entry></feed>