<?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>Open Software Solutions &#187; OS X Applications</title>
	<atom:link href="http://ossmall.info/category/mac-os-x/os-x-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://ossmall.info</link>
	<description>Open Software Solutions</description>
	<lastBuildDate>Sun, 05 Feb 2012 17:34:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Description of updates to APIs that enable Windows-based applications to retrieve historically accurate time stamps</title>
		<link>http://ossmall.info/description-of-updates-to-apis-that-enable-windows-based-applications-to-retrieve-historically-accurate-time-stamps/</link>
		<comments>http://ossmall.info/description-of-updates-to-apis-that-enable-windows-based-applications-to-retrieve-historically-accurate-time-stamps/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 12:56:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Application Center]]></category>
		<category><![CDATA[OS X Applications]]></category>
		<category><![CDATA[Windows Defender]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 - HowTo]]></category>
		<category><![CDATA[Windows Server 2008 - Tips]]></category>

		<guid isPermaLink="false">http://ossmall.info/description-of-updates-to-apis-that-enable-windows-based-applications-to-retrieve-historically-accurate-time-stamps</guid>
		<description><![CDATA[Article ID: 960417 &#8211; Last Review: January 26, 2009 &#8211; Revision: 2.0 Description of updates to APIs that enable Windows-based applications to retrieve historically accurate time stamps Hotfix Download AvailableView and request hotfix downloads View products that this article applies to. On This Page Expand all &#124; Collapse all INTRODUCTION This article describes updates to [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a>
<div class=articleProperty>Article ID: 960417 &#8211; Last Review: January 26, 2009 &#8211; Revision: 2.0</div>
<p><strong class=title>Description of updates to APIs that enable Windows-based applications to retrieve historically accurate time stamps</strong><br />
<table class=kb_hotfix>
<tr>
<td class=kb_hotfix_img><img src=http://support.microsoft.com/library/images/support/CN/hotfix_icon.png alt=Hotfix download is available></td>
<td class=kb_hotfix_text>Hotfix Download Available<br /><a id=kb_hotfix_link href=http://support.microsoft.com/gp/noscript>View and request hotfix downloads</a></td>
</tr>
</table>
<div class=kb_meta_divider></div>
<div class=appliesToLink><a href=#appliesto>View products that this article applies to.</a></div>
<div id=kb_section class=section>
<h2 class=subTitle id=tocTitle><span><a >On This Page</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody id=tocDiv></div>
<p><noscript></noscript>
<div id=kb_expandcollapseall class=expandcollapseall><a >Expand all</a> | <a >Collapse all</a></div>
<h2 class=subTitle id=tocHeadRef><span><a >INTRODUCTION</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>This article describes updates to APIs that enable Windows-based applications to retrieve historically accurate time stamps.
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<h2 class=subTitle id=tocHeadRef><span><a >MORE INFORMATION</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>
<h3 id=tocHeadRef>What time functions are updated?</h3>
<p> The following time functions are updated by this update:
<ul>
<li><b>SystemTimeToTzSpecificLocalTime()</b>   Converts a time in Coordinated Universal Time (UTC) to a specified time zone&#8217;s corresponding local time.</li>
<li><b>TzSpecificTimeToSystemTime()</b>  Converts a local time to a time in Coordinated Universal Time (UTC).</li>
</ul>
<p><b>Note</b> The functions that are listed here use a TIME_ZONE_INFORMATION structure that specifies the START DATE and the END DATE for daylight saving time (DST). By default, the current DST rules are used when no such structure is provided.
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
<h3 id=tocHeadRef>When to use these functions in an application</h3>
<p> Most date and time stamps that are created and displayed in Windows and in many applications are stored as UTC. Then, they are rendered in local time by using system APIs. Examples of these include Windows file time stamps, Outlook  sent and received dates, and event logging time stamps.</p>
<p>Not all built-in, Windows-based applications use these newly updated APIs. However, they are available to all applications, including third-party applications. These functions are useful in many scenarios, such as a user auditing scenario in which the ability to use DST rules for previous years on a current Windows service pack is important.</p>
<p>Generally, if an application requires historically accurate time stamps, these functions should be used.
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
<h3 id=tocHeadRef>How to use these functions in an application</h3>
<p> For information about syntax, parameters, return value, and examples on how to use these functions in an application, please visit the following Microsoft Developer Network (MSDN) Web sites:</p>
<p><b>SystemTimeToTzSpecificLocalTime Function</b>
<div class=indent><a href=http://msdn.microsoft.com/en-us/library/ms724949(VS.85).aspx>http://msdn.microsoft.com/en-us/library/ms724949(VS.85).aspx</a><span class=pLink>            (http://msdn.microsoft.com/en-us/library/ms724949(VS.85).aspx)        </span></div>
<p><b>TzSpecificLocalTimeToSystemTime Function</b>
<div class=indent><a href=http://msdn.microsoft.com/en-us/library/ms725485(VS.85).aspx>http://msdn.microsoft.com/en-us/library/ms725485(VS.85).aspx</a><span class=pLink>            (http://msdn.microsoft.com/en-us/library/ms725485(VS.85).aspx)        </span></div>
<p><b>Note</b> This article supersedes article 944340, which describes an earlier version of these APIs. This update improves the performance of the functions, and enables historically accurate time-stamp lookup functionality that was introduced in 944340.</p>
<p>This update applies to the following Windows operating systems:
<ul>
<li>Windows XP Service Pack 3 (SP3)</li>
<li>Windows Server 2003 Service Pack 2 (SP2)</li>
<li>Windows Vista Service Pack 1 (SP1)</li>
<li>Windows Server 2008</li>
</ul>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<h2 class=subTitle id=tocHeadRef><span><a >UPDATE INFORMATION</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>
<h3 id=tocHeadRef>Hotfix information for Windows XP</h3>
<p> A supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing this specific problem. </p>
<p>If the hotfix is available for download, there is a Hotfix download available section at the top of this Knowledge Base article. If this section does not appear, submit a request to Microsoft Customer Service and Support to obtain the hotfix. </p>
<p><b>Note</b> If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or to  create a separate service request, visit the following Microsoft Web site:
<div class=indent><a href=http://support.microsoft.com/contactus/?ws=support>http://support.microsoft.com/contactus/?ws=support</a><span class=pLink>            (http://support.microsoft.com/contactus/?ws=support)        </span></div>
<p><b>Note</b> The Hotfix download available form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.<br />
<h4 id=tocHeadRef>Prerequisites</h4>
<p>To apply this hotfix, you must have Windows XP SP3 installed.</p>
<p>For more information, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=322389>322389</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=322389/                        )        </span> How to obtain the latest Windows XP service pack</div>
<h4 id=tocHeadRef>Restart requirement </h4>
<p>You have to restart the computer after you apply this hotfix.<br />
<h4 id=tocHeadRef>Hotfix replacement information </h4>
<p>This hotfix replaces the following hotfix:</p>
<p>For more information, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=944340>944340</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=944340/                        )        </span> The time stamps are incorrect after you apply update 928388 and then change the time settings to a year that is earlier than 2007 in Windows XP and in Windows Server 2003</div>
<h4 id=tocHeadRef>File information </h4>
<p>The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the <strong class=uiterm>Time Zone</strong> tab in the <strong class=uiterm>Date and Time</strong> item in Control Panel.<br />
<h5 id=tocHeadRef>Windows XP with Service Pack 3, x86-based versions </h5>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td>Kernel32.dll</td>
<td>5.1.2600.5719</td>
<td>991,744</td>
<td>03-Dec-2008</td>
<td>10:32</td>
<td>x86</td>
</tr>
</table>
</div>
</div>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
<h3 id=tocHeadRef>Hotfix information for Windows Server 2003</h3>
<p> A supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing the problem described in this article. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next software update that contains this hotfix.</p>
<p>If the hotfix is available for download, there is a Hotfix download available section at the top of this Knowledge Base article. If this section does not appear, contact Microsoft Customer Service and Support to obtain the hotfix. </p>
<p><b>Note</b> If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft Web site:
<div class=indent><a href=http://support.microsoft.com/contactus/?ws=support>http://support.microsoft.com/contactus/?ws=support</a><span class=pLink>            (http://support.microsoft.com/contactus/?ws=support)        </span></div>
<p><b>Note</b> The Hotfix download available form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.<br />
<h4 id=tocHeadRef>Prerequisites </h4>
<p>To apply this hotfix, you must have the following installed:
<ul>
<li>Windows Server 2003 SP2</p>
<p>For more information, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=889100>889100</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=889100/                        )        </span> How to obtain the latest service pack for Windows Server 2003 </div>
</li>
<li>The 944340 hotfix
<p>For more information, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=944340>944340</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=944340/                        )        </span> The time stamps are incorrect after you apply update 928388 and then change the time settings to a year that is earlier than 2007 in Windows XP and in Windows Server 2003</div>
</li>
</ul>
<h4 id=tocHeadRef>Restart requirement </h4>
<p>You have to restart the computer after you apply this hotfix.<br />
<h4 id=tocHeadRef>Hotfix replacement information </h4>
<p>This hotfix replaces the following hotfix:</p>
<p>For more information, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=944340>944340</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=944340/                        )        </span> The time stamps are incorrect after you apply update 928388 and then change the time settings to a year that is earlier than 2007 in Windows XP and in Windows Server 2003</div>
<h4 id=tocHeadRef>File information</h4>
<p>The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the <strong class=uiterm>Time Zone</strong> tab in the <strong class=uiterm>Date and Time</strong> item in Control Panel.<br />
<h5 id=tocHeadRef>Windows Server 2003 with Service Pack 2, x86-based versions </h5>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td>Kernel32.dll</td>
<td>5.2.3790.4417</td>
<td>1,042,944</td>
<td>25-Nov-2008</td>
<td>18:25</td>
<td>x86</td>
</tr>
</table>
</div>
</div>
<h5 id=tocHeadRef>Windows Server 2003 with Service Pack 2, Itanium-based versions</h5>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
<th>SP requirement</th>
<th>Service branch</th>
</tr>
<tr>
<td>Kernel32.dll</td>
<td>5.2.3790.4417</td>
<td>1,982,976</td>
<td>25-Nov-2008</td>
<td>16:29</td>
<td>IA-64</td>
<td>SP2</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Wkernel32.dll</td>
<td>5.2.3790.4417</td>
<td>1,014,784</td>
<td>25-Nov-2008</td>
<td>16:29</td>
<td>x86</td>
<td>SP2</td>
<td>WOW</td>
</tr>
</table>
</div>
</div>
<h5 id=tocHeadRef>Windows Server 2003 with Service Pack 2, x64-based versions </h5>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
<th>SP requirement</th>
<th>Service branch</th>
</tr>
<tr>
<td>Kernel32.dll</td>
<td>5.2.3790.4417</td>
<td>1,513,984</td>
<td>25-Nov-2008</td>
<td>16:30</td>
<td>x64</td>
<td>SP2</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Wkernel32.dll</td>
<td>5.2.3790.4417</td>
<td>1,014,784</td>
<td>25-Nov-2008</td>
<td>16:30</td>
<td>x86</td>
<td>SP2</td>
<td>WOW</td>
</tr>
</table>
</div>
</div>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
<h3 id=tocHeadRef>Hotfix information for Windows Vista and for Windows Server 2008</h3>
<p> A supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing the problem described in this article. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next software update that contains this hotfix.</p>
<p>If the hotfix is available for download, there is a Hotfix download available section at the top of this Knowledge Base article. If this section does not appear, contact Microsoft Customer Service and Support to obtain the hotfix. </p>
<p><b>Note</b> If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft Web site:
<div class=indent><a href=http://support.microsoft.com/contactus/?ws=support>http://support.microsoft.com/contactus/?ws=support</a><span class=pLink>            (http://support.microsoft.com/contactus/?ws=support)        </span></div>
<p><b>Note</b> The Hotfix download available form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.<br />
<h4 id=tocHeadRef>Prerequisites</h4>
<p> To apply this hotfix on Windows Vista-based computer, you must have Windows Vista SP1 installed. </p>
<p>For more information, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=935791>935791</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=935791/                        )        </span> How to obtain the latest Windows Vista service pack</div>
<p>No prerequisites are required for Windows Server 2008-based computers.<br />
<h4 id=tocHeadRef>Restart requirement </h4>
<p>You have to restart the computer after you apply this hotfix.<br />
<h4 id=tocHeadRef>Hotfix replacement information </h4>
<p>This hotfix does not replace a previously released hotfix.<br />
<h4 id=tocHeadRef>File information </h4>
<p>The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the <strong class=uiterm>Time Zone</strong> tab in the <strong class=uiterm>Date and Time</strong> item in Control Panel.<br />
<h5 id=tocHeadRef>Windows Vista and Windows Server 2008 file information notes</h5>
<p>The .manifest files and the .mum files that are installed in each environment are listed separately in the Additional file information for Windows Server 2008 and for Windows Vista section. These files and their associated .cat (security catalog) files are critical to maintaining the state of the updated component. The .cat files are signed with a Microsoft digital signature. The attributes of these security files are not listed.<br />
<h5 id=tocHeadRef>For all supported x86-based versions of Windows Server 2008 and  of Windows Vista</h5>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td>Kernel32.dll</td>
<td>6.0.6001.22315</td>
<td>890,368</td>
<td>22-Nov-2008</td>
<td>04:31</td>
<td>x86</td>
</tr>
</table>
</div>
</div>
<h5 id=tocHeadRef>For all supported x64-based versions of Windows Server 2008 and of Windows Vista</h5>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td>Kernel32.dll</td>
<td>6.0.6001.22315</td>
<td>1,214,976</td>
<td>22-Nov-2008</td>
<td>05:51</td>
<td>x64</td>
</tr>
<tr>
<td>Kernel32.dll</td>
<td>6.0.6001.22315</td>
<td>857,600</td>
<td>22-Nov-2008</td>
<td>04:29</td>
<td>x86</td>
</tr>
</table>
</div>
</div>
<h5 id=tocHeadRef>For all supported IA-64-based versions of Windows Server 2008 </h5>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td>Kernel32.dll</td>
<td>6.0.6001.22315</td>
<td>2,182,656</td>
<td>22-Nov-2008</td>
<td>05:41</td>
<td>IA-64</td>
</tr>
<tr>
<td>Kernel32.dll</td>
<td>6.0.6001.22315</td>
<td>857,600</td>
<td>22-Nov-2008</td>
<td>04:29</td>
<td>x86</td>
</tr>
</table>
</div>
</div>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<h2 class=subTitle id=tocHeadRef><span><a >STATUS</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the Applies to section.
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<h2 class=subTitle id=tocHeadRef><span><a >MORE INFORMATION</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody><span><a id=Manifests></a></span><br />
<h4 id=tocHeadRef>Additional file information for Windows Server 2008 and Windows Vista</h4>
<h5 id=tocHeadRef>Additional files for all supported x86-based versions of Windows Server 2008 and  of Windows Vista</h5>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb960417_client_1~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,367</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>24-Nov-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>23:47</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb960417_client~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,431</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>24-Nov-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>23:47</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb960417_sc_0~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,421</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>24-Nov-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>23:47</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb960417_sc~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,423</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>24-Nov-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>23:47</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb960417_server_0~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,425</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>24-Nov-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>23:47</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb960417_server~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,431</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>24-Nov-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>23:47</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb960417_winpesrv_0~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,422</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>24-Nov-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>23:47</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb960417_winpesrv~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,429</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>24-Nov-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>23:47</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>X86_a08d3390a3f795eb9640490dd79afb04_31bf3856ad364e35_6.0.6001.22315_none_f21fc1d1806134de.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>696</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>24-Nov-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>23:47</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>X86_microsoft-windows-kernel32_31bf3856ad364e35_6.0.6001.22315_none_9441b75e6f6cbd6a.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>4,517</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>22-Nov-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>05:22</td>
</tr>
<tr>
<td></td>
</tr>
</table>
</div>
</div>
<h5 id=tocHeadRef>Additional files for all supported x64-based versions of Windows Server 2008 and of Windows Vista </h5>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<td><b>File name</b></td>
<td>Amd64_27eb8e1c173364810c3681aee0ca9bd3_31bf3856ad364e35_6.0.6001.22315_none_da5b04b3dfced239.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,042</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>24-Nov-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>23:47</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Amd64_3fa40fbd70d0e50157ad511837ce726c_31bf3856ad364e35_6.0.6001.22315_none_04b1a016e4974ac3.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>700</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>24-Nov-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>23:47</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Amd64_microsoft-windows-kernel32_31bf3856ad364e35_6.0.6001.22315_none_f06052e227ca2ea0.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>4,523</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>22-Nov-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>06:17</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb960417_client_1~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,375</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>24-Nov-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>23:47</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb960417_client~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,439</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>24-Nov-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>23:47</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb960417_sc_0~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,429</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>24-Nov-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>23:47</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb960417_sc~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,431</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>24-Nov-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>23:47</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb960417_server_0~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,433</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>24-Nov-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>23:47</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb960417_server~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,439</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>24-Nov-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>23:47</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb960417_winpesrv_0~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,430</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>24-Nov-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>23:47</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb960417_winpesrv~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,437</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>24-Nov-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>23:47</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Wow64_microsoft-windows-kernel32_31bf3856ad364e35_6.0.6001.22315_none_fab4fd345c2af09b.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>5,321</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>22-Nov-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>05:12</td>
</tr>
<tr>
<td></td>
</tr>
</table>
</div>
</div>
<h5 id=tocHeadRef>Additional files for all supported IA-64-based versions of Windows Server 2008</h5>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<td><b>File name</b></td>
<td>Ia64_393afc3dbfbb43f13f813ccf7a74b204_31bf3856ad364e35_6.0.6001.22315_none_93731857b2f149f7.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,040</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>24-Nov-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>23:47</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Ia64_a1cbdf62cfc8fddbdd54e27cc15736a0_31bf3856ad364e35_6.0.6001.22315_none_2b945e30eba4300a.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>698</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>24-Nov-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>23:47</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Ia64_microsoft-windows-kernel32_31bf3856ad364e35_6.0.6001.22315_none_94435b546f6ac666.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>4,520</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>22-Nov-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>06:07</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb960417_sc_0~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,425</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>24-Nov-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>23:47</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb960417_sc~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,426</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>24-Nov-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>23:47</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb960417_server_0~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,429</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>24-Nov-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>23:47</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb960417_server~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,434</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>24-Nov-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>23:47</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb960417_winpesrv_0~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,426</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>24-Nov-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>23:47</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb960417_winpesrv~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,433</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>24-Nov-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>23:47</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Wow64_microsoft-windows-kernel32_31bf3856ad364e35_6.0.6001.22315_none_fab4fd345c2af09b.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>5,321</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>22-Nov-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>05:12</td>
</tr>
<tr>
<td></td>
</tr>
</table>
</div>
</div>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
</div>
<div class=sbody norollup>
<div class=appliesTo>
<hr /><a id=appliesto></a><br />
<h5>APPLIES TO</h5>
<ul>
<li>Microsoft Windows XP Professional</li>
<li>Microsoft Windows XP Home Edition</li>
<li>Windows Vista Business</li>
<li>Windows Vista Enterprise</li>
<li>Windows Vista Home Basic</li>
<li>Windows Vista Home Premium</li>
<li>Windows Vista Ultimate</li>
<li>Windows Vista Business 64-bit Edition</li>
<li>Windows Vista Enterprise 64-bit Edition</li>
<li>Windows Vista Home Basic 64-bit Edition</li>
<li>Windows Vista Home Premium 64-bit Edition</li>
<li>Windows Vista Ultimate 64-bit Edition</li>
<li>Microsoft Windows Server 2003, Standard Edition (32-bit x86)</li>
<li>Microsoft Windows Server 2003, Enterprise Edition (32-bit x86)</li>
<li>Microsoft Windows Server 2003, Datacenter Edition (32-bit x86)</li>
<li>Microsoft Windows Server 2003, Standard x64 Edition</li>
<li>Microsoft Windows Server 2003, Enterprise x64 Edition</li>
<li>Microsoft Windows Server 2003, Datacenter x64 Edition</li>
<li>Microsoft Windows Server 2003, Enterprise Edition for Itanium-based Systems</li>
<li>Microsoft Windows Server 2003, Datacenter Edition for Itanium-Based Systems</li>
<li>Windows Server 2008 Standard</li>
<li>Windows Server 2008 Enterprise</li>
<li>Windows Server 2008 Datacenter</li>
<li>Windows Server 2008 Standard without Hyper-V</li>
<li>Windows Server 2008 Enterprise without Hyper-V</li>
<li>Windows Server 2008 Datacenter without Hyper-V</li>
<li>Windows Server 2008 for Itanium-Based Systems</li>
</ul>
</div>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
<div class=keywords>
<table>
<tr>
<td class=header>
<h5>Keywords:Ã‚Â                             </h5>
</td>
<td class=text>kbautohotfix kbexpertiseinter kbfix kbbug kbsurveynew kbqfe kbhotfixserver KB960417</td>
</tr>
</table>
</div>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<p></span>					<A name=feedback>&nbsp;</A>                    <br/>				</div>
<h5>Microsoft Knowledge Base Article</h5>
<p class='MsoNormal'>This article contents is Microsoft Copyrighted material.<br />
Microsoft Corporation. All rights reserved. <a href='http://support.microsoft.com/tou/'>Terms of Use</a> | <a href='http://support.microsoft.com/library/toolbar/3.0/trademarks/en-us.mspx'>Trademarks</a></p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Articles or Pages</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://ossmall.info/description-of-updates-to-apis-that-enable-windows-based-applications-to-retrieve-historically-accurate-time-stamps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Search feature of the Handwriting recognition personalization tool is unavailable, and the accuracy of the tool decreases</title>
		<link>http://ossmall.info/the-search-feature-of-the-handwriting-recognition-personalization-tool-is-unavailable-and-the-accuracy-of-the-tool-decreases-1/</link>
		<comments>http://ossmall.info/the-search-feature-of-the-handwriting-recognition-personalization-tool-is-unavailable-and-the-accuracy-of-the-tool-decreases-1/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 13:42:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple Products]]></category>
		<category><![CDATA[Application Center]]></category>
		<category><![CDATA[Microsoft .NET Framework]]></category>
		<category><![CDATA[Microsoft Exchange Server]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[MS Office Visio]]></category>
		<category><![CDATA[OS X Applications]]></category>
		<category><![CDATA[Vista Center]]></category>
		<category><![CDATA[Vista Easter Eggs]]></category>
		<category><![CDATA[Vista HowTo]]></category>
		<category><![CDATA[Vista Tips]]></category>
		<category><![CDATA[Windows Defender]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 - HowTo]]></category>
		<category><![CDATA[Windows Server 2008 - Tips]]></category>

		<guid isPermaLink="false">http://ossmall.info/the-search-feature-of-the-handwriting-recognition-personalization-tool-is-unavailable-and-the-accuracy-of-the-tool-decreases-1/</guid>
		<description><![CDATA[The Search feature of the Handwriting recognition personalization tool is unavailable, and the accuracy of the tool decreases View products that this article applies to. Article ID : 953501 Last Review : June 3, 2008 Revision : 1.0 SYMPTOMS The Search feature of the Handwriting recognition personalization tool is unavailable, and the accuracy of the [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>The Search feature of the Handwriting recognition personalization tool is unavailable, and the accuracy of the tool decreases</strong>
<div class=appliesToLink><a href=#appliesto>View products that this article applies to.</a></div>
<div class=articleProperty>
<table>
<tr>
<td>Article ID</td>
<td>:</td>
<td>953501</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>June 3, 2008</td>
</tr>
<tr>
<td>Revision</td>
<td>:</td>
<td>1.0</td>
</tr>
</table>
</div>
<div class=section>
<h2 class=subTitle id=tocHeadRef>SYMPTOMS</h2>
<div class=sbody>The Search feature of the Handwriting recognition personalization tool is unavailable, and the accuracy of the tool decreases.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>CAUSE</h2>
<div class=sbody>This issue occurs when either of the following conditions is true:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text><b>Windows Vista is activated after the 30-day activation period<br /></b><br />This issue can occur when you activate Windows Vista at startup after the 30-day activation period. After you install Windows Vista, there is an activation period of 30 days for activating Windows online. Activation is required. If this period expires, the next time that you start the computer, the activation of Windows Vista becomes mandatory. Otherwise, Windows Vista enters reduced functionality mode. </p>
<p>When you activate Windows Vista after the 30-day activation period, the Search feature of the Handwriting recognition personalization tool is turned off during Windows Vista activation, and the Search feature does not turn back on.</p>
<p>For more information about reduced functionality mode in Windows Vista, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=925582>925582</a><span class=pLink> (/Feedback.aspx?kbNumber=925582/)</span> The behavior of reduced functionality mode in Windows Vista</div>
</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text><b>Indexing Options are reset to default settings</b></p>
<p>This issue occurs when the Indexing Options for Windows Vista desktop search are reset to default settings. When this occurs, the Search feature of the Handwriting recognition personalization tool may be turned off.</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>RESOLUTION</h2>
<div class=sbody><b>Important</b> This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=322756>322756</a><span class=pLink> (/Feedback.aspx?kbNumber=322756/)</span> How to back up and restore the registry in Windows</div>
<p>To resolve this issue, you have to check the Windows Vista registry for a specific registry subkey. If that subkey is present, you have to delete the InputPersonalization registry subkey, and then you must restart Windows Vista. </p>
<p><b>Note</b> When you delete the InputPersonalization subkey, this forces the Handwriting recognition personalization tool to re-create the InputPersonalization registry subkey. When the InputPersonalization subkey is re-created, the Search feature is reactivated. </p>
<p>To do this, follow these steps:<br />
<table class=list ol>
<tr>
<td class=number>1.</td>
<td class=text>Click <strong class=uiterm>Start</strong><img class=graphic src=http://support.microsoft.com/library/images/support/kbgraphics/Public/EN-US/VistaStartButton.jpg alt= Start button  title= Start button >,  type <span class=userInput>regedit</span> in the <strong class=uiterm>Start Search</strong> box, and then press ENTER.<br /><img class=graphic src=http://support.microsoft.com/library/images/support/kbgraphics/Public/EN-US/SecurityShield.jpg alt=User Account Control permission title=User Account Control permission> If you are prompted for an administrator password or for a confirmation, type the password, or click <strong class=uiterm>Allow</strong>.</td>
</tr>
<tr>
<td class=number>2.</td>
<td class=text>Locate and then click the following subkey in the registry:
<div class=indent><strong class=uiterm>HKEY_LOCAL_MACHINE SOFTWARE Microsoft Windows Search Gathering Manager Applications Windows PluginManagers 3</strong></div>
</td>
</tr>
<tr>
<td class=number>3.</td>
<td class=text>If the subkey in step 2 is present, locate and then click the following subkey in the registry:
<div class=indent><strong class=uiterm>HKEY_LOCAL_MACHINE SOFTWARE Microsoft InputPersonalization </strong></div>
</td>
</tr>
<tr>
<td class=number>4.</td>
<td class=text>On the <strong class=uiterm>Edit</strong> menu, click  <strong class=uiterm>Delete</strong>, and then click <strong class=uiterm>Yes</strong>.</td>
</tr>
<tr>
<td class=number>5.</td>
<td class=text>Exit Registry Editor.</td>
</tr>
<tr>
<td class=number>6.</td>
<td class=text>Restart Windows Vista.</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
</div>
<div class=appliesTo>
<hr /><a id=appliesto></a><br />
<h5>APPLIES TO</h5>
<table class=list>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Service Pack 1</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Business</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Starter</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Ultimate</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Basic</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Premium</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Enterprise</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Enterprise 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Basic 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Premium 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Ultimate 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Business 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Business N</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Basic N</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Basic N 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Business N 64-bit Edition</td>
</tr>
</table>
</div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<div class=keywords>
<table>
<tr>
<td class=header>
<h5>Keywords:Â </h5>
</td>
<td class=text>kbregistry kbactivation kbexpertisebeginner kbtshoot kbprb KB953501</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<p></span>					<A name=feedback>&nbsp;</A>                    <br/>				</div>
<h5>Microsoft Knowledge Base Article</h5>
<p class='MsoNormal'>This article contents is Microsoft Copyrighted material.<br />
Microsoft Corporation. All rights reserved. <a href='http://support.microsoft.com/tou/'>Terms of Use</a> | <a href='http://support.microsoft.com/library/toolbar/3.0/trademarks/en-us.mspx'>Trademarks</a></p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Articles or Pages</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://ossmall.info/the-search-feature-of-the-handwriting-recognition-personalization-tool-is-unavailable-and-the-accuracy-of-the-tool-decreases-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cumulative update packages for the 2007 Microsoft Office core suite applications and for 2007 Microsoft Office servers: August 26, 2008</title>
		<link>http://ossmall.info/cumulative-update-packages-for-the-2007-microsoft-office-core-suite-applications-and-for-2007-microsoft-office-servers-august-26-2008/</link>
		<comments>http://ossmall.info/cumulative-update-packages-for-the-2007-microsoft-office-core-suite-applications-and-for-2007-microsoft-office-servers-august-26-2008/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 10:36:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Application Center]]></category>
		<category><![CDATA[Commerce Server 2007]]></category>
		<category><![CDATA[Microsoft .NET Framework]]></category>
		<category><![CDATA[Microsoft Exchange Server]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[MS Office Access]]></category>
		<category><![CDATA[MS Office Accounting]]></category>
		<category><![CDATA[MS Office Excel]]></category>
		<category><![CDATA[MS Office Groove]]></category>
		<category><![CDATA[MS Office InfoPath]]></category>
		<category><![CDATA[MS Office OneNote]]></category>
		<category><![CDATA[MS Office Outlook]]></category>
		<category><![CDATA[MS Office Powerpoint]]></category>
		<category><![CDATA[MS Office Project 2007]]></category>
		<category><![CDATA[MS Office Publisher]]></category>
		<category><![CDATA[MS Office SharePoint]]></category>
		<category><![CDATA[MS Office Suite 2007]]></category>
		<category><![CDATA[MS Office Visio]]></category>
		<category><![CDATA[MS Office Word]]></category>
		<category><![CDATA[OS X Applications]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 - HowTo]]></category>
		<category><![CDATA[Windows Server 2008 - Tips]]></category>

		<guid isPermaLink="false">http://ossmall.info/cumulative-update-packages-for-the-2007-microsoft-office-core-suite-applications-and-for-2007-microsoft-office-servers-august-26-2008/</guid>
		<description><![CDATA[Cumulative update packages for the 2007 Microsoft Office core suite applications and for 2007 Microsoft Office servers: August 26, 2008 View products that this article applies to. Article ID : 957022 Last Review : September 10, 2008 Revision : 3.2 On This Page INTRODUCTION The cumulative update packages for August 2008 contain the latest hotfixes [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>Cumulative update packages for the 2007 Microsoft Office core suite applications and for 2007 Microsoft Office servers: August 26, 2008</strong>
<div class=appliesToLink><a href=#appliesto>View products that this article applies to.</a></div>
<div class=articleProperty>
<table>
<tr>
<td>Article ID</td>
<td>:</td>
<td>957022</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>September 10, 2008</td>
</tr>
<tr>
<td>Revision</td>
<td>:</td>
<td>3.2</td>
</tr>
</table>
</div>
<div class=toc id=tocDiv>
<h5>On This Page</h5>
</div>
<p><noscript></noscript>
<div class=section>
<h2 class=subTitle id=tocHeadRef>INTRODUCTION</h2>
<div class=sbody>The cumulative update packages		  for August 2008 contain the latest hotfixes for the 2007 Office core suite applications and servers. </p>
<p>We recommend that you		  test hotfixes before you deploy them in a production environment. Because the		  builds are cumulative, each new fix release contains all the hotfixes and all		  the security fixes that were included with the previous 2007 Office suites fix		  release. We recommend that you consider applying the most recent fix release		  that contains the hotfix that you need.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>MORE INFORMATION</h2>
<div class=sbody>
<h3 id=tocHeadRef>How to obtain the August 2008 cumulative update packages</h3>
<p>A set of		  supported cumulative update packages are now available from Microsoft. However,		  each package is intended to correct only the applications that are listed in this article. Apply the packages only to systems that are experiencing these specific problems. If you are not severely affected by any of these problems, we recommend that you wait for the next 2007 Office suites service pack that contains the hotfixes in these cumulative update packages. </p>
<p><b>Note</b> If additional issues occur or any troubleshooting is required,		  you might have to create a separate service request. The usual support costs		  will apply to additional support questions and issues that do not qualify for		  a specific cumulative update package. To create a separate service request,		  visit the following Microsoft Web site:
<div class=indent><a href=http://support.microsoft.com/contactus/?ws=support>http://support.microsoft.com/contactus/?ws=support</a><span class=pLink> (http://support.microsoft.com/contactus/?ws=support)</span></div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<h3 id=tocHeadRef>Packages that are included in the August 2008 cumulative update</h3>
<p>A link to a Microsoft Knowledge Base article that discusses each hotfix will be released as the article becomes available. To obtain a specific hotfix, please contact support and ask for the hotfix by referencing the Knowledge Base article number.</p>
<p>For more information about the		  2007 Office suite bugs, click the		  following article numbers to view the articles in the Microsoft Knowledge Base.<br />
<table cellspacing=1 class=table>
<tr>
<th>Hotfix package name</th>
<th>Knowledge Base article number </th>
<th>Product</th>
</tr>
<tr>
<td>Access.msp				  </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=956054>956054</a><span class=pLink> (/Feedback.aspx?kbNumber=956054/)</span> Description of the Access 2007 hotfix package (Access.msp): August 26, 2008 </div>
</td>
<td>Access</td>
</tr>
<tr>
<td>Ace.msp</td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=956838>956838</a><span class=pLink> (/Feedback.aspx?kbNumber=956838/)</span> Description of the Access 2007 hotfix package (Ace.msp): August 26, 2008 </div>
</td>
<td>Access</td>
</tr>
<tr>
<td>Excel.msp, Oart.msp</td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=956798>956798</a><span class=pLink> (/Feedback.aspx?kbNumber=956798/)</span> Description of the Excel 2007 hotfix package (Excel.msp, Oart.msp): August 26, 2008</div>
</td>
<td>Excel</td>
</tr>
<tr>
<td>Excel.msp, Xlconv.msp</td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=956836>956836</a><span class=pLink> (/Feedback.aspx?kbNumber=956836/)</span> Description of the Excel 2007 hotfix package (Excel.msp, Xlconv.msp): August 26, 2008</div>
</td>
<td>Excel Converter</td>
</tr>
<tr>
<td>Excel.msp,				  Xlconv.msp, Graph.msp</td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=956511>956511</a><span class=pLink> (/Feedback.aspx?kbNumber=956511/)</span> Description of the Excel 2007 hotfix package (Excel.msp, Xlconv.msp, Graph.msp): August 26, 2008 </div>
</td>
<td>Excel Converter</td>
</tr>
<tr>
<td>Excel-xx-xx.msp (Localized &#8211; All Languages) Not				  Global</td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=956510>956510</a><span class=pLink> (/Feedback.aspx?kbNumber=956510/)</span> Description of the Excel 2007 hotfix package (Excel-xx-xx.msp): August 26, 2008</div>
</td>
<td>Excel Localized</td>
</tr>
<tr>
<td>Ifswfe.msp</td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=956315>956315</a><span class=pLink> (/Feedback.aspx?kbNumber=956315/)</span> Description of the Forms Server 2007 hotfix package (Ifswfe.msp): August 26, 2008</div>
</td>
<td>Forms Server</td>
</tr>
<tr>
<td>Ipeditor.msp;infopath.msp </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=956314>956314</a><span class=pLink> (/Feedback.aspx?kbNumber=956314/)</span> Description of the InfoPath 2007 hotfix package (Ipeditor.msp, Infopath.msp): August 26, 2008 </div>
</td>
<td>InfoPath</td>
</tr>
<tr>
<td>Coreserver.msp</td>
<td>956056</td>
<td>SharePoint Server</td>
</tr>
<tr>
<td>Gfonts.msp</td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=956514>956514</a><span class=pLink> (/Feedback.aspx?kbNumber=956514/)</span> Description of the 2007 Office hotfix package (Gfonts.msp): August 26, 2008</div>
</td>
<td>Fonts</td>
</tr>
<tr>
<td>Ime32.msp</td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=956793>956793</a><span class=pLink> (/Feedback.aspx?kbNumber=956793/)</span> Description of the Input Method Editor (Japanese) 2007 hotfix package (Ime32.msp): August 26, 2008 </div>
</td>
<td>English Assist</td>
</tr>
<tr>
<td> Msdaipp.msp </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=956790>956790</a><span class=pLink> (/Feedback.aspx?kbNumber=956790/)</span> Description of the 2007 Office system hotfix package (Msdaipp.msp): August 26, 2008</div>
</td>
<td>Internet Publishing Provider</td>
</tr>
<tr>
<td>Mso.msp</td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=956506>956506</a><span class=pLink> (/Feedback.aspx?kbNumber=956506/)</span> Description of the 2007 Office system hotfix package (Mso.msp): August 26, 2008</div>
</td>
<td>Office Core</td>
</tr>
<tr>
<td>Graph.msp, Excel.msp, Xlconv.msp, Xlview.msp				  </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=956796>956796</a><span class=pLink> (/Feedback.aspx?kbNumber=956796/)</span> Description of the 2007 Office system hotfix package (Graph.msp, Excel.msp, Xlconv.msp, Xlview,msp): August 26, 2008 </div>
</td>
<td>Excel Converter, Excel Viewer</td>
</tr>
<tr>
<td>Oart.msp; OartConv.msp </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=956058>956058</a><span class=pLink> (/Feedback.aspx?kbNumber=956058/)</span> Description of the 2007 Office hotfix package (Oart.msp, OartConv.msp): August 26, 2008</div>
</td>
<td>Office Art</td>
</tr>
<tr>
<td>Outlook.msp </td>
<td>956059</td>
<td>Outlook</td>
</tr>
<tr>
<td>PowerPoint.msp </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=956316>956316</a><span class=pLink> (/Feedback.aspx?kbNumber=956316/)</span> Description of the PowerPoint 2007 hotfix package (PowerPoint.msp): August 26, 2008 </div>
</td>
<td>PowerPoint</td>
</tr>
<tr>
<td>RichEd20.msp </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=956801>956801</a><span class=pLink> (/Feedback.aspx?kbNumber=956801/)</span> Description of the PowerPoint 2007 hotfix package (RichEd20.msp): August 26, 2008 </div>
</td>
<td>Rich Edit</td>
</tr>
<tr>
<td>Project.msp</td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=956060>956060</a><span class=pLink> (/Feedback.aspx?kbNumber=956060/)</span> Description of the Project 2007 hotfix package (Project.msp): August 26, 2008</div>
</td>
<td>Project</td>
</tr>
<tr>
<td>Pjsrvapp.msp, Pjsrvwfe.msp </td>
<td>956061</td>
<td>Project Server</td>
</tr>
<tr>
<td>Visio.msp </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=956063>956063</a><span class=pLink> (/Feedback.aspx?kbNumber=956063/)</span> Description of the Visio 2007 hotfix package (Visio.msp): August 26, 2008 </div>
</td>
<td>Visio </td>
</tr>
<tr>
<td>Visio.msp (ru-ru) Localized </td>
<td>956837</td>
<td>Visio Localized (Russian)</td>
</tr>
<tr>
<td>Visio.msp, Vviewer.msp </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=956791>956791</a><span class=pLink> (/Feedback.aspx?kbNumber=956791/)</span> Description of the Office Visio 2007 hotfix package (Visio.msp, Vviewer.msp): August 26, 2008 </div>
</td>
<td>Visio Viewer</td>
</tr>
<tr>
<td>Word.msp </td>
<td>956064</td>
<td>Word </td>
</tr>
<tr>
<td>Word.msp, Wordconv.msp </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=956795>956795</a><span class=pLink> (/Feedback.aspx?kbNumber=956795/)</span> Description of the Word 2007 hotfix package (Word.msp, Wordconv.msp): August 26, 2008 </div>
</td>
<td>Word Converter</td>
</tr>
<tr>
<td>Sts.msp </td>
<td>956057</td>
<td>Windows SharePoint Services</td>
</tr>
<tr>
<td>Wssmui.msp {All languages} </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=957109>957109</a><span class=pLink> (/Feedback.aspx?kbNumber=957109/)</span> Description of the Windows SharePoint Services 3.0 hotfix package (Wssmui.msp): August 26, 2008</div>
</td>
<td>Windows SharePoint Services</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<h3 id=tocHeadRef>Prerequisites</h3>
<p>Prerequisites are listed in the KB articles for the individual packages.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
</div>
<div class=appliesTo>
<hr /><a id=appliesto></a><br />
<h5>APPLIES TO</h5>
<table class=list>
<tr>
<td class=bullet>Ã¢â‚¬Â¢</td>
<td class=text>2007 Microsoft Office Suite Service Pack 1, when used with:</td>
</tr>
<tr>
<td class=textSub colspan=2>
<table class=list>
<tr>
<td>Ã‚Â </td>
<td>Ã‚Â </td>
<td class=text>Microsoft Office Professional 2007</td>
</tr>
<tr>
<td>Ã‚Â </td>
<td>Ã‚Â </td>
<td class=text>Microsoft Office Professional Plus 2007</td>
</tr>
<tr>
<td>Ã‚Â </td>
<td>Ã‚Â </td>
<td class=text>Microsoft Office Small Business 2007</td>
</tr>
<tr>
<td>Ã‚Â </td>
<td>Ã‚Â </td>
<td class=text>Microsoft Office Standard 2007</td>
</tr>
<tr>
<td>Ã‚Â </td>
<td>Ã‚Â </td>
<td class=text>Microsoft Office Ultimate 2007</td>
</tr>
<tr>
<td>Ã‚Â </td>
<td>Ã‚Â </td>
<td class=text>Microsoft Office Home and Student 2007</td>
</tr>
<tr>
<td>Ã‚Â </td>
<td>Ã‚Â </td>
<td class=text>Microsoft Office Enterprise 2007</td>
</tr>
<tr>
<td>Ã‚Â </td>
<td>Ã‚Â </td>
<td class=text>Microsoft Office Basic 2007</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class=bullet>Ã¢â‚¬Â¢</td>
<td class=text>Microsoft Office SharePoint Server 2007</td>
</tr>
<tr>
<td class=bullet>Ã¢â‚¬Â¢</td>
<td class=text>Microsoft Windows SharePoint Services 3.0</td>
</tr>
<tr>
<td class=bullet>Ã¢â‚¬Â¢</td>
<td class=text>Microsoft Office Project Server 2007</td>
</tr>
<tr>
<td class=bullet>Ã¢â‚¬Â¢</td>
<td class=text>Microsoft Office Forms Server 2007</td>
</tr>
<tr>
<td class=bullet>Ã¢â‚¬Â¢</td>
<td class=text>Microsoft Office InfoPath 2007</td>
</tr>
</table>
</div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<div class=keywords>
<table>
<tr>
<td class=header>
<h5>Keywords:Ã‚Â </h5>
</td>
<td class=text>kbexpertisebeginner kbqfe kbfix KB957022</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<p></span>					<A name=feedback>&nbsp;</A>                    <br/>				</div>
<h5>Microsoft Knowledge Base Article</h5>
<p class='MsoNormal'>This article contents is Microsoft Copyrighted material.<br />
Microsoft Corporation. All rights reserved. <a href='http://support.microsoft.com/tou/'>Terms of Use</a> | <a href='http://support.microsoft.com/library/toolbar/3.0/trademarks/en-us.mspx'>Trademarks</a></p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Articles or Pages</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://ossmall.info/cumulative-update-packages-for-the-2007-microsoft-office-core-suite-applications-and-for-2007-microsoft-office-servers-august-26-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PRB: GetVolumeNameForVolumeMountPoint API may return Incorrect Name for Volumes with Multiple Names</title>
		<link>http://ossmall.info/prb-getvolumenameforvolumemountpoint-api-may-return-incorrect-name-for-volumes-with-multiple-names/</link>
		<comments>http://ossmall.info/prb-getvolumenameforvolumemountpoint-api-may-return-incorrect-name-for-volumes-with-multiple-names/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 12:56:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple Products]]></category>
		<category><![CDATA[Application Center]]></category>
		<category><![CDATA[Commerce Server 2007]]></category>
		<category><![CDATA[Microsoft .NET Framework]]></category>
		<category><![CDATA[Microsoft Exchange Server]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[MS Office Access]]></category>
		<category><![CDATA[MS Office Visio]]></category>
		<category><![CDATA[OS X Applications]]></category>
		<category><![CDATA[Vista Center]]></category>
		<category><![CDATA[Vista Easter Eggs]]></category>
		<category><![CDATA[Vista HowTo]]></category>
		<category><![CDATA[Vista Tips]]></category>
		<category><![CDATA[Windows Defender]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 - HowTo]]></category>
		<category><![CDATA[Windows Server 2008 - Tips]]></category>

		<guid isPermaLink="false">http://ossmall.info/prb-getvolumenameforvolumemountpoint-api-may-return-incorrect-name-for-volumes-with-multiple-names</guid>
		<description><![CDATA[Article ID: 959573 &#8211; Last Review: November 4, 2008 &#8211; Revision: 1.0 PRB: GetVolumeNameForVolumeMountPoint API may return Incorrect Name for Volumes with Multiple Names View products that this article applies to. Expand all &#124; Collapse all Source: Microsoft Support Back to the top RAPID PUBLISHING RAPID PUBLISHING ARTICLES PROVIDE INFORMATION DIRECTLY FROM WITHIN THE MICROSOFT [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a>
<div class=articleProperty>Article ID: 959573 &#8211; Last Review: November 4, 2008 &#8211; Revision: 1.0</div>
<p><strong class=title>PRB:  GetVolumeNameForVolumeMountPoint API may return Incorrect Name for Volumes with Multiple Names</strong>
<div class=appliesToLink><a href=#appliesto>View products that this article applies to.</a></div>
<div id=kb_section class=section>
<div id=kb_expandcollapseall class=expandcollapseall><a >Expand all</a> | <a >Collapse all</a></div>
<div class=sbody><b>Source: </b>Microsoft Support
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<h2 class=subTitle id=tocHeadRef><span><a >RAPID PUBLISHING</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>RAPID PUBLISHING ARTICLES PROVIDE INFORMATION DIRECTLY FROM WITHIN THE MICROSOFT SUPPORT ORGANIZATION.  THE INFORMATION CONTAINED HEREIN IS CREATED IN RESPONSE TO EMERGING OR UNIQUE TOPICS, OR IS INTENDED SUPPLEMENT OTHER KNOWLEDGE BASE INFORMATION.
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<h2 class=subTitle id=tocHeadRef><span><a >Symptom</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>On Windows, every volumeÃ‚Â is assignedÃ‚Â a unique volume name in the formatÃ‚Â   Volume {GUID} ,Ã‚Â where the GUID uniquely identifies that volume.Ã‚Â  Under certain circumstances described in the More Information section, it is possible for a volume to be assigned multiple unique volume names and thus be assigned multiple GUIDs.Ã‚Â  When this happens, the GetVolumeNameForVolumeMountPoint() Win32 API function will return one of the assigned names, but it may return a name which cannot be used.
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<h2 class=subTitle id=tocHeadRef><span><a >Cause</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>
<p>This problem is caused by a bug in the GetVolumeNameForVolumeMountPoint Win32 API function on the products listed in the Applies to section of this article.Ã‚Â  It occurs only for volumes that have been assigned multiple unique volume names (GUIDs).</p>
<p>The problem has been corrected in the following products:
<ul>
<li>Windows Server 2008Ã‚Â  &#8212; All versions</li>
<li>Windows Vista Service Pack 1</li>
</ul>
<p>Ã‚Â 
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<h2 class=subTitle id=tocHeadRef><span><a >Resolution</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>
<p>Applications that must run on the affected products can work around this bug in one of two ways.Ã‚Â  The first is to open the volume with the CreateFile Win32 function and then calling the DeviceIoControl function to issue the IOCTL_MOUNTMGR_QUERY_POINTS command.Ã‚Â  </p>
<p>The second way isÃ‚Â by calling GetVolumeNameForVolumeMountPoint twice.Ã‚Â  In the first call, pass the target volume name as documented (usually as a the drive letter in the format X: ) in the <i>lpszVolumeMountPoint </i>parameter.Ã‚Â Ã‚Â This call will returnÃ‚Â one of the assignedÃ‚Â unique volume names in the <i>lpszVolumeName </i>parameter.Ã‚Â  In the second call, pass the volume name returned by the first call in the <i>lpszVolumeMountPoint </i>parameter.Ã‚Â  This will cause GetVolumeNameForVolumeMountPoint to return the expected volume name.</p>
<p>The sample below to see how you might call GetVolumeNameForVolumeMountPoint() twice to get the expected results.Ã‚Â </p>
<p>#include &lt;windows.h&gt;<br />#include &lt;stdio.h&gt;<br />#include &lt;tchar.h&gt;</p>
<p>int _tmain(int argc, TCHAR* argv[]) <br />{ </p>
<p>Ã‚Â Ã‚Â Ã‚Â  TCHAR szGUID1 [MAX_PATH]; <br />Ã‚Â Ã‚Â Ã‚Â  TCHAR szGUID2 [MAX_PATH]; </p>
<p>Ã‚Â Ã‚Â Ã‚Â  if (argc != 2) <br />Ã‚Â Ã‚Â Ã‚Â  { <br />Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  wprintf(L%s &lt;x:  &gt;  n n, argv[0]); <br />Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  return 0; <br />Ã‚Â Ã‚Â Ã‚Â  } </p>
<p>Ã‚Â Ã‚Â Ã‚Â  _tprintf(TEXT(Calling GetVolumeNameForVolumeMountPoint for %s n), argv[1]); </p>
<p>Ã‚Â Ã‚Â Ã‚Â  // On the first call to GetVolumeNameForVolumeMountPoint <br />Ã‚Â Ã‚Â Ã‚Â  // pass in whatever you would normally pass in <br />Ã‚Â Ã‚Â Ã‚Â  if (GetVolumeNameForVolumeMountPoint(argv[1], szGUID1, MAX_PATH)) <br />Ã‚Â Ã‚Â Ã‚Â  { <br />Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  _tprintf(TEXT( GUID1: %s n n), szGUID1); <br />Ã‚Â Ã‚Â Ã‚Â  } </p>
<p>Ã‚Â Ã‚Â Ã‚Â  // On the second call, pass in the Volume Name received from the first <br />Ã‚Â Ã‚Â Ã‚Â  // call to GetVolumeNameForVolumeMountPoint <br />Ã‚Â Ã‚Â Ã‚Â  if (GetVolumeNameForVolumeMountPoint(szGUID1, szGUID2, MAX_PATH)) <br />Ã‚Â Ã‚Â Ã‚Â  { <br />Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  _tprintf(TEXT( GUID2: %s n n), szGUID2); <br />Ã‚Â Ã‚Â Ã‚Â  } <br />Ã‚Â Ã‚Â Ã‚Â  return 0; <br />} </p>
<p>CreateFile, DeviceIoControl, and IOCTL_MOUNTMGR_QUERY_POINTS are documented in the MSDN Library on <a href=http://msdn.microsoft.com>http://msdn.microsoft.com</a><span class=pLink>            (http://msdn.microsoft.com)        </span>.
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<h2 class=subTitle id=tocHeadRef><span><a >More Information</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>
<p>A volume can be multiple unique volume names (and thus multiple GUIDs) when it is used by multiple running installations of Windows.Ã‚Â  This could happen in the following scenarios and in similar scenarios where multiple installations of Windows have accessed the volume:
<ul>
<li>Dual booting two or more copies of Windows whichÃ‚Â access the drive.</li>
<li>Using a volume on a shared disk in a cluster where multiple nodes have accessed the volume.</li>
<li>Moving the disk which hosts theÃ‚Â volume from one computer to another.</li>
<li>In a SAN environment where the volume was assigned to multiple instances of Windows.</li>
</ul>
<p>In theseÃ‚Â situations, each runningÃ‚Â instance of Windows will assign its own GUID to the volume.Ã‚Â  Furthermore, each instance will enumerate all of the volume names and mount points assigned to the volume and thus will see multiple GUIDs.Ã‚Â  However, not all GUIDs may be used by the specific instance of Windows that is currently running.Ã‚Â  This is why the volume name returned by GetVolumeNameForVolumeMountPoint may be incorrect.</p>
<p>The MOUNTVOL.EXE tool always returns the correct volume name.</p>
<p>Ã‚Â 
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<h2 class=subTitle id=tocHeadRef><span><a >DISCLAIMER</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>MICROSOFT AND/OR ITS SUPPLIERS MAKE NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY, RELIABILITY OR ACCURACY OF THE INFORMATION CONTAINED IN THE DOCUMENTS AND RELATED GRAPHICS PUBLISHED ON THIS WEBSITE (THE Ã¢â‚¬Å“MATERIALSÃ¢â‚¬Â) FOR ANY PURPOSE. THE MATERIALS MAY INCLUDE TECHNICAL INACCURACIES OR TYPOGRAPHICAL ERRORS AND MAY BE REVISED AT ANY TIME WITHOUT NOTICE.</p>
<p>TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, MICROSOFT AND/OR ITS SUPPLIERS DISCLAIM AND EXCLUDE ALL REPRESENTATIONS, WARRANTIES, AND CONDITIONS WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT LIMITED TO REPRESENTATIONS, WARRANTIES, OR CONDITIONS OF TITLE, NON INFRINGEMENT, SATISFACTORY CONDITION OR QUALITY, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THE MATERIALS.
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
</div>
<div class=sbody norollup>
<div class=appliesTo>
<hr /><a id=appliesto></a><br />
<h5>APPLIES TO</h5>
<ul>
<li>Microsoft Windows Server 2003 Service Pack 1</li>
<li>Microsoft Windows Server 2003 Service Pack 2</li>
<li>Windows Vista Ultimate</li>
<li>Windows Vista Home Premium</li>
<li>Windows Vista Enterprise</li>
<li>Windows Vista Business</li>
</ul>
</div>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
<div class=keywords>
<table>
<tr>
<td class=header>
<h5>Keywords:Ã‚Â                             </h5>
</td>
<td class=text>kbnomt kbrapidpub KB959573</td>
</tr>
</table>
</div>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<p></span>					<A name=feedback>&nbsp;</A>                    <br/>				</div>
<h5>Microsoft Knowledge Base Article</h5>
<p class='MsoNormal'>This article contents is Microsoft Copyrighted material.<br />
Microsoft Corporation. All rights reserved. <a href='http://support.microsoft.com/tou/'>Terms of Use</a> | <a href='http://support.microsoft.com/library/toolbar/3.0/trademarks/en-us.mspx'>Trademarks</a></p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Articles or Pages</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://ossmall.info/prb-getvolumenameforvolumemountpoint-api-may-return-incorrect-name-for-volumes-with-multiple-names/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Insertions and updates in C++ Microsoft Jet DAO MFC applications may not work on a computer that is running Windows Vista Service Pack 1 or Windows Server 2008</title>
		<link>http://ossmall.info/insertions-and-updates-in-c-microsoft-jet-dao-mfc-applications-may-not-work-on-a-computer-that-is-running-windows-vista-service-pack-1-or-windows-server-2008-1/</link>
		<comments>http://ossmall.info/insertions-and-updates-in-c-microsoft-jet-dao-mfc-applications-may-not-work-on-a-computer-that-is-running-windows-vista-service-pack-1-or-windows-server-2008-1/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 13:51:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Application Center]]></category>
		<category><![CDATA[Commerce Server 2007]]></category>
		<category><![CDATA[Microsoft .NET Framework]]></category>
		<category><![CDATA[Microsoft Exchange Server]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[OS X Applications]]></category>
		<category><![CDATA[Vista Center]]></category>
		<category><![CDATA[Vista Easter Eggs]]></category>
		<category><![CDATA[Vista HowTo]]></category>
		<category><![CDATA[Vista Tips]]></category>
		<category><![CDATA[Windows Defender]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 - HowTo]]></category>
		<category><![CDATA[Windows Server 2008 - Tips]]></category>

		<guid isPermaLink="false">http://ossmall.info/insertions-and-updates-in-c-microsoft-jet-dao-mfc-applications-may-not-work-on-a-computer-that-is-running-windows-vista-service-pack-1-or-windows-server-2008-1/</guid>
		<description><![CDATA[Insertions and updates in C++ Microsoft Jet DAO MFC applications may not work on a computer that is running Windows Vista Service Pack 1 or Windows Server 2008 View products that this article applies to. Article ID : 952337 Last Review : May 15, 2008 Revision : 1.0 SYMPTOMS In a C++ Microsoft Jet DAO [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>Insertions and updates in C++ Microsoft Jet DAO MFC applications may not work on a computer that is running Windows Vista Service Pack 1 or Windows Server 2008</strong>
<div class=appliesToLink><a href=#appliesto>View products that this article applies to.</a></div>
<div class=articleProperty>
<table>
<tr>
<td>Article ID</td>
<td>:</td>
<td>952337</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>May 15, 2008</td>
</tr>
<tr>
<td>Revision</td>
<td>:</td>
<td>1.0</td>
</tr>
</table>
</div>
<div class=section>
<h2 class=subTitle id=tocHeadRef>SYMPTOMS</h2>
<div class=sbody>In a C++ Microsoft Jet DAO MFC (CDao) application, insertions and updates may not work on a computer that is running Windows Vista Service Pack 1 (SP1) or Windows Server 2008.  Additionally, you may receive the following error message:
<div class=errormsg>The field is too small to accept the amount of data you attempted to add.  Try inserting or pasting less data.</div>
<p><b>Note</b> If the application does not capture the exception that is returned by CDao  on the insertion or the update, the database will not have the updates that you intended to make.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>CAUSE</h2>
<div class=sbody>This problem occurs when all the following conditions are true:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The application is written in Microsoft Visual C++ and uses the CDao classes to access a Microsoft Jet database data source.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The <strong class=uiterm>Use Multi-Byte Character Set</strong> value is set for the <strong class=uiterm>Character Set</strong> project option.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The data that the application is inserting or updating was retrieved from a fixed-length defined Text column.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The source Text column contains data that is the maximum length that the column allows.  For example, a Text(10) column contains a value of 1234567890.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Successive insertions or updates occur from the original variable that is returned from the <b>CDaoRecordset</b> object.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The target table column is one of the following columns:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The same column from which the original data was retrieved</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Another fixed-length column that is defined as a Text column of the same size</td>
</tr>
</table>
</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>RESOLUTION</h2>
<div class=sbody>To resolve this problem, apply the hotfix that is described in Microsoft Knowledge Base article 943509.  </p>
<p>For more information, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=943509>943509</a><span class=pLink> (/Feedback.aspx?kbNumber=943509/)</span> Description of the Jet 4.0 Database Engine hotfix package for Windows XP S, Windows Server 2003 S, Windows Server 2003 S, Windows Vista, Windows Vista S, and Windows Server 2008: October 23, 2007</div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>WORKAROUND</h2>
<div class=sbody>If you cannot apply the hotfix that is described Microsoft Knowledge Base article 943509, use one of the following methods to work around this problem:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Update the application. To do this, copy the retrieved data from the original Visual C++ variable to a new variable. Then, insert or update the data from the new variable.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Update the database design. To do this, use one of the following methods:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Modify the column widths to one character larger  than any expected data.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Redefine the width as a non-fixed length.</td>
</tr>
</table>
</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>STATUS</h2>
<div class=sbody>Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the Applies to section.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
</div>
<div class=appliesTo>
<hr /><a id=appliesto></a><br />
<h5>APPLIES TO</h5>
<table class=list>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Visual Studio 2005 Professional Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Visual Studio 2005 Standard Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Visual C++ 2005 Express Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Visual Studio 2008 Professional Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Visual Studio 2008 Academic Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Visual Studio 2008 Standard Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Visual C++ 2008 Express Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Visual Studio .NET 2003 Enterprise Architect</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Visual Studio .NET 2003 Enterprise Developer</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Visual Studio .NET 2003 Academic Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Visual Studio .NET 2003 Professional Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Visual C++ .NET 2003 Standard Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Visual Studio .NET 2002 Enterprise Architect</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Visual Studio .NET 2002 Enterprise Developer</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Visual Studio .NET 2002 Professional Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Visual C++ .NET 2002 Standard Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Server 2008 Enterprise</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Server 2008 Datacenter</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Server 2008 Standard</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Service Pack 1</td>
</tr>
</table>
</div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<div class=keywords>
<table>
<tr>
<td class=header>
<h5>Keywords:Â </h5>
</td>
<td class=text>kbtshoot kbpubtypekc kberrmsg kbprb KB952337</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<p></span>					<A name=feedback>&nbsp;</A>                    <br/>				</div>
<h5>Microsoft Knowledge Base Article</h5>
<p class='MsoNormal'>This article contents is Microsoft Copyrighted material.<br />
Microsoft Corporation. All rights reserved. <a href='http://support.microsoft.com/tou/'>Terms of Use</a> | <a href='http://support.microsoft.com/library/toolbar/3.0/trademarks/en-us.mspx'>Trademarks</a></p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Articles or Pages</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://ossmall.info/insertions-and-updates-in-c-microsoft-jet-dao-mfc-applications-may-not-work-on-a-computer-that-is-running-windows-vista-service-pack-1-or-windows-server-2008-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft .NET Framework 2.0 Configuration Tool Modifies Security Policy for 32-bit Applications by default</title>
		<link>http://ossmall.info/microsoft-net-framework-20-configuration-tool-modifies-security-policy-for-32-bit-applications-by-default/</link>
		<comments>http://ossmall.info/microsoft-net-framework-20-configuration-tool-modifies-security-policy-for-32-bit-applications-by-default/#comments</comments>
		<pubDate>Sat, 29 Oct 2011 12:04:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Application Center]]></category>
		<category><![CDATA[Microsoft .NET Framework]]></category>
		<category><![CDATA[Microsoft Exchange Server]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[OS X Applications]]></category>

		<guid isPermaLink="false">http://ossmall.info/microsoft-net-framework-20-configuration-tool-modifies-security-policy-for-32-bit-applications-by-default/</guid>
		<description><![CDATA[Microsoft .NET Framework 2.0 Configuration Tool Modifies Security Policy for 32-bit Applications by default View products that this article applies to. Article ID : 953429 Last Review : May 21, 2008 Revision : 1.0 Source: Microsoft Support Back to the top RAPID PUBLISHING RAPID PUBLISHING ARTICLES PROVIDE INFORMATION DIRECTLY FROM WITHIN THE MICROSOFT SUPPORT ORGANIZATION. [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>Microsoft .NET Framework 2.0 Configuration Tool Modifies Security Policy for 32-bit Applications by default</strong>
<div class=appliesToLink><a href=#appliesto>View products that this article applies to.</a></div>
<div class=articleProperty>
<table>
<tr>
<td>Article ID</td>
<td>:</td>
<td>953429</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>May 21, 2008</td>
</tr>
<tr>
<td>Revision</td>
<td>:</td>
<td>1.0</td>
</tr>
</table>
</div>
<div class=section>
<div class=sbody><b>Source: </b>Microsoft Support
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>RAPID PUBLISHING</h2>
<div class=sbody>RAPID PUBLISHING ARTICLES PROVIDE INFORMATION DIRECTLY FROM WITHIN THE MICROSOFT SUPPORT ORGANIZATION.  THE INFORMATION CONTAINED HEREIN IS CREATED IN RESPONSE TO EMERGING OR UNIQUE TOPICS, OR IS INTENDED SUPPLEMENT OTHER KNOWLEDGE BASE INFORMATION.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>Action</h2>
<div class=sbody>On a computer running a 64-bit version of Microsoft Windows, you use the Microsoft .NET Framework 2.0 Configuration tool to configure the .NET Framework security policy.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>Result</h2>
<div class=sbody>The changes made using the .NET Framework 2.0 Configuration tool do not apply to a 64-bit .NET Framework 2.0 application. 64-bit .NET Framework applications are assemblies compiled in Visual Studio with theÂ Target CPU set to Any CPU (and running on a 64-bit computer),Â x64 or Itanium.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>Cause</h2>
<div class=sbody>
<p>The Microsoft .NET Framework 2.0 Configuration tool only applies to 32-bit assemblies (i.e. assemblies compiled with the Target CPU set to x86).Â This is also true for theÂ mscorcfg.msc MMC snap-in located in the  Program Files Microsoft.NET SDK v2.0 64 bit bin folder. </p>
<p>This behavior is by design.</p>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>Resolution</h2>
<div class=sbody>
<p>RunÂ Caspol.exe for the 64-bit version of the .NET Framework 2.0 to configure security policy for 64-bit applications.</p>
<p>1. Open a 64-bit .NET framework SDK command prompt or the Visual Studio x64 Command prompt.<br />2.Â Run caspol.exe to make the policy changes.</p>
<p>You can verify changes to the security policies saving them out to a text file and comparing. To save the policies to a text file, run the following command using both the 32-bit and 64-bit versions of Caspol.exe</p>
<p>Caspol â€“all â€“l &gt; c: policy.txt</p>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>DISCLAIMER</h2>
<div class=sbody>MICROSOFT AND/OR ITS SUPPLIERS MAKE NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY, RELIABILITY OR ACCURACY OF THE INFORMATION CONTAINED IN THE DOCUMENTS AND RELATED GRAPHICS PUBLISHED ON THIS WEBSITE (THE â€œMATERIALSâ€) FOR ANY PURPOSE. THE MATERIALS MAY INCLUDE TECHNICAL INACCURACIES OR TYPOGRAPHICAL ERRORS AND MAY BE REVISED AT ANY TIME WITHOUT NOTICE.</p>
<p>TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, MICROSOFT AND/OR ITS SUPPLIERS DISCLAIM AND EXCLUDE ALL REPRESENTATIONS, WARRANTIES, AND CONDITIONS WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT LIMITED TO REPRESENTATIONS, WARRANTIES, OR CONDITIONS OF TITLE, NON INFRINGEMENT, SATISFACTORY CONDITION OR QUALITY, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THE MATERIALS.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
</div>
<div class=appliesTo>
<hr /><a id=appliesto></a><br />
<h5>APPLIES TO</h5>
<table class=list>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft .NET Framework 2.0 x64 Edition</td>
</tr>
</table>
</div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<div class=keywords>
<table>
<tr>
<td class=header>
<h5>Keywords:Â </h5>
</td>
<td class=text>kbnomt kbrapidpub KB953429</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<p></span>					<A name=feedback>&nbsp;</A>                    <br/>				</div>
<h5>Microsoft Knowledge Base Article</h5>
<p class='MsoNormal'>This article contents is Microsoft Copyrighted material.<br />
Microsoft Corporation. All rights reserved. <a href='http://support.microsoft.com/tou/'>Terms of Use</a> | <a href='http://support.microsoft.com/library/toolbar/3.0/trademarks/en-us.mspx'>Trademarks</a></p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Articles or Pages</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://ossmall.info/microsoft-net-framework-20-configuration-tool-modifies-security-policy-for-32-bit-applications-by-default/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On a domain controller that hosts an enterprise certification authority, 2007 Office applications display the revoked signatures as valid</title>
		<link>http://ossmall.info/on-a-domain-controller-that-hosts-an-enterprise-certification-authority-2007-office-applications-display-the-revoked-signatures-as-valid/</link>
		<comments>http://ossmall.info/on-a-domain-controller-that-hosts-an-enterprise-certification-authority-2007-office-applications-display-the-revoked-signatures-as-valid/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 11:56:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Application Center]]></category>
		<category><![CDATA[MS Office Access]]></category>
		<category><![CDATA[MS Office Accounting]]></category>
		<category><![CDATA[MS Office Excel]]></category>
		<category><![CDATA[MS Office Groove]]></category>
		<category><![CDATA[MS Office InfoPath]]></category>
		<category><![CDATA[MS Office OneNote]]></category>
		<category><![CDATA[MS Office Outlook]]></category>
		<category><![CDATA[MS Office Powerpoint]]></category>
		<category><![CDATA[MS Office Project 2007]]></category>
		<category><![CDATA[MS Office Publisher]]></category>
		<category><![CDATA[MS Office SharePoint]]></category>
		<category><![CDATA[MS Office Suite 2007]]></category>
		<category><![CDATA[MS Office Visio]]></category>
		<category><![CDATA[MS Office Word]]></category>
		<category><![CDATA[OS X Applications]]></category>

		<guid isPermaLink="false">http://ossmall.info/on-a-domain-controller-that-hosts-an-enterprise-certification-authority-2007-office-applications-display-the-revoked-signatures-as-valid</guid>
		<description><![CDATA[Article ID: 956725 &#8211; Last Review: February 3, 2009 &#8211; Revision: 1.0 On a domain controller that hosts an enterprise certification authority, 2007 Office applications display the revoked signatures as valid View products that this article applies to. Expand all &#124; Collapse all SYMPTOMS On a domain controller that hosts an enterprise certification authority (CA), [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a>
<div class=articleProperty>Article ID: 956725 &#8211; Last Review: February 3, 2009 &#8211; Revision: 1.0</div>
<p><strong class=title>On a domain controller that hosts an enterprise certification authority, 2007 Office applications display the revoked signatures as valid</strong>
<div class=appliesToLink><a href=#appliesto>View products that this article applies to.</a></div>
<div id=kb_section class=section>
<div id=kb_expandcollapseall class=expandcollapseall><a >Expand all</a> | <a >Collapse all</a></div>
<h2 class=subTitle id=tocHeadRef><span><a >SYMPTOMS</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>On a domain controller that hosts an enterprise certification authority (CA), 2007 Microsoft Office applications display revoked signatures as valid. This behavior occurs if the revocation information is completely unavailable to the client. However,  the Office applications should display a warning that states that the validity of the signature cannot be verified at that time.
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<h2 class=subTitle id=tocHeadRef><span><a >RESOLUTION</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>To fix resolve this problem, follow these steps:
<ol>
<li>Install the hotfix package that was released on August 26, 2008.For more information about the hotfix package, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=956506>956506</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=956506/                        )        </span> Description of the 2007 Office system hotfix package (Mso.msp): August 26, 2008</div>
</li>
<li>Set the FailOnCRLServerOffline registry entry. To do this, follow these steps:
<ol>
<li type=a>Start Registry Editor.
<ul>
<li>In Windows Vista, click Start
<div class=kb_outergraphicwrapper kb_outergraphicwrapper_closed>
<div class=kb_graphictop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this image</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this image</span></div>
<div class=kb_graphicwrapper><img class=graphic src=http://support.microsoft.com/library/images/support/kbgraphics/Public/EN-US/VistaStartButton.jpg alt=the Start button title=the Start button></div>
</div>
<p>, type <span class=userInput>regedit</span> in the <strong class=uiterm>Start Search</strong> box, and then press ENTER.</p>
<div class=kb_outergraphicwrapper kb_outergraphicwrapper_closed>
<div class=kb_graphictop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this image</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this image</span></div>
<div class=kb_graphicwrapper><img class=graphic src=http://support.microsoft.com/library/images/support/kbgraphics/Public/EN-US/SecurityShield.jpg alt=User Account Control title=User Account Control></div>
</div>
<p> If you are prompted for an administrator password or for confirmation, type the password, or provide confirmation.  </li>
<li>In Windows XP, click <strong class=uiterm>Start</strong>, click <strong class=uiterm>Run</strong>, type <span class=userInput>regedit</span> in the <strong class=uiterm>Open</strong> box, and then click <strong class=uiterm>OK</strong>.</li>
</ul>
</li>
<li type=a>Locate and then right-click  the following registry subkey:
<div class=indent><strong class=uiterm>HKEY_CURRENT_USER Software Microsoft Office 12.0 Common Signatures</strong></div>
</li>
<li type=a>On the <strong class=uiterm>Edit</strong> menu, point to <strong class=uiterm>New</strong>, and then click <strong class=uiterm>DWORD Value</strong>.</li>
<li type=a>Type <span class=userInput>FailOnCRLServerOffline</span>, and then press ENTER.</li>
<li type=a>Right-click <strong class=uiterm>FailOnCRLServerOffline</strong>, and then click <strong class=uiterm>Modify</strong>.</li>
<li type=a>In the <strong class=uiterm>Value data</strong> box, type <span class=userInput>1</span>, and then click <strong class=uiterm>OK</strong>.</li>
<li type=a>On the <strong class=uiterm>File</strong> menu, click <strong class=uiterm>Exit</strong> to exit Registry Editor.</li>
</ol>
</li>
</ol>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<h2 class=subTitle id=tocHeadRef><span><a >STATUS</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the Applies to section.
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
</div>
<div class=sbody norollup>
<div class=appliesTo>
<hr /><a id=appliesto></a><br />
<h5>APPLIES TO</h5>
<ul>
<li>Microsoft Office Basic 2007</li>
<li>Microsoft Office Enterprise 2007</li>
<li>Microsoft Office Home and Student 2007</li>
<li>Microsoft Office Professional 2007</li>
<li>Microsoft Office Small Business 2007</li>
<li>Microsoft Office Standard 2007</li>
<li>Microsoft Office Ultimate 2007</li>
</ul>
</div>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
<div class=keywords>
<table>
<tr>
<td class=header>
<h5>Keywords:Ã‚Â                             </h5>
</td>
<td class=text>kbexpertiseinter kbqfe KB956725</td>
</tr>
</table>
</div>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<p></span>					<A name=feedback>&nbsp;</A>                    <br/>				</div>
<h5>Microsoft Knowledge Base Article</h5>
<p class='MsoNormal'>This article contents is Microsoft Copyrighted material.<br />
Microsoft Corporation. All rights reserved. <a href='http://support.microsoft.com/tou/'>Terms of Use</a> | <a href='http://support.microsoft.com/library/toolbar/3.0/trademarks/en-us.mspx'>Trademarks</a></p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Articles or Pages</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://ossmall.info/on-a-domain-controller-that-hosts-an-enterprise-certification-authority-2007-office-applications-display-the-revoked-signatures-as-valid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When you switch the focus between two applications on a Windows Vista-based computer, the IME Conversion Mode setting is not maintained as expected</title>
		<link>http://ossmall.info/when-you-switch-the-focus-between-two-applications-on-a-windows-vista-based-computer-the-ime-conversion-mode-setting-is-not-maintained-as-expected/</link>
		<comments>http://ossmall.info/when-you-switch-the-focus-between-two-applications-on-a-windows-vista-based-computer-the-ime-conversion-mode-setting-is-not-maintained-as-expected/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 00:28:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Application Center]]></category>
		<category><![CDATA[OS X Applications]]></category>
		<category><![CDATA[Vista Center]]></category>
		<category><![CDATA[Vista Easter Eggs]]></category>
		<category><![CDATA[Vista HowTo]]></category>
		<category><![CDATA[Vista Tips]]></category>
		<category><![CDATA[Windows Defender]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 - HowTo]]></category>
		<category><![CDATA[Windows Server 2008 - Tips]]></category>

		<guid isPermaLink="false">http://ossmall.info/when-you-switch-the-focus-between-two-applications-on-a-windows-vista-based-computer-the-ime-conversion-mode-setting-is-not-maintained-as-expected/</guid>
		<description><![CDATA[When you switch the focus between two applications on a Windows Vista-based computer, the IME Conversion Mode setting is not maintained as expected View products that this article applies to. Article ID : 949232 Last Review : March 13, 2008 Revision : 1.0 On This Page SYMPTOMS Consider the following scenario: â€¢ On a Windows [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>When you switch the focus between two applications on a Windows Vista-based computer, the IME Conversion Mode setting is not maintained as expected</strong>
<div class=appliesToLink><a href=#appliesto>View products that this article applies to.</a></div>
<div class=articleProperty>
<table>
<tr>
<td>Article ID</td>
<td>:</td>
<td>949232</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>March 13, 2008</td>
</tr>
<tr>
<td>Revision</td>
<td>:</td>
<td>1.0</td>
</tr>
</table>
</div>
<div class=toc id=tocDiv>
<h5>On This Page</h5>
</div>
<p><noscript></noscript>
<div class=section>
<h2 class=subTitle id=tocHeadRef>SYMPTOMS</h2>
<div class=sbody>Consider the following scenario:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>On a Windows Vista-based computer, you set the <b>Default input language</b> setting  to <b>Chinese (PRC) &#8211; Chinese (Simplified) &#8211; US Keyboard</b>.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>On this same computer, you start a .NET WinForm application. Then, you set the focus to a text box in the application. </td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>You switch the Input Method Editor (IME) to <b>Chinese (Simplified) &#8211; Microsoft Pinyin IME</b>, and then you set the IME Conversion Mode to full-shape mode.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>You switch the focus to another application, and then you return the focus to the text box.</td>
</tr>
</table>
<p>In this scenario, the IME Conversion Mode is unexpectedly changed to half-shape mode.</p>
<p><b>Note</b> This issue  occurs only the first time that you switch the focus. If the application continues running, the IME status is  maintained as expected.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>CAUSE</h2>
<div class=sbody>This issue occurs because the IME does not send the <b>WM_IME_NOTIFY</b> message the first time that you switch the IME conversion mode. Therefore, the .NET WinForm application does not obtain  the latest IME conversion status. Instead, the application stores the  incorrect IME status. Therefore, the application restores the incorrect IME status when a user returns the focus to the application.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>RESOLUTION</h2>
<div class=sbody>
<h3 id=tocHeadRef>Hotfix information</h3>
<p>A supported hotfix is now available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing this specific problem. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next Windows Vista service pack that contains this hotfix.</p>
<p>To resolve this problem, submit a request to Microsoft Online Customer Services to obtain the hotfix. To submit an online request to obtain the hotfix, visit the following Microsoft Web site:
<div class=indent><a href=http://go.microsoft.com/?linkid=6294451>http://go.microsoft.com/?linkid=6294451</a><span class=pLink> (http://go.microsoft.com/?linkid=6294451)</span></div>
<p><b>Note</b>  If additional issues occur or any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. To create a separate service request, visit the following Microsoft Web site:
<div class=indent><a href=http://support.microsoft.com/contactus/?ws=support>http://support.microsoft.com/contactus/?ws=support</a><span class=pLink> (http://support.microsoft.com/contactus/?ws=support)</span></div>
<h4 id=tocHeadRef>Prerequisites</h4>
<p>No prerequisites are required.<br />
<h4 id=tocHeadRef>Restart requirement</h4>
<p>You must  restart the computer after you apply this hotfix.<br />
<h4 id=tocHeadRef>Hotfix replacement information</h4>
<p> This hotfix does not replace any other previously released hotfixes.<br />
<h4 id=tocHeadRef>Registry information</h4>
<p> To use this hotfix, you do not have to make any changes to the registry.<br />
<h4 id=tocHeadRef>File information</h4>
<p>The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the <strong class=uiterm>Time Zone</strong> tab in the <strong class=uiterm>Date and Time</strong> item in Control Panel.<br />
<h5 id=tocHeadRef>Windows Vista, x86-based versions</h5>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td>Package_1_for_kb949232_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,753</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_1_for_kb949232~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>2,474</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_2_for_kb949232_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,916</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_2_for_kb949232~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>2,641</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_3_for_kb949232_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,758</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_3_for_kb949232~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>2,479</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_4_for_kb949232_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,758</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_4_for_kb949232~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>2,481</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_5_for_kb949232_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,758</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_5_for_kb949232~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>2,481</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_6_for_kb949232_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,754</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_6_for_kb949232~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>2,476</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_client_0_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,407</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_client_0~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,426</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_client_1_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,348</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_client_1~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,367</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_client_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,682</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_client~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,713</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_sc_0_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,402</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_sc_0~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,422</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_sc_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,404</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_sc~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,423</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_server_0_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,406</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_server_0~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,425</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_server_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,412</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_server~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,431</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_winpesrv_0_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,403</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_winpesrv_0~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,422</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_winpesrv_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,411</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_winpesrv~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,430</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_winpe_0_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,401</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_winpe_0~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,420</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_winpe_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,405</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_winpe~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,424</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Update-bf.mum</td>
<td>Not Applicable</td>
<td>3,484</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Update.mum</td>
<td>Not Applicable</td>
<td>3,571</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>X86_0b2761d10c4c9342908eed599aa8aa03_31bf3856ad364e35_6.0.6000.20775_none_820713161c68a820.manifest</td>
<td>Not Applicable</td>
<td>715</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>X86_30e79cf8f63d1c15bab15fc64fc92a10_31bf3856ad364e35_6.0.6001.18021_none_2ed4f54ee601d1d2.manifest</td>
<td>Not Applicable</td>
<td>715</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>X86_49f9b9e9f92549766752b02a20088197_31bf3856ad364e35_6.0.6000.16642_none_bc54cbd925a106cd.manifest</td>
<td>Not Applicable</td>
<td>715</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>X86_e3b2b99a0b069691e4ea452bcd1119d1_31bf3856ad364e35_6.0.6001.22117_none_057140cd823a0f27.manifest</td>
<td>Not Applicable</td>
<td>715</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>X86_microsoft-windows-t..icesframework-msctf_31bf3856ad364e35_6.0.6000.16642_none_73b43257f1bd2b1a.manifest</td>
<td>Not Applicable</td>
<td>29,560</td>
<td>19-Feb-2008</td>
<td>05:28</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>X86_microsoft-windows-t..icesframework-msctf_31bf3856ad364e35_6.0.6000.20775_none_7420603d0af06abc.manifest</td>
<td>Not Applicable</td>
<td>29,560</td>
<td>19-Feb-2008</td>
<td>05:14</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>X86_microsoft-windows-t..icesframework-msctf_31bf3856ad364e35_6.0.6001.18021_none_75af108beed46ad2.manifest</td>
<td>Not Applicable</td>
<td>29,560</td>
<td>19-Feb-2008</td>
<td>05:34</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>X86_microsoft-windows-t..icesframework-msctf_31bf3856ad364e35_6.0.6001.22117_none_76497eff07e486b5.manifest</td>
<td>Not Applicable</td>
<td>29,560</td>
<td>19-Feb-2008</td>
<td>05:13</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Msctf.dll</td>
<td>6.0.6000.16642</td>
<td>805,888</td>
<td>19-Feb-2008</td>
<td>05:01</td>
<td>x86</td>
</tr>
<tr>
<td>Msctf.dll</td>
<td>6.0.6000.20775</td>
<td>806,400</td>
<td>19-Feb-2008</td>
<td>04:48</td>
<td>x86</td>
</tr>
<tr>
<td>Msctf.dll</td>
<td>6.0.6001.18021</td>
<td>806,912</td>
<td>19-Feb-2008</td>
<td>04:55</td>
<td>x86</td>
</tr>
<tr>
<td>Msctf.dll</td>
<td>6.0.6001.22117</td>
<td>806,912</td>
<td>19-Feb-2008</td>
<td>04:47</td>
<td>x86</td>
</tr>
</table>
<h5 id=tocHeadRef>Windows Vista, x64-based versions</h5>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td>Amd64_031981a04ae97cf842fa3402e628f1ee_31bf3856ad364e35_6.0.6000.20775_none_f8812f60c9981024.manifest</td>
<td>Not Applicable</td>
<td>1,078</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Amd64_0486f958fafb1327f72478794f067a0c_31bf3856ad364e35_6.0.6000.20775_none_7d48a7976e43e335.manifest</td>
<td>Not Applicable</td>
<td>719</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Amd64_111cff5fd31a607cccc6c516fba3cae2_31bf3856ad364e35_6.0.6001.22117_none_c2530414840e09c4.manifest</td>
<td>Not Applicable</td>
<td>1,078</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Amd64_29c9e49715bff19da2a6bc0e8cdeaedb_31bf3856ad364e35_6.0.6000.16642_none_df21d1349b677b86.manifest</td>
<td>Not Applicable</td>
<td>1,078</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Amd64_8b05b94732d1fdc5d25049c203bc99db_31bf3856ad364e35_6.0.6001.18021_none_4728f6940f00e396.manifest</td>
<td>Not Applicable</td>
<td>719</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Amd64_a121b6fe58ef06920d5eb18a4aa0b2a3_31bf3856ad364e35_6.0.6001.22117_none_331c49e30862b37e.manifest</td>
<td>Not Applicable</td>
<td>719</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Amd64_aed1f14509b74328b93688574e14f348_31bf3856ad364e35_6.0.6001.18021_none_de0ddc93c3571421.manifest</td>
<td>Not Applicable</td>
<td>1,078</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Amd64_bc6252f20aa3b5e674e101c4f909da5a_31bf3856ad364e35_6.0.6000.16642_none_d557c888fa94967d.manifest</td>
<td>Not Applicable</td>
<td>719</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Amd64_microsoft-windows-t..icesframework-msctf_31bf3856ad364e35_6.0.6000.16642_none_cfd2cddbaa1a9c50.manifest</td>
<td>Not Applicable</td>
<td>29,584</td>
<td>19-Feb-2008</td>
<td>05:11</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Amd64_microsoft-windows-t..icesframework-msctf_31bf3856ad364e35_6.0.6000.20775_none_d03efbc0c34ddbf2.manifest</td>
<td>Not Applicable</td>
<td>29,584</td>
<td>19-Feb-2008</td>
<td>05:19</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Amd64_microsoft-windows-t..icesframework-msctf_31bf3856ad364e35_6.0.6001.18021_none_d1cdac0fa731dc08.manifest</td>
<td>Not Applicable</td>
<td>29,584</td>
<td>19-Feb-2008</td>
<td>06:05</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Amd64_microsoft-windows-t..icesframework-msctf_31bf3856ad364e35_6.0.6001.22117_none_d2681a82c041f7eb.manifest</td>
<td>Not Applicable</td>
<td>29,584</td>
<td>19-Feb-2008</td>
<td>06:03</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_1_for_kb949232_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,763</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_1_for_kb949232~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>2,488</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_2_for_kb949232_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>2,155</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_2_for_kb949232~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>3,123</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_3_for_kb949232_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,995</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_3_for_kb949232~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>2,959</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_4_for_kb949232_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,995</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_4_for_kb949232~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>2,961</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_5_for_kb949232_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,995</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_5_for_kb949232~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>2,961</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_6_for_kb949232_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,764</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_6_for_kb949232~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>2,490</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_client_0_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,415</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_client_0~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,434</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_client_1_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,356</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_client_1~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,375</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_client_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,692</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_client~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,723</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_sc_0_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,410</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_sc_0~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,430</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_sc_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,412</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_sc~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,431</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_server_0_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,414</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_server_0~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,433</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_server_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,420</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_server~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,439</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_winpesrv_0_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,411</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_winpesrv_0~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,430</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_winpesrv_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,419</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_winpesrv~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,438</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_winpe_0_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,409</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_winpe_0~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,428</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_winpe_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,413</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_winpe~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,432</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Update-bf.mum</td>
<td>Not Applicable</td>
<td>3,510</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Update.mum</td>
<td>Not Applicable</td>
<td>3,597</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Msctf.dll</td>
<td>6.0.6000.16642</td>
<td>1,052,160</td>
<td>19-Feb-2008</td>
<td>04:53</td>
<td>x64</td>
</tr>
<tr>
<td>Msctf.dll</td>
<td>6.0.6000.20775</td>
<td>1,052,672</td>
<td>19-Feb-2008</td>
<td>04:57</td>
<td>x64</td>
</tr>
<tr>
<td>Msctf.dll</td>
<td>6.0.6001.18021</td>
<td>1,040,384</td>
<td>19-Feb-2008</td>
<td>05:22</td>
<td>x64</td>
</tr>
<tr>
<td>Msctf.dll</td>
<td>6.0.6001.22117</td>
<td>1,040,384</td>
<td>19-Feb-2008</td>
<td>05:17</td>
<td>x64</td>
</tr>
</table>
<h5 id=tocHeadRef>Windows Vista, IA-64-based versions</h5>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td>Ia64_1d7fcd1f5f66f1d1ba167fcf060e5c05_31bf3856ad364e35_6.0.6001.22117_none_4884c5a43ec93d9c.manifest</td>
<td>Not Applicable</td>
<td>717</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Ia64_4949d2d0fc5a3705c4719e54f6f170f7_31bf3856ad364e35_6.0.6001.18021_none_85f90703f50cbbe7.manifest</td>
<td>Not Applicable</td>
<td>717</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Ia64_4f25c470ed0eda6aee932c8534d886b6_31bf3856ad364e35_6.0.6001.18021_none_62f4d2a5e156901a.manifest</td>
<td>Not Applicable</td>
<td>1,076</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Ia64_603928dc9053d3ca7fb1ac99b57ae2ba_31bf3856ad364e35_6.0.6001.22117_none_f3cf674846e9032b.manifest</td>
<td>Not Applicable</td>
<td>1,076</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Ia64_microsoft-windows-t..icesframework-msctf_31bf3856ad364e35_6.0.6001.18021_none_75b0b481eed273ce.manifest</td>
<td>Not Applicable</td>
<td>29,572</td>
<td>19-Feb-2008</td>
<td>06:05</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Ia64_microsoft-windows-t..icesframework-msctf_31bf3856ad364e35_6.0.6001.22117_none_764b22f507e28fb1.manifest</td>
<td>Not Applicable</td>
<td>29,572</td>
<td>19-Feb-2008</td>
<td>05:31</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_1_for_kb949232_bf~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,758</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_1_for_kb949232~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>2,481</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_2_for_kb949232_bf~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,990</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_2_for_kb949232~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>2,952</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_3_for_kb949232_bf~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,990</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_3_for_kb949232~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>2,952</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_sc_0_bf~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,406</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_sc_0~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,425</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_sc_bf~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,407</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_sc~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,427</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_server_0_bf~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,410</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_server_0~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,429</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_server_bf~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,415</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_server~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,435</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_winpesrv_0_bf~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,407</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_winpesrv_0~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,426</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_winpesrv_bf~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,414</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Package_for_kb949232_winpesrv~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
<td>Not Applicable</td>
<td>1,434</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Update-bf.mum</td>
<td>Not Applicable</td>
<td>2,372</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Update.mum</td>
<td>Not Applicable</td>
<td>2,423</td>
<td>19-Feb-2008</td>
<td>16:48</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Msctf.dll</td>
<td>6.0.6001.18021</td>
<td>2,059,776</td>
<td>19-Feb-2008</td>
<td>05:23</td>
<td>IA-64</td>
</tr>
<tr>
<td>Msctf.dll</td>
<td>6.0.6001.22117</td>
<td>2,060,288</td>
<td>19-Feb-2008</td>
<td>05:02</td>
<td>IA-64</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>STATUS</h2>
<div class=sbody>Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the Applies to section.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>MORE INFORMATION</h2>
<div class=sbody>For more information about the <b>WM_IME_NOTIFY</b> message, visit the following Microsoft Web site:
<div class=indent><a href=http://msdn2.microsoft.com/en-us/library/ms776096.aspx>http://msdn2.microsoft.com/en-us/library/ms776096.aspx</a><span class=pLink> (http://msdn2.microsoft.com/en-us/library/ms776096.aspx)</span></div>
<p>For more information, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=824684>824684</a><span class=pLink> (/Feedback.aspx?kbNumber=824684/)</span> Description of the standard terminology that is used to describe Microsoft software updates</div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
</div>
<div class=appliesTo>
<hr /><a id=appliesto></a><br />
<h5>APPLIES TO</h5>
<table class=list>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Enterprise 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Basic 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Premium 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Ultimate 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Business</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Business 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Enterprise</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Basic</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Premium</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Ultimate</td>
</tr>
</table>
</div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<div class=keywords>
<table>
<tr>
<td class=header>
<h5>Keywords:Â </h5>
</td>
<td class=text>kbexpertiseadvanced kbfix kbpubtypekc kbqfe kbhotfixserver KB949232</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<p></span>					<A name=feedback>&nbsp;</A>                    <br/>				</div>
<h5>Microsoft Knowledge Base Article</h5>
<p class='MsoNormal'>This article contents is Microsoft Copyrighted material.<br />
Microsoft Corporation. All rights reserved. <a href='http://support.microsoft.com/tou/'>Terms of Use</a> | <a href='http://support.microsoft.com/library/toolbar/3.0/trademarks/en-us.mspx'>Trademarks</a></p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Articles or Pages</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://ossmall.info/when-you-switch-the-focus-between-two-applications-on-a-windows-vista-based-computer-the-ime-conversion-mode-setting-is-not-maintained-as-expected/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Vista Sidebar may flash when you run full-screen applications</title>
		<link>http://ossmall.info/windows-vista-sidebar-may-flash-when-you-run-full-screen-applications/</link>
		<comments>http://ossmall.info/windows-vista-sidebar-may-flash-when-you-run-full-screen-applications/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 12:51:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Application Center]]></category>
		<category><![CDATA[OS X Applications]]></category>
		<category><![CDATA[Vista Center]]></category>
		<category><![CDATA[Vista Easter Eggs]]></category>
		<category><![CDATA[Vista HowTo]]></category>
		<category><![CDATA[Vista Tips]]></category>
		<category><![CDATA[Windows Defender]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 - HowTo]]></category>
		<category><![CDATA[Windows Server 2008 - Tips]]></category>

		<guid isPermaLink="false">http://ossmall.info/windows-vista-sidebar-may-flash-when-you-run-full-screen-applications/</guid>
		<description><![CDATA[Windows Vista Sidebar may flash when you run full-screen applications View products that this article applies to. Article ID : 953035 Last Review : May 13, 2008 Revision : 1.0 Source: Microsoft Support Back to the top RAPID PUBLISHING RAPID PUBLISHING ARTICLES PROVIDE INFORMATION DIRECTLY FROM WITHIN THE MICROSOFT SUPPORT ORGANIZATION. THE INFORMATION CONTAINED HEREIN [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>Windows Vista Sidebar may flash when you run full-screen applications</strong>
<div class=appliesToLink><a href=#appliesto>View products that this article applies to.</a></div>
<div class=articleProperty>
<table>
<tr>
<td>Article ID</td>
<td>:</td>
<td>953035</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>May 13, 2008</td>
</tr>
<tr>
<td>Revision</td>
<td>:</td>
<td>1.0</td>
</tr>
</table>
</div>
<div class=section>
<div class=sbody><b>Source: </b>Microsoft Support
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>RAPID PUBLISHING</h2>
<div class=sbody>RAPID PUBLISHING ARTICLES PROVIDE INFORMATION DIRECTLY FROM WITHIN THE MICROSOFT SUPPORT ORGANIZATION.  THE INFORMATION CONTAINED HEREIN IS CREATED IN RESPONSE TO EMERGING OR UNIQUE TOPICS, OR IS INTENDED SUPPLEMENT OTHER KNOWLEDGE BASE INFORMATION.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>Action</h2>
<div class=sbody>
<p>When you run a full-screen application, such as a game, the Windows Sidebar may flash or appear on top of the application or game briefly.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>Cause</h2>
<div class=sbody>
<p>Full screen applications or games which do not create a full-screen window may cause the Windows Sidebar to unexpectedly receive an indication that the mouse is over the Windows Sidebar. When this happens the Windows Sidebar will try an animation to fade in, which is normal behavior. However, an issue will underlying technologies (layered windows) will cause the Sidebar to flash into view despite the application or game being topmost.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>Resolution</h2>
<div class=sbody>
<p>The Windows Sidebar can be closed before you run the application or game, or can be set to be Sidebar is always on top of other windows . Or, the code for the application or game can be modified to create a full-screen window, rather than a topmost window the size of the current screen.</p>
<p>To close the Windows Sidebar, right-click Windows Sidebar, and then click <b>Close </b><b>Windows Sidebar</b>.</p>
<p>To set the Sidebar is always on top of other windows option, follow these steps:</p>
<p>1. Right-click Windows Sidebar, and then click <b>Properties</b>.</p>
<p>2. Click to select the Sidebar is always on top of other windows check box, and then click <b>OK</b>.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>More Information</h2>
<div class=sbody>
<p>Repro Steps</p>
<p>==========</p>
<p>To reproduce this issue, follow these steps:</p>
<p>1.Â Â Â Â Â Â  Make sure Windows Sidebar is not set to Sidebar is always on top of other windows. </p>
<p>2.Â Â Â Â Â Â  Â Start application which uses Direct 3D. </p>
<p>3.Â Â Â Â Â Â  Move mouse around, typically toward upper-right of the screen. Sidebar should flash and appear for some time.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>DISCLAIMER</h2>
<div class=sbody>MICROSOFT AND/OR ITS SUPPLIERS MAKE NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY, RELIABILITY OR ACCURACY OF THE INFORMATION CONTAINED IN THE DOCUMENTS AND RELATED GRAPHICS PUBLISHED ON THIS WEBSITE (THE â€œMATERIALSâ€) FOR ANY PURPOSE. THE MATERIALS MAY INCLUDE TECHNICAL INACCURACIES OR TYPOGRAPHICAL ERRORS AND MAY BE REVISED AT ANY TIME WITHOUT NOTICE.</p>
<p>TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, MICROSOFT AND/OR ITS SUPPLIERS DISCLAIM AND EXCLUDE ALL REPRESENTATIONS, WARRANTIES, AND CONDITIONS WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT LIMITED TO REPRESENTATIONS, WARRANTIES, OR CONDITIONS OF TITLE, NON INFRINGEMENT, SATISFACTORY CONDITION OR QUALITY, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THE MATERIALS.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
</div>
<div class=appliesTo>
<hr /><a id=appliesto></a><br />
<h5>APPLIES TO</h5>
<table class=list>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Ultimate</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Premium</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Basic</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Enterprise</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Business</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Ultimate 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Premium 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Basic 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Enterprise 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Business 64-bit Edition</td>
</tr>
</table>
</div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<div class=keywords>
<table>
<tr>
<td class=header>
<h5>Keywords:Â </h5>
</td>
<td class=text>kbnomt kbrapidpub KB953035</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<p></span>					<A name=feedback>&nbsp;</A>                    <br/>				</div>
<h5>Microsoft Knowledge Base Article</h5>
<p class='MsoNormal'>This article contents is Microsoft Copyrighted material.<br />
Microsoft Corporation. All rights reserved. <a href='http://support.microsoft.com/tou/'>Terms of Use</a> | <a href='http://support.microsoft.com/library/toolbar/3.0/trademarks/en-us.mspx'>Trademarks</a></p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Articles or Pages</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://ossmall.info/windows-vista-sidebar-may-flash-when-you-run-full-screen-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Insertions and updates in C++ Microsoft Jet DAO MFC applications may not work on a computer that is running Windows Vista Service Pack 1 or Windows Server 2008</title>
		<link>http://ossmall.info/insertions-and-updates-in-c-microsoft-jet-dao-mfc-applications-may-not-work-on-a-computer-that-is-running-windows-vista-service-pack-1-or-windows-server-2008/</link>
		<comments>http://ossmall.info/insertions-and-updates-in-c-microsoft-jet-dao-mfc-applications-may-not-work-on-a-computer-that-is-running-windows-vista-service-pack-1-or-windows-server-2008/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 12:51:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Application Center]]></category>
		<category><![CDATA[Commerce Server 2007]]></category>
		<category><![CDATA[Microsoft .NET Framework]]></category>
		<category><![CDATA[Microsoft Exchange Server]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[OS X Applications]]></category>
		<category><![CDATA[Vista Center]]></category>
		<category><![CDATA[Vista Easter Eggs]]></category>
		<category><![CDATA[Vista HowTo]]></category>
		<category><![CDATA[Vista Tips]]></category>
		<category><![CDATA[Windows Defender]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 - HowTo]]></category>
		<category><![CDATA[Windows Server 2008 - Tips]]></category>

		<guid isPermaLink="false">http://ossmall.info/insertions-and-updates-in-c-microsoft-jet-dao-mfc-applications-may-not-work-on-a-computer-that-is-running-windows-vista-service-pack-1-or-windows-server-2008/</guid>
		<description><![CDATA[Insertions and updates in C++ Microsoft Jet DAO MFC applications may not work on a computer that is running Windows Vista Service Pack 1 or Windows Server 2008 View products that this article applies to. Article ID : 952337 Last Review : May 15, 2008 Revision : 1.0 SYMPTOMS In a C++ Microsoft Jet DAO [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>Insertions and updates in C++ Microsoft Jet DAO MFC applications may not work on a computer that is running Windows Vista Service Pack 1 or Windows Server 2008</strong>
<div class=appliesToLink><a href=#appliesto>View products that this article applies to.</a></div>
<div class=articleProperty>
<table>
<tr>
<td>Article ID</td>
<td>:</td>
<td>952337</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>May 15, 2008</td>
</tr>
<tr>
<td>Revision</td>
<td>:</td>
<td>1.0</td>
</tr>
</table>
</div>
<div class=section>
<h2 class=subTitle id=tocHeadRef>SYMPTOMS</h2>
<div class=sbody>In a C++ Microsoft Jet DAO MFC (CDao) application, insertions and updates may not work on a computer that is running Windows Vista Service Pack 1 (SP1) or Windows Server 2008.  Additionally, you may receive the following error message:
<div class=errormsg>The field is too small to accept the amount of data you attempted to add.  Try inserting or pasting less data.</div>
<p><b>Note</b> If the application does not capture the exception that is returned by CDao  on the insertion or the update, the database will not have the updates that you intended to make.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>CAUSE</h2>
<div class=sbody>This problem occurs when all the following conditions are true:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The application is written in Microsoft Visual C++ and uses the CDao classes to access a Microsoft Jet database data source.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The <strong class=uiterm>Use Multi-Byte Character Set</strong> value is set for the <strong class=uiterm>Character Set</strong> project option.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The data that the application is inserting or updating was retrieved from a fixed-length defined Text column.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The source Text column contains data that is the maximum length that the column allows.  For example, a Text(10) column contains a value of 1234567890.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Successive insertions or updates occur from the original variable that is returned from the <b>CDaoRecordset</b> object.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The target table column is one of the following columns:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The same column from which the original data was retrieved</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Another fixed-length column that is defined as a Text column of the same size</td>
</tr>
</table>
</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>RESOLUTION</h2>
<div class=sbody>To resolve this problem, apply the hotfix that is described in Microsoft Knowledge Base article 943509.  </p>
<p>For more information, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=943509>943509</a><span class=pLink> (/Feedback.aspx?kbNumber=943509/)</span> Description of the Jet 4.0 Database Engine hotfix package for Windows XP S, Windows Server 2003 S, Windows Server 2003 S, Windows Vista, Windows Vista S, and Windows Server 2008: October 23, 2007</div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>WORKAROUND</h2>
<div class=sbody>If you cannot apply the hotfix that is described Microsoft Knowledge Base article 943509, use one of the following methods to work around this problem:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Update the application. To do this, copy the retrieved data from the original Visual C++ variable to a new variable. Then, insert or update the data from the new variable.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Update the database design. To do this, use one of the following methods:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Modify the column widths to one character larger  than any expected data.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Redefine the width as a non-fixed length.</td>
</tr>
</table>
</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>STATUS</h2>
<div class=sbody>Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the Applies to section.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
</div>
<div class=appliesTo>
<hr /><a id=appliesto></a><br />
<h5>APPLIES TO</h5>
<table class=list>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Visual Studio 2005 Professional Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Visual Studio 2005 Standard Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Visual C++ 2005 Express Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Visual Studio 2008 Professional Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Visual Studio 2008 Academic Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Visual Studio 2008 Standard Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Visual C++ 2008 Express Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Visual Studio .NET 2003 Enterprise Architect</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Visual Studio .NET 2003 Enterprise Developer</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Visual Studio .NET 2003 Academic Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Visual Studio .NET 2003 Professional Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Visual C++ .NET 2003 Standard Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Visual Studio .NET 2002 Enterprise Architect</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Visual Studio .NET 2002 Enterprise Developer</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Visual Studio .NET 2002 Professional Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Visual C++ .NET 2002 Standard Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Server 2008 Enterprise</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Server 2008 Datacenter</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Server 2008 Standard</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Service Pack 1</td>
</tr>
</table>
</div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<div class=keywords>
<table>
<tr>
<td class=header>
<h5>Keywords:Â </h5>
</td>
<td class=text>kbtshoot kbpubtypekc kberrmsg kbprb KB952337</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<p></span>					<A name=feedback>&nbsp;</A>                    <br/>				</div>
<h5>Microsoft Knowledge Base Article</h5>
<p class='MsoNormal'>This article contents is Microsoft Copyrighted material.<br />
Microsoft Corporation. All rights reserved. <a href='http://support.microsoft.com/tou/'>Terms of Use</a> | <a href='http://support.microsoft.com/library/toolbar/3.0/trademarks/en-us.mspx'>Trademarks</a></p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Articles or Pages</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://ossmall.info/insertions-and-updates-in-c-microsoft-jet-dao-mfc-applications-may-not-work-on-a-computer-that-is-running-windows-vista-service-pack-1-or-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Debug Diagnostic 1.1 tool is now available</title>
		<link>http://ossmall.info/the-debug-diagnostic-11-tool-is-now-available/</link>
		<comments>http://ossmall.info/the-debug-diagnostic-11-tool-is-now-available/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 10:50:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple Products]]></category>
		<category><![CDATA[Application Center]]></category>
		<category><![CDATA[Commerce Server 2007]]></category>
		<category><![CDATA[Internet Explorer 7]]></category>
		<category><![CDATA[Microsoft .NET Framework]]></category>
		<category><![CDATA[Microsoft Exchange Server]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[MS Office Access]]></category>
		<category><![CDATA[MS Office Visio]]></category>
		<category><![CDATA[OS X Applications]]></category>
		<category><![CDATA[Vista Center]]></category>
		<category><![CDATA[Vista Easter Eggs]]></category>
		<category><![CDATA[Vista HowTo]]></category>
		<category><![CDATA[Vista Tips]]></category>
		<category><![CDATA[Win XP Center]]></category>
		<category><![CDATA[Windows Defender]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 - HowTo]]></category>
		<category><![CDATA[Windows Server 2008 - Tips]]></category>

		<guid isPermaLink="false">http://ossmall.info/the-debug-diagnostic-11-tool-is-now-available/</guid>
		<description><![CDATA[The Debug Diagnostic 1.1 tool is now available View products that this article applies to. Article ID : 931370 Last Review : October 11, 2007 Revision : 1.3 On This Page SUMMARY This article describes the features and availability of the Debug Diagnostics 1.1 tool . Additionally, this article describes how to use the Debug [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>The Debug Diagnostic 1.1 tool is now available</strong>
<div class=appliesToLink><a href=#appliesto>View products that this article applies to.</a></div>
<div class=articleProperty>
<table>
<tr>
<td>Article ID</td>
<td>:</td>
<td>931370</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>October 11, 2007</td>
</tr>
<tr>
<td>Revision</td>
<td>:</td>
<td>1.3</td>
</tr>
</table>
</div>
<div class=notice></div>
<div class=toc id=tocDiv>
<h5>On This Page</h5>
</div>
<p><noscript></noscript>
<div class=section>
<h2 class=subTitle id=tocHeadRef>SUMMARY</h2>
<div class=sbody>
<div class=indent><i>This article describes the  features and availability of the Debug Diagnostics 1.1 tool . Additionally, this article describes how to use the Debug Diagnostics 1.1 tool to analyze and resolve application issues.</i></div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>INTRODUCTION</h2>
<div class=sbody>The Debug Diagnostics 1.1 tool is designed to help troubleshoot performance issues in any Win32 user-mode process. For example, the Debug Diagnostics 1.1 tool can help you troubleshoot an application that stops responding (hangs) or crashes, performs slowly, leaks memory, or has memory fragmentation issues. The Debug Diagnostics 1.1 tool also includes debugging scripts for Microsoft Internet Information Services (IIS) applications, Web data access components, Microsoft COM+ applications, and related Microsoft technologies.</p>
<p>The Debug Diagnostics 1.1 tool is available as a stand-alone tool. To obtain the Debug Diagnostics 1.1 tool, visit the following Microsoft Web site:
<div class=indent><span class=ll><a href=http://www.microsoft.com/downloads/details.aspx?FamilyID=28bd5941-c458-46f1-b24d-f60151d875a3>http://www.microsoft.com/downloads/details.aspx?FamilyID=28bd5941-c458-46f1-b24d-f60151d875a3</a></span><span class=pLink> (http://www.microsoft.com/downloads/details.aspx?FamilyID=28bd5941-c458-46f1-b24d-f60151d875a3)</span></div>
<p><b>Note</b> The Debug Diagnostics 1.0 tool is available as part of the IIS Diagnostics Toolkit 1.0 or as a stand-alone tool.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>MORE INFORMATION</h2>
<div class=sbody>The Debug Diagnostics 1.1 tool uses Microsoft Component Object Model (COM) objects to provide an extensible object model. The Debug Diagnostics 1.1 tool includes a script host and a built-in reporting framework.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<h3 id=tocHeadRef>Components of the Debug Diagnostics 1.1 tool</h3>
<h4 id=tocHeadRef>The Debugging Service</h4>
<p>The Debugging Service (Dbghost.exe) performs the following actions:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Attaches the host to and detaches the host from running processes</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Collects performance monitor data</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Contacts a server and uses the <b>HttpStatusCode</b> enumeration to determine the status of the server. This operation is also known as an HTTP ping.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Monitors memory leaks in running processes</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Collects debugging session state information</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Shows the state of each defined rule</td>
</tr>
</table>
<h4 id=tocHeadRef>The Debugger Host</h4>
<p>The Debugger Host (Dbghost.exe) hosts the Windows Symbolic Debugger Engine (Dbgeng.dll). The Debugger Host attaches processes to the Windows Symbolic Debugger Engine and generates memory dumps. The Debugger Host also hosts the primary module that is used to analyze memory dumps. </p>
<p><b>Note</b> The Debugger Host is not dependent on the Debug Diagnostic service (Dbgsvc.exe).<br />
<h4 id=tocHeadRef>The user interfaces</h4>
<p>The user interfaces (Debugdiag.exe and Debugdiaganalysisonly.exe) in the Debug Diagnostics 1.1 tool are interfaces that are used to analyze memory dumps, automate creating control scripts, and display the status of running processes. These processes include services.</p>
<p>The Debug Diagnostics 1.1 tool includes three views:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text><b>Rules</b><br />Uses a wizard to create control scripts for the debugger host</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text><b>Advanced analysis</b><br />Runs the selected analysis script on one or more memory dump files</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text><b>Processes</b><br />Displays the status of running processes and scripts</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<h3 id=tocHeadRef>How to use the Debug Diagnostics 1.1 tool</h3>
<p>Before you start the Debug Diagnostics 1.1 tool, you must identity the kind of issue that you are experiencing. For example, determine whether the application stops responding, crashes, performs slowly, or leaks memory. After you know the kind of issue, you can configure the Debug Diagnostics 1.1 tool to gather the correct data. Then, you can use the data to determine and resolve the cause of the problem.<br />
<h4 id=tocHeadRef>Debug a process crash</h4>
<p>Typically, a process crash indicates that an unhandled exception in a process or code that is running in a process has terminated the process. To debug a process crash, create a crash rule on the process. You can attach the Debug Diagnostics 1.1 tool to a specific process. The Debug Diagnostics 1.1 tool monitors the process for any exception or custom breakpoint that causes the process to terminate unexpectedly. When a crash occurs, a memory dump file is created in the folder that is specified in the rule.</p>
<p>For more information about how to create a crash rule, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=919789>919789</a><span class=pLink> (/Feedback.aspx?kbNumber=919789/)</span> How to use the Debug Diagnostics tool to troubleshoot an IIS process that stops unexpectedly</div>
<h4 id=tocHeadRef>Debug a process that stops responding or a slow performance issue</h4>
<p>Use one of the following methods.<br />
<h5 id=tocHeadRef>Method 1: Create a hang rule</h5>
<p>The hang monitoring feature is designed to troubleshoot IIS process performance issues. For example, you can create a hang rule to troubleshoot an issue in which pages in a Web application take longer than expected to load or do not load at all.</p>
<p>When you create a hang rule and then specify a process and URL to monitor, you must also specify a ping interval and a response time-out value. The Debug Diagnostics 1.1 tool sends a request to the server at configured intervals. If the server does not respond before the configured time-out, a memory dump file is generated for the specified process.</p>
<p>For more information about how to create a hang rule, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=919791>919791</a><span class=pLink> (/Feedback.aspx?kbNumber=919791/)</span> How to use the Debug Diagnostics Tool to troubleshoot high CPU usage by a process in IIS</div>
<h5 id=tocHeadRef>Method 2: Manually create a memory dump file for the process</h5>
<p>When the process stops responding or performs slowly, you can manually create a memory dump file. To manually create a memory dump file for a process, right-click the process in the  <strong class=uiterm>Processes</strong> view, and then click <strong class=uiterm>Create Full Userdump</strong>.<br />
<h4 id=tocHeadRef>Debug memory or handle usage</h4>
<p>Use one of the following methods.<br />
<h5 id=tocHeadRef>Method 1: Create a leak rule</h5>
<p>When you create a leak rule against a process, the Leaktrack.dll file is injected into the process to track memory usage and handle usage over time. When you configure a memory leak rule or a handle leak rule, you can configure the Debug Diagnostics 1.1 tool to generate the memory dump file that is based on time or memory usage.<br />
<h5 id=tocHeadRef>Method 2: Manually create a memory dump file</h5>
<p>To do this, right-click the process in the <strong class=uiterm>Processes</strong> view, and then click <strong class=uiterm>Monitor For Leaks</strong>. When the process grows to a problem size, right-click the process, and then click <strong class=uiterm>Create Full Userdump</strong>.</p>
<p>For more information about how to create a memory and handle leak rule, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=919790>919790</a><span class=pLink> (/Feedback.aspx?kbNumber=919790/)</span> How to use the IIS Debug Diagnostics tool to troubleshoot a memory leak in an IIS process</div>
<h4 id=tocHeadRef>Analyze memory dump files</h4>
<p>The Debug Diagnostics 1.1 tool can analyze a memory dump file and generate a report file that includes the analysis. Additionally, the report file includes recommendations to resolve the problems that are identified.</p>
<p>The Debug Diagnostics 1.1 tool uses analysis scripts to analyze the process dump file. The following analysis scripts are used most frequently:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text><b>Crash/hang analyzers</b><br />The crash/hang script analyzes exception information in the dump file if a crash is detected. The crash/hang script also analyzes the dump file for issues that are known to cause a hang condition. This script includes IIS, Microsoft Data Access Components, COM+, and Windows Socket information that is related to the process.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text><b>Memory pressure analyzers</b><br />The memory pressure analysis script analyzes the memory usage of a process and displays the data that is gathered by the Leaktrack.dll file.</td>
</tr>
</table>
<p>For more information, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=921464>921464</a><span class=pLink> (/Feedback.aspx?kbNumber=921464/)</span> How to use the Debug Diagnostics 1.0 tool to analyze a memory dump file</div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
</div>
<div class=appliesTo>
<hr /><a id=appliesto></a><br />
<h5>APPLIES TO</h5>
<table class=list>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Ultimate</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Ultimate 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Enterprise</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Enterprise 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Business</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Business 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Premium</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Premium 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Basic</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Basic 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Starter</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Windows Server 2003, Standard Edition (32-bit x86)</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Windows Server 2003, Standard x64 Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Windows Server 2003, Enterprise Edition (32-bit x86)</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Windows Server 2003, Enterprise Edition for Itanium-based Systems</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Windows Server 2003, Enterprise x64 Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Windows Server 2003, Datacenter Edition (32-bit x86)</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Windows Server 2003, Datacenter Edition for Itanium-Based Systems</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Windows Server 2003, Datacenter x64 Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Windows XP Professional</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Windows XP Home Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Windows 2000 Server</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Windows 2000 Professional Edition</td>
</tr>
</table>
</div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<div class=keywords>
<table>
<tr>
<td class=header>
<h5>Keywords:Â </h5>
</td>
<td class=text>kbinfo kbtshoot kbwebserver KB931370</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<p></span>					<A name=feedback>&nbsp;</A>                    <br/>				</div>
<h5>Microsoft Knowledge Base Article</h5>
<p class='MsoNormal'>This article contents is Microsoft Copyrighted material.<br />
Microsoft Corporation. All rights reserved. <a href='http://support.microsoft.com/tou/'>Terms of Use</a> | <a href='http://support.microsoft.com/library/toolbar/3.0/trademarks/en-us.mspx'>Trademarks</a></p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Articles or Pages</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://ossmall.info/the-debug-diagnostic-11-tool-is-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Applications or services that use sockets may stop responding in Windows Server 2008 or Windows Vista SP1</title>
		<link>http://ossmall.info/applications-or-services-that-use-sockets-may-stop-responding-in-windows-server-2008-or-windows-vista-sp1/</link>
		<comments>http://ossmall.info/applications-or-services-that-use-sockets-may-stop-responding-in-windows-server-2008-or-windows-vista-sp1/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 11:56:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Application Center]]></category>
		<category><![CDATA[Commerce Server 2007]]></category>
		<category><![CDATA[Microsoft Exchange Server]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[OS X Applications]]></category>
		<category><![CDATA[Vista Center]]></category>
		<category><![CDATA[Vista Easter Eggs]]></category>
		<category><![CDATA[Vista HowTo]]></category>
		<category><![CDATA[Vista Tips]]></category>
		<category><![CDATA[Windows Defender]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 - HowTo]]></category>
		<category><![CDATA[Windows Server 2008 - Tips]]></category>

		<guid isPermaLink="false">http://ossmall.info/applications-or-services-that-use-sockets-may-stop-responding-in-windows-server-2008-or-windows-vista-sp1</guid>
		<description><![CDATA[Article ID: 959816 &#8211; Last Review: February 10, 2009 &#8211; Revision: 2.0 Applications or services that use sockets may stop responding in Windows Server 2008 or Windows Vista SP1 Hotfix Download AvailableView and request hotfix downloads View products that this article applies to. On This Page Expand all &#124; Collapse all SYMPTOMS In Windows Server [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a>
<div class=articleProperty>Article ID: 959816 &#8211; Last Review: February 10, 2009 &#8211; Revision: 2.0</div>
<p><strong class=title>Applications or services that use sockets may stop responding in Windows Server 2008 or Windows Vista SP1</strong><br />
<table class=kb_hotfix>
<tr>
<td class=kb_hotfix_img><img src=http://support.microsoft.com/library/images/support/CN/hotfix_icon.png alt=Hotfix download is available></td>
<td class=kb_hotfix_text>Hotfix Download Available<br /><a id=kb_hotfix_link href=http://support.microsoft.com/gp/noscript>View and request hotfix downloads</a></td>
</tr>
</table>
<div class=kb_meta_divider></div>
<div class=appliesToLink><a href=#appliesto>View products that this article applies to.</a></div>
<div id=kb_section class=section>
<h2 class=subTitle id=tocTitle><span><a >On This Page</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody id=tocDiv></div>
<p><noscript></noscript>
<div id=kb_expandcollapseall class=expandcollapseall><a >Expand all</a> | <a >Collapse all</a></div>
<h2 class=subTitle id=tocHeadRef><span><a >SYMPTOMS</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>In Windows Server 2008 or Windows Vista SP1, applications or		  services that use sockets may stop responding. </p>
<p>For example, a Windows		  Server 2008-based domain controller randomly becomes unresponsive to LDAP		  requests. After this issue occurs, you have to restart the		  server.
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<h2 class=subTitle id=tocHeadRef><span><a >CAUSE</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>This issue occurs because of an error in the TCP/IP		  (Tcpip.sys) driver.</p>
<p>A thread owns a critical section and calls the <b>closesock</b> function. However, the <b>closesock</b> function never returns. Therefore, other threads cannot access		  the critical section and stop responding.
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<h2 class=subTitle id=tocHeadRef><span><a >RESOLUTION</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>
<h3 id=tocHeadRef>Hotfix information</h3>
<p> A			 supported hotfix is available from Microsoft. However, this hotfix is intended			 to correct only the problem that is described in this article. Apply this			 hotfix only to systems that are experiencing this specific problem. This hotfix			 might receive additional testing. Therefore, if you are not severely affected			 by this problem, we recommend that you wait for the next software update that			 contains this hotfix.</p>
<p>If the hotfix is available for download, there			 is a Hotfix download available section at the top of this Knowledge Base			 article. If this section does not appear, contact Microsoft Customer Service			 and Support to obtain the hotfix. </p>
<p><b>Note</b> If additional issues occur or if any troubleshooting is required,			 you might have to create a separate service request. The usual support costs			 will apply to additional support questions and issues that do not qualify for			 this specific hotfix. For a complete list of Microsoft Customer Service and			 Support telephone numbers or to create a separate service request, visit the			 following Microsoft Web site:
<div class=indent><a href=http://support.microsoft.com/contactus/?ws=support>http://support.microsoft.com/contactus/?ws=support</a><span class=pLink>            (http://support.microsoft.com/contactus/?ws=support)        </span></div>
<p><b>Note</b> The Hotfix download available form displays the languages for			 which the hotfix is available. If you do not see your language, it is because a			 hotfix is not available for that language.</p>
<p>Important Windows Vista			 and Windows Server 2008 hotfixes are included in the same packages. However,			 only one of these products may be listed on the Ã¢â‚¬Å“Hotfix RequestÃ¢â‚¬Â page. To			 request the hotfix package that applies to both Windows Vista and Windows			 Server 2008, just select the product that is listed on the page.<br />
<h4 id=tocHeadRef>Prerequisites</h4>
<p>To apply this hotfix, you must have Windows Server 2008 or Windows		  Vista SP1 installed on the computer.<br />
<h4 id=tocHeadRef>Restart requirement</h4>
<p>You have to restart the computer after you apply this hotfix.<br />
<h4 id=tocHeadRef>Hotfix replacement information</h4>
<p> This hotfix does not replace any other previously released		  hotfixes.<br />
<h4 id=tocHeadRef>Registry information</h4>
<p> To use this hotfix, you do not have to make any changes to the		  registry.<br />
<h4 id=tocHeadRef>File information</h4>
<p> The English version of this hotfix has the file			 attributes (or later file attributes) that are listed in the following table.			 The dates and times for these files are listed in Coordinated Universal Time			 (UTC). When you view the file information, it is converted to local time. To			 find the difference between UTC and local time, use the <strong class=uiterm>Time			 Zone</strong> tab in the <strong class=uiterm>Date and Time</strong> item in Control			 Panel.<br />
<h4 id=tocHeadRef>Windows Server 2008  and Windows Vista note</h4>
<p> The MANIFEST files (.manifest) and MUM files (.mum) installed for		  each environment are <span><a href=#Manifests>listed		  separately</a></span>. MUM and MANIFEST files, and the associated security		  catalog (.cat) files, are critical to maintaining the state of the updated		  component. The security catalog files (attributes not listed) are signed with a		  Microsoft digital signature.<br />
<h4 id=tocHeadRef>For all supported x86-based versions of Windows Server 2008 and Windows Vista</h4>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File				  size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td>Netio.sys</td>
<td>6.0.6001.22367</td>
<td>221,664</td>
<td>03-Feb-2009</td>
<td>05:51</td>
<td>x86</td>
</tr>
<tr>
<td>Bfe.dll</td>
<td>6.0.6001.22367</td>
<td>328,704</td>
<td>03-Feb-2009</td>
<td>05:48</td>
<td>x86</td>
</tr>
<tr>
<td>Fwpkclnt.sys</td>
<td>6.0.6001.22367</td>
<td>99,808</td>
<td>03-Feb-2009</td>
<td>05:51</td>
<td>x86</td>
</tr>
<tr>
<td>Fwpuclnt.dll</td>
<td>6.0.6001.22367</td>
<td>595,456</td>
<td>03-Feb-2009</td>
<td>05:48</td>
<td>x86</td>
</tr>
<tr>
<td>Ikeext.dll</td>
<td>6.0.6001.22367</td>
<td>438,272</td>
<td>03-Feb-2009</td>
<td>05:48</td>
<td>x86</td>
</tr>
<tr>
<td>Wfp.mof</td>
<td>Not				  Applicable</td>
<td>814</td>
<td>18-Dec-2007</td>
<td>21:11</td>
<td>Not				  Applicable</td>
</tr>
<tr>
<td>Wfp.tmf</td>
<td>Not				  Applicable</td>
<td>208,966</td>
<td>03-Feb-2009</td>
<td>03:38</td>
<td>Not				  Applicable</td>
</tr>
<tr>
<td>Tcpip.sys</td>
<td>6.0.6001.22367</td>
<td>890,336</td>
<td>03-Feb-2009</td>
<td>05:52</td>
<td>x86</td>
</tr>
</table>
</div>
</div>
<h4 id=tocHeadRef>For all supported x64-based versions of Windows  Server 2008 and Windows Vista</h4>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File				  size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td>Netio.sys</td>
<td>6.0.6001.22367</td>
<td>344,032</td>
<td>03-Feb-2009</td>
<td>06:15</td>
<td>x64</td>
</tr>
<tr>
<td>Bfe.dll</td>
<td>6.0.6001.22367</td>
<td>458,240</td>
<td>03-Feb-2009</td>
<td>06:11</td>
<td>x64</td>
</tr>
<tr>
<td>Fwpkclnt.sys</td>
<td>6.0.6001.22367</td>
<td>166,880</td>
<td>03-Feb-2009</td>
<td>06:15</td>
<td>x64</td>
</tr>
<tr>
<td>Fwpuclnt.dll</td>
<td>6.0.6001.22367</td>
<td>779,776</td>
<td>03-Feb-2009</td>
<td>06:11</td>
<td>x64</td>
</tr>
<tr>
<td>Ikeext.dll</td>
<td>6.0.6001.22367</td>
<td>454,656</td>
<td>03-Feb-2009</td>
<td>06:11</td>
<td>x64</td>
</tr>
<tr>
<td>Wfp.mof</td>
<td>Not				  Applicable</td>
<td>814</td>
<td>18-Dec-2007</td>
<td>21:10</td>
<td>Not				  Applicable</td>
</tr>
<tr>
<td>Wfp.tmf</td>
<td>Not				  Applicable</td>
<td>207,843</td>
<td>03-Feb-2009</td>
<td>04:13</td>
<td>Not				  Applicable</td>
</tr>
<tr>
<td>Tcpip.sys</td>
<td>6.0.6001.22367</td>
<td>1,411,568</td>
<td>03-Feb-2009</td>
<td>06:15</td>
<td>x64</td>
</tr>
<tr>
<td>Fwpuclnt.dll</td>
<td>6.0.6001.22367</td>
<td>595,456</td>
<td>03-Feb-2009</td>
<td>05:48</td>
<td>x86</td>
</tr>
<tr>
<td>Wfp.mof</td>
<td>Not				  Applicable</td>
<td>814</td>
<td>18-Dec-2007</td>
<td>21:11</td>
<td>Not				  Applicable</td>
</tr>
</table>
</div>
</div>
<h4 id=tocHeadRef>For all supported Itanium-based versions of Windows  Server 2008</h4>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File				  size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td>Netio.sys</td>
<td>6.0.6001.22367</td>
<td>639,968</td>
<td>03-Feb-2009</td>
<td>04:47</td>
<td>IA-64</td>
</tr>
<tr>
<td>Bfe.dll</td>
<td>6.0.6001.22367</td>
<td>781,312</td>
<td>03-Feb-2009</td>
<td>04:44</td>
<td>IA-64</td>
</tr>
<tr>
<td>Fwpkclnt.sys</td>
<td>6.0.6001.22367</td>
<td>262,624</td>
<td>03-Feb-2009</td>
<td>04:47</td>
<td>IA-64</td>
</tr>
<tr>
<td>Fwpuclnt.dll</td>
<td>6.0.6001.22367</td>
<td>1,122,304</td>
<td>03-Feb-2009</td>
<td>04:44</td>
<td>IA-64</td>
</tr>
<tr>
<td>Ikeext.dll</td>
<td>6.0.6001.22367</td>
<td>925,184</td>
<td>03-Feb-2009</td>
<td>04:44</td>
<td>IA-64</td>
</tr>
<tr>
<td>Wfp.mof</td>
<td>Not				  Applicable</td>
<td>814</td>
<td>18-Dec-2007</td>
<td>21:11</td>
<td>Not				  Applicable</td>
</tr>
<tr>
<td>Wfp.tmf</td>
<td>Not				  Applicable</td>
<td>207,975</td>
<td>03-Feb-2009</td>
<td>02:58</td>
<td>Not				  Applicable</td>
</tr>
<tr>
<td>Tcpip.sys</td>
<td>6.0.6001.22367</td>
<td>2,917,344</td>
<td>03-Feb-2009</td>
<td>04:48</td>
<td>IA-64</td>
</tr>
<tr>
<td>Fwpuclnt.dll</td>
<td>6.0.6001.22367</td>
<td>595,456</td>
<td>03-Feb-2009</td>
<td>05:48</td>
<td>x86</td>
</tr>
<tr>
<td>Wfp.mof</td>
<td>Not				  Applicable</td>
<td>814</td>
<td>18-Dec-2007</td>
<td>21:11</td>
<td>Not				  Applicable</td>
</tr>
</table>
</div>
</div>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<h2 class=subTitle id=tocHeadRef><span><a >STATUS</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>Microsoft			 has confirmed that this is a problem in the Microsoft products that are listed			 in the Applies to section.
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<h2 class=subTitle id=tocHeadRef><span><a >MORE INFORMATION</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>For more information about the <b>closesock </b> function, visit the following Microsoft Web site:
<div class=indent><a href=http://msdn.microsoft.com/en-us/library/ms737582.aspx>http://msdn.microsoft.com/en-us/library/ms737582.aspx</a><span class=pLink>            (http://msdn.microsoft.com/en-us/library/ms737582.aspx)        </span></div>
<p> For			 more information, click the following article number to view the article in the			 Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=824684>824684</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=824684/                        )        </span> Description of the standard terminology that is used to describe Microsoft software updates</div>
<h4 id=tocHeadRef>Additional file information for Windows Server 2008</h4>
<p><span><a id=Manifests></a></span><br />
<h4 id=tocHeadRef>Additional files for all supported x86-based versions of Windows Server 2008</h4>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<td><b>File				  name</b></td>
<td>Package_1_for_kb959816~31bf3856ad364e35~x86~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>2,230</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_2_for_kb959816~31bf3856ad364e35~x86~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>2,177</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_3_for_kb959816~31bf3856ad364e35~x86~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,729</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_4_for_kb959816~31bf3856ad364e35~x86~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>2,235</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_5_for_kb959816~31bf3856ad364e35~x86~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>2,235</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_for_kb959816_client_1~31bf3856ad364e35~x86~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,641</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_for_kb959816_client~31bf3856ad364e35~x86~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,431</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_for_kb959816_sc_0~31bf3856ad364e35~x86~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,422</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_for_kb959816_sc~31bf3856ad364e35~x86~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,423</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_for_kb959816_server_0~31bf3856ad364e35~x86~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,425</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_for_kb959816_server~31bf3856ad364e35~x86~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,431</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_for_kb959816_winpesrv_0~31bf3856ad364e35~x86~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,422</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_for_kb959816_winpesrv~31bf3856ad364e35~x86~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,430</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>X86_4083edc8d059a2c099cd2e53541dc14e_31bf3856ad364e35_6.0.6001.22367_none_8da190fef495648a.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>702</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>X86_85b8c2def956f46cccab1196d6d59070_31bf3856ad364e35_6.0.6001.22367_none_98f6068a4e6157e7.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,056</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>X86_fdc22a3ee9e3794c71917c9e3f3d6cdd_31bf3856ad364e35_6.0.6001.22367_none_3c9c4af5fbae8d94.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,402</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>X86_microsoft-windows-netio-infrastructure_31bf3856ad364e35_6.0.6001.22367_none_56eb2feace957a7e.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>3,908</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>03-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>06:08</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>X86_microsoft-windows-network-security_31bf3856ad364e35_6.0.6001.22367_none_cd7432fe43d2cb28.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>127,634</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>03-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>06:14</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>X86_microsoft-windows-tcpip-binaries_31bf3856ad364e35_6.0.6001.22367_none_b36dd5677fae3415.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>6,254</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>03-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>06:16</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
</table>
</div>
</div>
<h4 id=tocHeadRef>Additional files for all supported x64-based versions of Windows Server 2008</h4>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<td><b>File				  name</b></td>
<td>Amd64_028b8b6f7055905715de861dceff79dd_31bf3856ad364e35_6.0.6001.22367_none_25bc017d3431c33a.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,410</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Amd64_47ec889ac41c3f5355fd23b2377daa1b_31bf3856ad364e35_6.0.6001.22367_none_d5cc54afb447d250.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>2,114</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Amd64_6b48f249d7fe72c125cac074fcb50e87_31bf3856ad364e35_6.0.6001.22367_none_1900d1021a544e2d.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,766</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Amd64_c635463e95d08473923a1d93afc2e589_31bf3856ad364e35_6.0.6001.22367_none_e72221b0fd84a752.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>706</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Amd64_microsoft-windows-netio-infrastructure_31bf3856ad364e35_6.0.6001.22367_none_b309cb6e86f2ebb4.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>3,916</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>03-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>06:34</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Amd64_microsoft-windows-network-security_31bf3856ad364e35_6.0.6001.22367_none_2992ce81fc303c5e.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>127,680</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>03-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>06:39</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Amd64_microsoft-windows-tcpip-binaries_31bf3856ad364e35_6.0.6001.22367_none_0f8c70eb380ba54b.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>6,276</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>03-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>06:40</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_1_for_kb959816~31bf3856ad364e35~amd64~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>2,244</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_2_for_kb959816~31bf3856ad364e35~amd64~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>2,643</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_3_for_kb959816~31bf3856ad364e35~amd64~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,739</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_4_for_kb959816~31bf3856ad364e35~amd64~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>2,701</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_5_for_kb959816~31bf3856ad364e35~amd64~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>2,701</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_for_kb959816_client_1~31bf3856ad364e35~amd64~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,651</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_for_kb959816_client~31bf3856ad364e35~amd64~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,439</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_for_kb959816_sc_0~31bf3856ad364e35~amd64~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,430</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_for_kb959816_sc~31bf3856ad364e35~amd64~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,431</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_for_kb959816_server_0~31bf3856ad364e35~amd64~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,433</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_for_kb959816_server~31bf3856ad364e35~amd64~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,439</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_for_kb959816_winpesrv_0~31bf3856ad364e35~amd64~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,430</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_for_kb959816_winpesrv~31bf3856ad364e35~amd64~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,438</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Wow64_microsoft-windows-netio-infrastructure_31bf3856ad364e35_6.0.6001.22367_none_bd5e75c0bb53adaf.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>2,730</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>03-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>05:56</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Wow64_microsoft-windows-network-security_31bf3856ad364e35_6.0.6001.22367_none_33e778d43090fe59.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>71,155</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>03-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>05:57</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
</table>
</div>
</div>
<h4 id=tocHeadRef>Additional files for all supported Itaniuim-based versions of Windows Server 2008</h4>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<td><b>File				  name</b></td>
<td>Ia64_969a541bf738d7a5636663048e4cb889_31bf3856ad364e35_6.0.6001.22367_none_cdba6c3837e320e1.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,406</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Ia64_b555048bd4b4d74c5ef05522d3731d85_31bf3856ad364e35_6.0.6001.22367_none_7fc9d7ea04e4a854.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>2,110</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Ia64_microsoft-windows-netio-infrastructure_31bf3856ad364e35_6.0.6001.22367_none_56ecd3e0ce93837a.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>3,912</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>03-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>05:01</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Ia64_microsoft-windows-network-security_31bf3856ad364e35_6.0.6001.22367_none_cd75d6f443d0d424.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>127,657</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>03-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>05:06</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Ia64_microsoft-windows-tcpip-binaries_31bf3856ad364e35_6.0.6001.22367_none_b36f795d7fac3d11.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>6,265</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>03-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>05:08</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_1_for_kb959816~31bf3856ad364e35~ia64~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>2,237</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_2_for_kb959816~31bf3856ad364e35~ia64~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>2,694</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_3_for_kb959816~31bf3856ad364e35~ia64~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>2,694</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_for_kb959816_sc_0~31bf3856ad364e35~ia64~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,425</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_for_kb959816_sc~31bf3856ad364e35~ia64~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,426</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_for_kb959816_server_0~31bf3856ad364e35~ia64~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,429</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_for_kb959816_server~31bf3856ad364e35~ia64~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,434</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_for_kb959816_winpesrv_0~31bf3856ad364e35~ia64~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,426</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Package_for_kb959816_winpesrv~31bf3856ad364e35~ia64~~6.0.2.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,433</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>04-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:11</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Wow64_microsoft-windows-netio-infrastructure_31bf3856ad364e35_6.0.6001.22367_none_bd5e75c0bb53adaf.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>2,730</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>03-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>05:56</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File				  name</b></td>
<td>Wow64_microsoft-windows-network-security_31bf3856ad364e35_6.0.6001.22367_none_33e778d43090fe59.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>71,155</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>03-Feb-2009</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>05:57</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
</table>
</div>
</div>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
</div>
<div class=sbody norollup>
<div class=appliesTo>
<hr /><a id=appliesto></a><br />
<h5>APPLIES TO</h5>
<ul>
<li>Windows Server 2008 Datacenter without Hyper-V</li>
<li>Windows Server 2008 Enterprise without Hyper-V</li>
<li>Windows Server 2008 Standard without Hyper-V</li>
<li>Windows Server 2008 for Itanium-Based Systems</li>
<li>Windows Server 2008 Datacenter</li>
<li>Windows Server 2008 Enterprise</li>
<li>Windows Server 2008 Standard</li>
<li>Windows Vista Enterprise 64-bit Edition</li>
<li>Windows Vista Home Basic 64-bit Edition</li>
<li>Windows Vista Home Premium 64-bit Edition</li>
<li>Windows Vista Ultimate 64-bit Edition</li>
<li>Windows Vista Business</li>
<li>Windows Vista Business 64-bit Edition</li>
<li>Windows Vista Enterprise</li>
<li>Windows Vista Home Basic</li>
<li>Windows Vista Home Premium</li>
<li>Windows Vista Ultimate</li>
</ul>
</div>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
<div class=keywords>
<table>
<tr>
<td class=header>
<h5>Keywords:Ã‚Â                             </h5>
</td>
<td class=text>kbautohotfix kbexpertiseadvanced kbfix kbsurveynew kbqfe kbhotfixserver KB959816</td>
</tr>
</table>
</div>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<p></span>					<A name=feedback>&nbsp;</A>                    <br/>				</div>
<h5>Microsoft Knowledge Base Article</h5>
<p class='MsoNormal'>This article contents is Microsoft Copyrighted material.<br />
Microsoft Corporation. All rights reserved. <a href='http://support.microsoft.com/tou/'>Terms of Use</a> | <a href='http://support.microsoft.com/library/toolbar/3.0/trademarks/en-us.mspx'>Trademarks</a></p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Articles or Pages</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://ossmall.info/applications-or-services-that-use-sockets-may-stop-responding-in-windows-server-2008-or-windows-vista-sp1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Description of the Word 2007 hotfix package: May 13, 2008</title>
		<link>http://ossmall.info/description-of-the-word-2007-hotfix-package-may-13-2008/</link>
		<comments>http://ossmall.info/description-of-the-word-2007-hotfix-package-may-13-2008/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 12:42:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple Products]]></category>
		<category><![CDATA[Application Center]]></category>
		<category><![CDATA[Commerce Server 2007]]></category>
		<category><![CDATA[Microsoft .NET Framework]]></category>
		<category><![CDATA[Microsoft Exchange Server]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[MS Office Access]]></category>
		<category><![CDATA[MS Office Accounting]]></category>
		<category><![CDATA[MS Office Excel]]></category>
		<category><![CDATA[MS Office Groove]]></category>
		<category><![CDATA[MS Office InfoPath]]></category>
		<category><![CDATA[MS Office OneNote]]></category>
		<category><![CDATA[MS Office Outlook]]></category>
		<category><![CDATA[MS Office Powerpoint]]></category>
		<category><![CDATA[MS Office Project 2007]]></category>
		<category><![CDATA[MS Office Publisher]]></category>
		<category><![CDATA[MS Office SharePoint]]></category>
		<category><![CDATA[MS Office Suite 2007]]></category>
		<category><![CDATA[MS Office Visio]]></category>
		<category><![CDATA[MS Office Word]]></category>
		<category><![CDATA[MS Visual Studio]]></category>
		<category><![CDATA[OS X Applications]]></category>
		<category><![CDATA[Visual Help]]></category>
		<category><![CDATA[Windows Defender]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 - HowTo]]></category>
		<category><![CDATA[Windows Server 2008 - Tips]]></category>

		<guid isPermaLink="false">http://ossmall.info/description-of-the-word-2007-hotfix-package-may-13-2008/</guid>
		<description><![CDATA[Description of the Word 2007 hotfix package: May 13, 2008 View products that this article applies to. Article ID : 952701 Last Review : May 28, 2008 Revision : 1.2 On This Page SUMMARY This article describes the Microsoft Office Word 2007 issues that are fixed in the hotfix package that is dated May 13, [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>Description of the Word 2007 hotfix package: May 13, 2008</strong>
<div class=appliesToLink><a href=#appliesto>View products that this article applies to.</a></div>
<div class=articleProperty>
<table>
<tr>
<td>Article ID</td>
<td>:</td>
<td>952701</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>May 28, 2008</td>
</tr>
<tr>
<td>Revision</td>
<td>:</td>
<td>1.2</td>
</tr>
</table>
</div>
<div class=toc id=tocDiv>
<h5>On This Page</h5>
</div>
<p><noscript></noscript>
<div class=section>
<h2 class=subTitle id=tocHeadRef>SUMMARY</h2>
<div class=sbody>This article describes the Microsoft Office Word 2007 issues that are fixed in the hotfix package that is dated May 13, 2008.
<div class=indent>This article describes the following items about the hotfix:</div>
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The issues that the hotfix fixes.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The prerequisites for installing the hotfix.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Whether you must restart the computer after you install the hotfix.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Whether the hotfix is replaced by any other hotfix.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Whether you must make any registry changes. </td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The files that the hotfix contains. </td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>INTRODUCTION</h2>
<div class=sbody>
<h3 id=tocHeadRef>Issues that this hotfix package fixes</h3>
<p>This hotfix fixes the following issues that are not previously documented in a Microsoft Knowledge Base article:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>In Microsoft Office Word 2007, when you use a Microsoft Visual Basic for Applications (VBA) macro to communicate with an application by using a COM interface, the macro takes a long time to finish. When you run the same macro in Microsoft Office  Word 2003, the macro runs much faster.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Consider the following scenario:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>In Word 2007, a document that is in the portrait orientation has frames that contain vertical text.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Or, in Word 2007, a document that is in the landscape orientation has frames that contain horizontal text.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>You print this document to a regular printer or to a Microsoft XPS Document Writer printer.</td>
</tr>
</table>
<p>In this scenario, the text may be missing or truncated. This issue also occurs when you save the document in the Microsoft XPS format or in the PDF format.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Consider the following scenario. In Word 2007, you enable the AutoSave feature. You open a document that is located in a share folder. You edit a text box in the document. While you edit the text box, Word 2007 starts to save the AutoRecover information automatically. In this scenario, Word 2007 may close unexpectedly.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>In Word 2007, when you try to open a Word document that is created by an earlier version of Word, Word 2007 stops responding. However, the document can be opened correctly in Word 2002 and in Word 2003.</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>MORE INFORMATION</h2>
<div class=sbody>
<h3 id=tocHeadRef>Hotfix information</h3>
<p> A supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing this specific problem. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next software update that contains this hotfix.</p>
<p>If the hotfix is available for download, there is a Hotfix download available section at the top of this Knowledge Base article. If this section does not appear, contact Microsoft Customer Service and Support to obtain the hotfix. </p>
<p><b>Note</b> If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or to  create a separate service request, visit the following Microsoft Web site:
<div class=indent><a href=http://support.microsoft.com/contactus/?ws=support>http://support.microsoft.com/contactus/?ws=support</a><span class=pLink> (http://support.microsoft.com/contactus/?ws=support)</span></div>
<p><b>Note</b> The Hotfix download available form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.<br />
<h4 id=tocHeadRef>Prerequisites</h4>
<p>There are no prerequisites for installing this hotfix.<br />
<h4 id=tocHeadRef>Restart information</h4>
<p>You do not have to restart the computer after you apply this hotfix.<br />
<h4 id=tocHeadRef>Hotfix replacement information</h4>
<p>This hotfix is not replaced by any later hotfix.<br />
<h4 id=tocHeadRef>Registry information</h4>
<p>To use one of the hotfixes in this package, you do not have to make any changes to the registry.<br />
<h4 id=tocHeadRef>File information</h4>
<p>This hotfix may not contain all the files that you must have to fully update a product to the latest build. This hotfix contains only the files that you must have to correct the issues that are listed in this article.<br />The Global version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the <strong class=uiterm>Time Zone</strong> tab in the <strong class=uiterm>Date and Time</strong> item in Control Panel.Download information<br />
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td>Office-kb952701-fullfile-x86-glb.exe</td>
<td>12.0.6300.5000</td>
<td>15,875,864</td>
<td>09-May-2008</td>
<td>21:25</td>
<td>x86</td>
</tr>
</table>
<p>Microsoft Windows Installer .msp file information<br />
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td>Word.msp</td>
<td>Not Applicable</td>
<td>13,251,584</td>
<td>10-May-2008</td>
<td>00:58</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Wordconv.msp</td>
<td>Not Applicable</td>
<td>6,216,192</td>
<td>10-May-2008</td>
<td>00:58</td>
<td>Not Applicable</td>
</tr>
</table>
<p>After the hotfix is installed, the Global version of this hotfix has the file attributes, or a later version of the file attributes, that are listed in the following table:<br />
<h5 id=tocHeadRef>Word.msp</h5>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td>Msword.olb</td>
<td>12.0.6300.5000</td>
<td>768,024</td>
<td>07-Dec-2007</td>
<td>01:05</td>
<td>x86</td>
</tr>
<tr>
<td>Winword.exe</td>
<td>12.0.6315.5000</td>
<td>349,720</td>
<td>09-May-2008</td>
<td>20:00</td>
<td>x86</td>
</tr>
<tr>
<td>Wwlib.dll</td>
<td>12.0.6315.5000</td>
<td>17,495,064</td>
<td>09-May-2008</td>
<td>20:00</td>
<td>x86</td>
</tr>
</table>
<h5 id=tocHeadRef>Wordconv.msp</h5>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td>Wordcnv.dll</td>
<td>12.0.6315.5000</td>
<td>4,280,856</td>
<td>09-May-2008</td>
<td>20:00</td>
<td>x86</td>
</tr>
<tr>
<td>Wordconv.exe</td>
<td>12.0.6300.5000</td>
<td>24,584</td>
<td>13-Dec-2007</td>
<td>01:08</td>
<td>x86</td>
</tr>
</table>
<p>For more information, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=824684>824684</a><span class=pLink> (/Feedback.aspx?kbNumber=824684/)</span> Description of the standard terminology that is used to describe Microsoft software updates</div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
</div>
<div class=appliesTo>
<hr /><a id=appliesto></a><br />
<h5>APPLIES TO</h5>
<table class=list>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Office Word 2007</td>
</tr>
</table>
</div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<div class=keywords>
<table>
<tr>
<td class=header>
<h5>Keywords:Â </h5>
</td>
<td class=text>kbautohotfix kbexpertiseinter kbfix kbqfe kbhotfixserver kbhotfixrollup KB952701</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<p></span>					<A name=feedback>&nbsp;</A>                    <br/>				</div>
<h5>Microsoft Knowledge Base Article</h5>
<p class='MsoNormal'>This article contents is Microsoft Copyrighted material.<br />
Microsoft Corporation. All rights reserved. <a href='http://support.microsoft.com/tou/'>Terms of Use</a> | <a href='http://support.microsoft.com/library/toolbar/3.0/trademarks/en-us.mspx'>Trademarks</a></p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Articles or Pages</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://ossmall.info/description-of-the-word-2007-hotfix-package-may-13-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Vista Sidebar may flash when you run full-screen applications</title>
		<link>http://ossmall.info/windows-vista-sidebar-may-flash-when-you-run-full-screen-applications-1/</link>
		<comments>http://ossmall.info/windows-vista-sidebar-may-flash-when-you-run-full-screen-applications-1/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 12:51:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Application Center]]></category>
		<category><![CDATA[OS X Applications]]></category>
		<category><![CDATA[Vista Center]]></category>
		<category><![CDATA[Vista Easter Eggs]]></category>
		<category><![CDATA[Vista HowTo]]></category>
		<category><![CDATA[Vista Tips]]></category>
		<category><![CDATA[Windows Defender]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 - HowTo]]></category>
		<category><![CDATA[Windows Server 2008 - Tips]]></category>

		<guid isPermaLink="false">http://ossmall.info/windows-vista-sidebar-may-flash-when-you-run-full-screen-applications-1/</guid>
		<description><![CDATA[Windows Vista Sidebar may flash when you run full-screen applications View products that this article applies to. Article ID : 953035 Last Review : May 13, 2008 Revision : 1.0 Source: Microsoft Support Back to the top RAPID PUBLISHING RAPID PUBLISHING ARTICLES PROVIDE INFORMATION DIRECTLY FROM WITHIN THE MICROSOFT SUPPORT ORGANIZATION. THE INFORMATION CONTAINED HEREIN [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>Windows Vista Sidebar may flash when you run full-screen applications</strong>
<div class=appliesToLink><a href=#appliesto>View products that this article applies to.</a></div>
<div class=articleProperty>
<table>
<tr>
<td>Article ID</td>
<td>:</td>
<td>953035</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>May 13, 2008</td>
</tr>
<tr>
<td>Revision</td>
<td>:</td>
<td>1.0</td>
</tr>
</table>
</div>
<div class=section>
<div class=sbody><b>Source: </b>Microsoft Support
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>RAPID PUBLISHING</h2>
<div class=sbody>RAPID PUBLISHING ARTICLES PROVIDE INFORMATION DIRECTLY FROM WITHIN THE MICROSOFT SUPPORT ORGANIZATION.  THE INFORMATION CONTAINED HEREIN IS CREATED IN RESPONSE TO EMERGING OR UNIQUE TOPICS, OR IS INTENDED SUPPLEMENT OTHER KNOWLEDGE BASE INFORMATION.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>Action</h2>
<div class=sbody>
<p>When you run a full-screen application, such as a game, the Windows Sidebar may flash or appear on top of the application or game briefly.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>Cause</h2>
<div class=sbody>
<p>Full screen applications or games which do not create a full-screen window may cause the Windows Sidebar to unexpectedly receive an indication that the mouse is over the Windows Sidebar. When this happens the Windows Sidebar will try an animation to fade in, which is normal behavior. However, an issue will underlying technologies (layered windows) will cause the Sidebar to flash into view despite the application or game being topmost.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>Resolution</h2>
<div class=sbody>
<p>The Windows Sidebar can be closed before you run the application or game, or can be set to be Sidebar is always on top of other windows . Or, the code for the application or game can be modified to create a full-screen window, rather than a topmost window the size of the current screen.</p>
<p>To close the Windows Sidebar, right-click Windows Sidebar, and then click <b>Close </b><b>Windows Sidebar</b>.</p>
<p>To set the Sidebar is always on top of other windows option, follow these steps:</p>
<p>1. Right-click Windows Sidebar, and then click <b>Properties</b>.</p>
<p>2. Click to select the Sidebar is always on top of other windows check box, and then click <b>OK</b>.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>More Information</h2>
<div class=sbody>
<p>Repro Steps</p>
<p>==========</p>
<p>To reproduce this issue, follow these steps:</p>
<p>1.Â Â Â Â Â Â  Make sure Windows Sidebar is not set to Sidebar is always on top of other windows. </p>
<p>2.Â Â Â Â Â Â  Â Start application which uses Direct 3D. </p>
<p>3.Â Â Â Â Â Â  Move mouse around, typically toward upper-right of the screen. Sidebar should flash and appear for some time.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>DISCLAIMER</h2>
<div class=sbody>MICROSOFT AND/OR ITS SUPPLIERS MAKE NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY, RELIABILITY OR ACCURACY OF THE INFORMATION CONTAINED IN THE DOCUMENTS AND RELATED GRAPHICS PUBLISHED ON THIS WEBSITE (THE â€œMATERIALSâ€) FOR ANY PURPOSE. THE MATERIALS MAY INCLUDE TECHNICAL INACCURACIES OR TYPOGRAPHICAL ERRORS AND MAY BE REVISED AT ANY TIME WITHOUT NOTICE.</p>
<p>TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, MICROSOFT AND/OR ITS SUPPLIERS DISCLAIM AND EXCLUDE ALL REPRESENTATIONS, WARRANTIES, AND CONDITIONS WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT LIMITED TO REPRESENTATIONS, WARRANTIES, OR CONDITIONS OF TITLE, NON INFRINGEMENT, SATISFACTORY CONDITION OR QUALITY, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THE MATERIALS.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
</div>
<div class=appliesTo>
<hr /><a id=appliesto></a><br />
<h5>APPLIES TO</h5>
<table class=list>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Ultimate</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Premium</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Basic</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Enterprise</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Business</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Ultimate 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Premium 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Basic 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Enterprise 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Business 64-bit Edition</td>
</tr>
</table>
</div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<div class=keywords>
<table>
<tr>
<td class=header>
<h5>Keywords:Â </h5>
</td>
<td class=text>kbnomt kbrapidpub KB953035</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<p></span>					<A name=feedback>&nbsp;</A>                    <br/>				</div>
<h5>Microsoft Knowledge Base Article</h5>
<p class='MsoNormal'>This article contents is Microsoft Copyrighted material.<br />
Microsoft Corporation. All rights reserved. <a href='http://support.microsoft.com/tou/'>Terms of Use</a> | <a href='http://support.microsoft.com/library/toolbar/3.0/trademarks/en-us.mspx'>Trademarks</a></p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Articles or Pages</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://ossmall.info/windows-vista-sidebar-may-flash-when-you-run-full-screen-applications-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shortcuts for applications in the 2007 Office system are not generated in the designated location on a computer that is running Windows Vista</title>
		<link>http://ossmall.info/shortcuts-for-applications-in-the-2007-office-system-are-not-generated-in-the-designated-location-on-a-computer-that-is-running-windows-vista/</link>
		<comments>http://ossmall.info/shortcuts-for-applications-in-the-2007-office-system-are-not-generated-in-the-designated-location-on-a-computer-that-is-running-windows-vista/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 00:28:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Application Center]]></category>
		<category><![CDATA[MS Office Access]]></category>
		<category><![CDATA[MS Office Accounting]]></category>
		<category><![CDATA[MS Office Excel]]></category>
		<category><![CDATA[MS Office Groove]]></category>
		<category><![CDATA[MS Office InfoPath]]></category>
		<category><![CDATA[MS Office OneNote]]></category>
		<category><![CDATA[MS Office Outlook]]></category>
		<category><![CDATA[MS Office Powerpoint]]></category>
		<category><![CDATA[MS Office Project 2007]]></category>
		<category><![CDATA[MS Office Publisher]]></category>
		<category><![CDATA[MS Office SharePoint]]></category>
		<category><![CDATA[MS Office Suite 2007]]></category>
		<category><![CDATA[MS Office Visio]]></category>
		<category><![CDATA[MS Office Word]]></category>
		<category><![CDATA[OS X Applications]]></category>
		<category><![CDATA[Vista Center]]></category>
		<category><![CDATA[Vista Easter Eggs]]></category>
		<category><![CDATA[Vista HowTo]]></category>
		<category><![CDATA[Vista Tips]]></category>
		<category><![CDATA[Windows Defender]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 - HowTo]]></category>
		<category><![CDATA[Windows Server 2008 - Tips]]></category>

		<guid isPermaLink="false">http://ossmall.info/shortcuts-for-applications-in-the-2007-office-system-are-not-generated-in-the-designated-location-on-a-computer-that-is-running-windows-vista/</guid>
		<description><![CDATA[Shortcuts for applications in the 2007 Office system are not generated in the designated location on a computer that is running Windows Vista View products that this article applies to. Article ID : 948186 Last Review : March 12, 2008 Revision : 1.1 Important This article contains information about how to modify the registry. Make [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>Shortcuts for applications in the 2007 Office system are not generated in the designated location on a computer that is running Windows Vista</strong>
<div class=appliesToLink><a href=#appliesto>View products that this article applies to.</a></div>
<div class=articleProperty>
<table>
<tr>
<td>Article ID</td>
<td>:</td>
<td>948186</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>March 12, 2008</td>
</tr>
<tr>
<td>Revision</td>
<td>:</td>
<td>1.1</td>
</tr>
</table>
</div>
<div class=notice><b>Important</b> This article contains information about how to modify the registry. Make sure that you back up the registry before you modify it. Make sure that you know how to restore the registry if a problem occurs. For more information about how to back up, restore, and modify the registry, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=322756>322756</a><span class=pLink> (/Feedback.aspx?kbNumber=322756/)</span> How to back up and restore the registry in Windows</div>
</div>
<div class=section>
<h2 class=subTitle id=tocHeadRef>SYMPTOMS</h2>
<div class=sbody>You use the Office		  Customization Tool (OCT) to create a customization file to configure shortcuts. Then, you use this		  customization file on a computer that is running Windows Vista. When you do this, the shortcuts for applications in the 2007		  Microsoft Office system are not generated in the designated location.</p>
<p>For		  example, you create a customization file to install Microsoft Office		  OneNote 2007 and to generate a custom OneNote shortcut in the following		  location:
<div class=indent>[AppDataFolder] Microsoft Windows Start Menu Programs</div>
<p>After		  you use this customization file, you notice that the OneNote shortcut is not		  generated in the following location as expected:
<div class=indent>C: Users <var>UserProfile</var> AppData Roaming Microsoft Windows Start		  Menu Programs</div>
<p>Instead, you notice that the shortcut is generated in		  the following location:
<div class=indent>C: ProgramData Microsoft Windows Start Menu Programs		  </div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>CAUSE</h2>
<div class=sbody>This issue occurs because Windows Installer recognizes the shortcut destination as		  a Start Menu location. Therefore, Windows Installer adjusts the destination		  profile to correspond with the installation. </p>
<p>Installations of the 2007 Office system		  are per-computer. Therefore, the shortcuts are put in		  the CommonAppDataFolder folder instead of in the AppDataFolder folder.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>WORKAROUND</h2>
<div class=sbody>To work around this issue, follow these steps:<br />
<table class=list ol>
<tr>
<td class=number>1.</td>
<td class=text>Use the <strong class=uiterm>Add				files</strong> section of the OCT instead of the <strong class=uiterm>Configure				shortcuts</strong> section to install the shortcuts.</td>
</tr>
<tr>
<td class=number>2.</td>
<td class=text> Perform a regular test installation, and then copy the .lnk				files that are created. Add these files to the <strong class=uiterm>Add files</strong> section of				the OCT by using the following destination:
<div class=indent>[AppDataFolder] Microsoft Windows Start				Menu Programs </div>
</td>
</tr>
<tr>
<td class=number>3.</td>
<td class=text>Use the <strong class=uiterm>Configure shortcuts</strong> section to				remove any shortcuts that you do not want installed.</td>
</tr>
</table>
<p>After all per-user files and all registry entries are added		  by using the OCT, the shortcuts are copied to a user&#8217;s profile  the next time that the		  user runs a 2007 Office application. </p>
<p>If you want the shortcuts to be copied to the		  profile before the user starts a 2007 Office application, you can add a		  registry entry that will run  a one-time start of a 2007 Office application		  during the logon process. </p>
<p><b>Warning</b> Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall the operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.</p>
<p>To run a one-time start of a 2007 Office application during the logon process, use the <strong class=uiterm>Add registry entries</strong> section		  of the OCT to add a registry entry that resembles the following registry entry:
<div class=indent>Root:		  HKEY_LOCAL_MACHINE<br />Data type: REG_SZ<br />Key: Software Microsoft Active		  Setup Installed Components RunOneNoteOnce<br />Value name: StubPath<br />Value		  data: onenote.exe</div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
</div>
<div class=appliesTo>
<hr /><a id=appliesto></a><br />
<h5>APPLIES TO</h5>
<table class=list>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Office Enterprise 2007</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Office Professional 2007</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Office Professional Plus 2007</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Office Standard 2007</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Office Ultimate 2007</td>
</tr>
</table>
</div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<div class=keywords>
<table>
<tr>
<td class=header>
<h5>Keywords:Â </h5>
</td>
<td class=text>kbexpertiseinter kbtshoot kbprb KB948186</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<p></span>					<A name=feedback>&nbsp;</A>                    <br/>				</div>
<h5>Microsoft Knowledge Base Article</h5>
<p class='MsoNormal'>This article contents is Microsoft Copyrighted material.<br />
Microsoft Corporation. All rights reserved. <a href='http://support.microsoft.com/tou/'>Terms of Use</a> | <a href='http://support.microsoft.com/library/toolbar/3.0/trademarks/en-us.mspx'>Trademarks</a></p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Articles or Pages</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://ossmall.info/shortcuts-for-applications-in-the-2007-office-system-are-not-generated-in-the-designated-location-on-a-computer-that-is-running-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Applications that have earned the Certified for Windows Vista logo or the Works with Windows Vista logo</title>
		<link>http://ossmall.info/applications-that-have-earned-the-certified-for-windows-vista-logo-or-the-works-with-windows-vista-logo/</link>
		<comments>http://ossmall.info/applications-that-have-earned-the-certified-for-windows-vista-logo-or-the-works-with-windows-vista-logo/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 10:50:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Application Center]]></category>
		<category><![CDATA[OS X Applications]]></category>
		<category><![CDATA[Vista Center]]></category>
		<category><![CDATA[Vista Easter Eggs]]></category>
		<category><![CDATA[Vista HowTo]]></category>
		<category><![CDATA[Vista Tips]]></category>
		<category><![CDATA[Windows Defender]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 - HowTo]]></category>
		<category><![CDATA[Windows Server 2008 - Tips]]></category>

		<guid isPermaLink="false">http://ossmall.info/applications-that-have-earned-the-certified-for-windows-vista-logo-or-the-works-with-windows-vista-logo/</guid>
		<description><![CDATA[Applications that have earned the Certified for Windows Vista logo or the Works with Windows Vista logo View products that this article applies to. Article ID : 933305 Last Review : February 27, 2008 Revision : 8.1 On This Page SUMMARY This article contains links to current lists of applications that have earned the Certified [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>Applications that have earned the Certified for Windows Vista logo or the Works with Windows Vista logo</strong>
<div class=appliesToLink><a href=#appliesto>View products that this article applies to.</a></div>
<div class=articleProperty>
<table>
<tr>
<td>Article ID</td>
<td>:</td>
<td>933305</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>February 27, 2008</td>
</tr>
<tr>
<td>Revision</td>
<td>:</td>
<td>8.1</td>
</tr>
</table>
</div>
<div class=toc id=tocDiv>
<h5>On This Page</h5>
</div>
<p><noscript></noscript>
<div class=section>
<h2 class=subTitle id=tocHeadRef>SUMMARY</h2>
<div class=sbody>
<div class=indent>This article contains links to current lists of applications that have earned the Certified for Windows Vista logo or the Works with Windows Vista logo. This article also discusses resources that you can use to find applications that have earned the Certified for Windows Vista logo or the Works with Windows Vista logo. These applications are officially supported on Windows Vista by our independent software vendor (ISV) partners. There are many applications that are compatible and work well with Windows Vista but that are not included in the lists. These applications are not included in the list because they have not yet gone through the Windows Vista logo program, or because they are still going through the program. New applications are continually being added to the program. This article also contains information that may help you determine whether your current software can run on Windows Vista. This article also discusses resources to help you troubleshoot compatibility problems.</div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>INTRODUCTION</h2>
<div class=sbody>To find products that currently have earned the Certified for Windows Vista logo or that have earned the Works with Windows Vista logo, you can do any of the following.<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Check the appropriate lists in this article</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Run the Microsoft Application Compatibility Toolkit 5.0</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Visit the Windows Marketplace Web site </td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Download the Windows Vista Upgrade Advisor to check the compatibility of individual computers</td>
</tr>
</table>
<p><b>Note</b>  For more information about how to troubleshoot program compatibility, see the Additional information section. </p>
<p>If you have a software program that is not Windows Vista-compatible, you still may be able to get it to run on Windows Vista by using the individual program&#8217;s <strong class=uiterm>Compatibility</strong> tab or by using any of the troubleshooting methods that are referenced in this article.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>MORE INFORMATION</h2>
<div class=sbody>
<h3 id=tocHeadRef>Applications that have earned the Certified for Windows Vista logo</h3>
<p>The Certified for Windows Vista logo is a compatibility designation for applications and devices that have passed a rigorous testing program on computers that are running Windows Vista. The technical requirements for this designation target four core areas: reliability, security, compatibility with Windows Vista and future operating systems, and installation and removal. </p>
<p> To view the list of applications that have earned the Certified for Windows Vista logo, visit the following Microsoft Web site:
<div class=indent><a href=https://winqual.microsoft.com/member/softwarelogo/certifiedlist.aspx>https://winqual.microsoft.com/member/softwarelogo/certifiedlist.aspx</a><span class=pLink> (https://winqual.microsoft.com/member/softwarelogo/certifiedlist.aspx)</span></div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<h3 id=tocHeadRef>Applications that have earned the Works with Windows Vista logo</h3>
<p>The Works with Windows Vista logo is a compatibility designation that is designed to encourage Windows Vista compatibility for the current generation of Windows-based applications. To receive this designation, software companies test their applications to make sure that the applications meet the program&#8217;s guidelines. </p>
<p> To view the list of applications that have earned the Works with Windows Vista  logo, visit the following Microsoft Web site:
<div class=indent><a href=https://winqual.microsoft.com/member/softwarelogo/workswithlist.aspx>https://winqual.microsoft.com/member/softwarelogo/workswithlist.aspx</a><span class=pLink> (https://winqual.microsoft.com/member/softwarelogo/workswithlist.aspx)</span></div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<h3 id=tocHeadRef>Windows Vista Upgrade Advisor</h3>
<p>The Windows Vista Upgrade Advisor will help you determine whether your Windows XP-based computer can run Windows Vista. You can also use the Upgrade Advisor to determine whether your Windows Vista-based computer is ready for an upgrade to a more powerful edition of Windows Vista.</p>
<p>For more information about how to download and to install the Windows Vista Upgrade Advisor, visit the following Microsoft Web site:
<div class=indent><span class=ll><a href=http://www.microsoft.com/windows/products/windowsvista/buyorupgrade/upgradeadvisor.mspx>http://www.microsoft.com/windows/products/windowsvista/buyorupgrade/upgradeadvisor.mspx</a></span><span class=pLink> (http://www.microsoft.com/windows/products/windowsvista/buyorupgrade/upgradeadvisor.mspx)</span></div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<h3 id=tocHeadRef>Windows Marketplace Web site</h3>
<p>To find additional Windows-compatible programs online, visit the Windows Marketplace Web site. Windows Marketplace is a Web site that contains links to thousands of different software and hardware products that work with Windows, from productivity programs and games to digital cameras and portable media players. For more information about Windows Marketplace, visit the following Microsoft Web site:
<div class=indent><a href=http://www.windowsmarketplace.com>http://www.windowsmarketplace.com</a><span class=pLink> (http://www.windowsmarketplace.com)</span></div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<h3 id=tocHeadRef>Additional information</h3>
<p>For more information about how to find Windows-compatible programs, visit the following Microsoft Web site:
<div class=indent><span class=ll><a href=http://windowshelp.microsoft.com/Windows/en-US/Help/76b1e0ae-fe07-4adf-9345-2a4376b0aa821033.mspx>http://windowshelp.microsoft.com/Windows/en-US/Help/76b1e0ae-fe07-4adf-9345-2a4376b0aa821033.mspx</a></span><span class=pLink> (http://windowshelp.microsoft.com/Windows/en-US/Help/76b1e0ae-fe07-4adf-9345-2a4376b0aa821033.mspx)</span></div>
<p>Most programs that are written for Windows XP also work in this version of Windows. But some older programs might run poorly or might not run at all. If a program that is written for an earlier version of Windows does not run correctly, use the Program Compatibility Wizard to change the compatibility settings for the program. To change settings for a program manually, use the individual program&#8217;s <strong class=uiterm>Compatibility</strong> tab. For more information about how to use an individual program&#8217;s <strong class=uiterm>Compatibility</strong> tab, visit the following Microsoft Web site:
<div class=indent><span class=ll><a href=http://windowshelp.microsoft.com/Windows/en-US/Help/bf416877-c83f-4476-a3da-8ec98dcf5f101033.mspx>http://windowshelp.microsoft.com/Windows/en-US/Help/bf416877-c83f-4476-a3da-8ec98dcf5f101033.mspx</a></span><span class=pLink> (http://windowshelp.microsoft.com/Windows/en-US/Help/bf416877-c83f-4476-a3da-8ec98dcf5f101033.mspx)</span></div>
<p>For more information about Windows Vista Application Compatibility, visit the following Microsoft Web  site:
<div class=indent><a href=http://msdn2.microsoft.com/en-us/windowsvista/aa904987.aspx>http://msdn2.microsoft.com/en-us/windowsvista/aa904987.aspx</a><span class=pLink> (http://msdn2.microsoft.com/en-us/windowsvista/aa904987.aspx)</span></div>
<p>For more information about how to troubleshoot program compatibility, click the following article numbers to view the articles in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=931361>931361</a><span class=pLink> (/Feedback.aspx?kbNumber=931361/)</span> How to troubleshoot issues that may prevent a program from being installed correctly on a Windows Vista-based computer</div>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=927386>927386</a><span class=pLink> (/Feedback.aspx?kbNumber=927386/)</span> How to troubleshoot program compatibility issues in Windows Vista</div>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=931359>931359</a><span class=pLink> (/Feedback.aspx?kbNumber=931359/)</span> How to determine whether there are program-compatibility issues before you install Windows Vista</div>
<p><b>Note</b>          If you still have program-incompatibility problems, you might want to ask someone for help or contact  support. For information about how to contact support, visit the following Microsoft Web site:
<div class=indent><a href=http://support.microsoft.com/contactus>http://support.microsoft.com/contactus/</a><span class=pLink> (http://support.microsoft.com/contactus/)</span></div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>Advanced users</h2>
<div class=sbody>
<h3 id=tocHeadRef>Microsoft Application Compatibility Toolkit 5.0</h3>
<p>The Microsoft Application Compatibility Toolkit (ACT) 5.0 is a life-cycle management tool that assists in identifying and managing your overall application portfolio, reducing the cost and time involved in resolving application compatibility issues, and helping you quickly deploy Windows Vista and Windows Updates.</p>
<p>For more information about how to download and to install the Microsoft Application Compatibility Toolkit 5.0, visit the following Microsoft Web site:
<div class=indent><a href=http://technet.microsoft.com/en-us/windowsvista/aa905102.aspx>http://technet.microsoft.com/en-us/windowsvista/aa905102.aspx</a><span class=pLink> (http://technet.microsoft.com/en-us/windowsvista/aa905102.aspx)</span></div>
<p>For more information about how to troubleshoot program compatibility, click the following article numbers to view the articles in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=931362>931362</a><span class=pLink> (/Feedback.aspx?kbNumber=931362/)</span> Advanced methods to troubleshoot a program that does not run as expected after it is installed on Windows Vista</div>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=931360>931360</a><span class=pLink> (/Feedback.aspx?kbNumber=931360/)</span> How to troubleshoot program-incompatibility issues that may stop the Windows Vista Setup program</div>
<p>If you are trying to troubleshoot a software program that is not Windows Vista-compatible, there are troubleshooting resources that are available to you. If you have a software program that is not Windows Vista-compatible, you still may be able to get it to run on Windows Vista by using the individual program&#8217;s <strong class=uiterm>Compatibility</strong> tab.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>Independent software vendors (ISV)</h2>
<div class=sbody>ISVs that are interested in learning more about the Certified for Windows Vista and Works with Windows Vista logo programs can  visit the following Microsoft Web site:
<div class=indent><a href=http://www.microsoft.com/whdc/winlogo/WLP30program.mspx>http://www.microsoft.com/whdc/winlogo/WLP30program.mspx</a><span class=pLink> (http://www.microsoft.com/whdc/winlogo/WLP30program.mspx)</span></div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
</div>
<div class=appliesTo>
<hr /><a id=appliesto></a><br />
<h5>APPLIES TO</h5>
<table class=list>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Enterprise 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Enterprise</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Ultimate 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Ultimate</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Business 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Business</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Premium 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Premium</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Basic 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Basic</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Starter</td>
</tr>
</table>
</div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<div class=keywords>
<table>
<tr>
<td class=header>
<h5>Keywords:Â </h5>
</td>
<td class=text>kbresolve kbappcompatibility kb3rdpartysoftware kbtshoot kbinterop kbexpertisebeginner kbinfo KB933305</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<p></span>					<A name=feedback>&nbsp;</A>                    <br/>				</div>
<h5>Microsoft Knowledge Base Article</h5>
<p class='MsoNormal'>This article contents is Microsoft Copyrighted material.<br />
Microsoft Corporation. All rights reserved. <a href='http://support.microsoft.com/tou/'>Terms of Use</a> | <a href='http://support.microsoft.com/library/toolbar/3.0/trademarks/en-us.mspx'>Trademarks</a></p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Articles or Pages</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://ossmall.info/applications-that-have-earned-the-certified-for-windows-vista-logo-or-the-works-with-windows-vista-logo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A hotfix is available for Outlook 2007 that enables certain MAPI applications to create new items in a .pst file after the PstDisableGrow registry entry is configured</title>
		<link>http://ossmall.info/a-hotfix-is-available-for-outlook-2007-that-enables-certain-mapi-applications-to-create-new-items-in-a-pst-file-after-the-pstdisablegrow-registry-entry-is-configured/</link>
		<comments>http://ossmall.info/a-hotfix-is-available-for-outlook-2007-that-enables-certain-mapi-applications-to-create-new-items-in-a-pst-file-after-the-pstdisablegrow-registry-entry-is-configured/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 00:33:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Application Center]]></category>
		<category><![CDATA[MS Office Outlook]]></category>
		<category><![CDATA[OS X Applications]]></category>

		<guid isPermaLink="false">http://ossmall.info/a-hotfix-is-available-for-outlook-2007-that-enables-certain-mapi-applications-to-create-new-items-in-a-pst-file-after-the-pstdisablegrow-registry-entry-is-configured/</guid>
		<description><![CDATA[A hotfix is available for Outlook 2007 that enables certain MAPI applications to create new items in a .pst file after the PstDisableGrow registry entry is configured View products that this article applies to. Article ID : 954268 Last Review : August 6, 2008 Revision : 1.0 INTRODUCTION Important This section, method, or task contains [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>A hotfix is available for Outlook 2007 that enables certain MAPI applications to create new items in a .pst file after the PstDisableGrow registry entry is configured</strong>
<div class=appliesToLink><a href=#appliesto>View products that this article applies to.</a></div>
<div class=articleProperty>
<table>
<tr>
<td>Article ID</td>
<td>:</td>
<td>954268</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>August 6, 2008</td>
</tr>
<tr>
<td>Revision</td>
<td>:</td>
<td>1.0</td>
</tr>
</table>
</div>
<div class=section>
<h2 class=subTitle id=tocHeadRef>INTRODUCTION</h2>
<div class=sbody><b>Important</b> This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=322756>322756</a><span class=pLink> (/Feedback.aspx?kbNumber=322756/)</span> How to back up and restore the registry in Windows</div>
<p>You can configure the PstDisableGrow registry entry to prevent Microsoft Office Outlook 2007 from creating new items in a .pst file. To do this, follow these steps:<br />
<table class=list ol>
<tr>
<td class=number>1.</td>
<td class=text> Click <strong class=uiterm>Start</strong>, click <strong class=uiterm>Run</strong>, type <span class=userInput>regedit</span>, and then click <strong class=uiterm>OK</strong>.</td>
</tr>
<tr>
<td class=number>2.</td>
<td class=text> Locate and then click the following registry subkey:
<div class=indent><strong class=uiterm>HKEY_CURRENT_USER Software Microsoft Office 12.0 Outlook PST</strong></div>
</td>
</tr>
<tr>
<td class=number>3.</td>
<td class=text> On the <strong class=uiterm>Edit</strong> menu, point to <strong class=uiterm>New</strong>, and then click <strong class=uiterm>DWORD Value</strong>.</td>
</tr>
<tr>
<td class=number>4.</td>
<td class=text> Type <span class=userInput>PstDisableGrow</span>, and then press ENTER.</td>
</tr>
<tr>
<td class=number>5.</td>
<td class=text>Right-click <strong class=uiterm>PstDisableGrow</strong>, and then click <strong class=uiterm>Modify</strong>.</td>
</tr>
<tr>
<td class=number>6.</td>
<td class=text>In the <strong class=uiterm>Value data</strong> box, type <span class=userInput>1</span>, and then click <strong class=uiterm>OK</strong>.</td>
</tr>
<tr>
<td class=number>7.</td>
<td class=text> Exit Registry Editor.</td>
</tr>
</table>
<p>After you complete this procedure, you may want to use MAPI applications to create new items in a .pst file when  the PstDisableGrow registry entry is configured. To do this, apply the 953925 hotfix package .</p></div>
<h2 class=subTitle id=tocHeadRef>MORE INFORMATION</h2>
<div class=sbody>To apply the 953925 hotfix package, follow these steps:<br />
<table class=list ol>
<tr>
<td class=number>1.</td>
<td class=text>Install the 953925 hotfix package.For more information, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=953925>953925</a><span class=pLink> (/Feedback.aspx?kbNumber=953925/)</span> Description of the Outlook 2007 hotfix package: June 11, 2008</div>
</td>
</tr>
<tr>
<td class=number>2.</td>
<td class=text>Implement a PST override handler to bypass the PSTDisableGrow policy.For more information, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=956070>956070</a><span class=pLink> (/Feedback.aspx?kbNumber=956070/)</span> How to implement a PST override handler to bypass the PSTDisableGrow policy in Outlook 2007</div>
</td>
</tr>
</table>
</div>
</div>
<div class=appliesTo>
<hr /><a id=appliesto></a><br />
<h5>APPLIES TO</h5>
<table class=list>
<tr>
<td class=bullet>Ã¢â‚¬Â¢</td>
<td class=text>Microsoft Office Outlook 2007</td>
</tr>
</table>
</div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<div class=keywords>
<table>
<tr>
<td class=header>
<h5>Keywords:Ã‚Â </h5>
</td>
<td class=text>kbinfo kbexpertiseinter kbqfe KB954268</td>
</tr>
</table>
</div>
<p></span>					<A name=feedback>&nbsp;</A><a href=/sponsor.aspx?ID=64>	<img src=/images/ads/TechTarget/windows-ba.gif width=300 height=250 border=0></a>&nbsp;<a href=/sponsor.aspx?ID=64>	<img src=/images/ads/TechTarget/Networking-ba.gif width=300 height=250 border=0></a>				</div>
<h5>Microsoft Knowledge Base Article</h5>
<p class='MsoNormal'>This article contents is Microsoft Copyrighted material.<br />
Microsoft Corporation. All rights reserved. <a href='http://support.microsoft.com/tou/'>Terms of Use</a> | <a href='http://support.microsoft.com/library/toolbar/3.0/trademarks/en-us.mspx'>Trademarks</a></p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Articles or Pages</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://ossmall.info/a-hotfix-is-available-for-outlook-2007-that-enables-certain-mapi-applications-to-create-new-items-in-a-pst-file-after-the-pstdisablegrow-registry-entry-is-configured/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS08-068: Vulnerability in SMB could allow remote code execution</title>
		<link>http://ossmall.info/ms08-068-vulnerability-in-smb-could-allow-remote-code-execution/</link>
		<comments>http://ossmall.info/ms08-068-vulnerability-in-smb-could-allow-remote-code-execution/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 11:56:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple Products]]></category>
		<category><![CDATA[Application Center]]></category>
		<category><![CDATA[Commerce Server 2007]]></category>
		<category><![CDATA[Internet Explorer 7]]></category>
		<category><![CDATA[Microsoft .NET Framework]]></category>
		<category><![CDATA[Microsoft Exchange Server]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[MS Office Access]]></category>
		<category><![CDATA[MS Office Visio]]></category>
		<category><![CDATA[OS X Applications]]></category>
		<category><![CDATA[Vista Center]]></category>
		<category><![CDATA[Vista Easter Eggs]]></category>
		<category><![CDATA[Vista HowTo]]></category>
		<category><![CDATA[Vista Tips]]></category>
		<category><![CDATA[Win XP Center]]></category>
		<category><![CDATA[Windows Defender]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 - HowTo]]></category>
		<category><![CDATA[Windows Server 2008 - Tips]]></category>

		<guid isPermaLink="false">http://ossmall.info/ms08-068-vulnerability-in-smb-could-allow-remote-code-execution</guid>
		<description><![CDATA[Article ID: 957097 &#8211; Last Review: February 26, 2009 &#8211; Revision: 3.0 MS08-068: Vulnerability in SMB could allow remote code execution View products that this article applies to. On This Page Expand all &#124; Collapse all INTRODUCTION Microsoft has released security bulletin MS08-068. To view the complete security bulletin, visit one of the following Microsoft [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a>
<div class=articleProperty>Article ID: 957097 &#8211; Last Review: February 26, 2009 &#8211; Revision: 3.0</div>
<p><strong class=title>MS08-068: Vulnerability in SMB could allow remote code execution</strong>
<div class=appliesToLink><a href=#appliesto>View products that this article applies to.</a></div>
<div id=kb_section class=section>
<h2 class=subTitle id=tocTitle><span><a >On This Page</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody id=tocDiv></div>
<p><noscript></noscript>
<div id=kb_expandcollapseall class=expandcollapseall><a >Expand all</a> | <a >Collapse all</a></div>
<h2 class=subTitle id=tocHeadRef><span><a >INTRODUCTION</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>Microsoft has released security bulletin MS08-068. To view the complete security bulletin, visit one of the following Microsoft Web sites:
<ul>
<li>Home users:
<div class=indent><span class=ll><a href=http://www.microsoft.com/protect/computer/updates/bulletins/200811.mspx>http://www.microsoft.com/protect/computer/updates/bulletins/200811.mspx</a></span><span class=pLink>            (http://www.microsoft.com/protect/computer/updates/bulletins/200811.mspx)        </span></div>
<p><b>Skip the details:</b> Download the updates for your home computer or laptop from the Microsoft Update Web site now:
<div class=indent><a href=http://update.microsoft.com/microsoftupdate>http://update.microsoft.com/microsoftupdate</a><span class=pLink>            (http://update.microsoft.com/microsoftupdate/)        </span></div>
</li>
<li>IT professionals:
<div class=indent><a href=http://www.microsoft.com/technet/security/bulletin/MS08-068.mspx>http://www.microsoft.com/technet/security/bulletin/MS08-068.mspx</a><span class=pLink>            (http://www.microsoft.com/technet/security/bulletin/MS08-068.mspx)        </span></div>
</li>
</ul>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
<h3 id=tocHeadRef>How to obtain help and support for this security update</h3>
<p> For home users, no-charge support is available by calling 1-866-PCSAFETY in the United States and Canada or by contacting your local Microsoft subsidiary. For more information about how to contact your local Microsoft subsidiary for support issues with security updates, visit the Microsoft International Support Web site:
<div class=indent><a href=http://support.microsoft.com/common/international.aspx?rdpath=4>http://support.microsoft.com/common/international.aspx?rdpath=4</a><span class=pLink>            (http://support.microsoft.com/common/international.aspx?rdpath=4)        </span></div>
<p> North American customers can also obtain instant access to unlimited no-charge e-mail support or to unlimited individual chat support by visiting the following Microsoft Web site:
<div class=indent><a href=http://support.microsoft.com/oas/default.aspx?&amp;prid=7552>http://support.microsoft.com/oas/default.aspx?&amp;prid=7552</a><span class=pLink>            (http://support.microsoft.com/oas/default.aspx?&amp;prid=7552)        </span></div>
<p> For enterprise customers, support for security updates is available through your usual support contacts.
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<div class=sbody>
<h3 id=tocHeadRef>Known issues with this security update</h3>
<h4 id=tocHeadRef>Symptoms</h4>
<p>After you apply this security update, applications such as Microsoft SQL Server or Internet Information Services (IIS) may fail when they make local NTLM authentication requests.<br />
<h4 id=tocHeadRef>Cause</h4>
<p>This problem occurs because of the way that NT LAN Manager (NTLM) treats different naming conventions as remote entities instead of as local entities. A local authentication failure might occur when the client calculates and caches the correct response to the NTLM challenge that is sent by the server in local lsass memory before the response is sent back to the server. When the server code for NTLM finds the received response  in the local lsass cache, the code does not honor the authentication request and treats it as a replay attack. This behavior leads to a local authentication failure.<br />
<h4 id=tocHeadRef>Resolution</h4>
<p>To resolve this problem, you must disable reflection protection so that the affected systems can be authenticated. For more information about how to do this, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=896861>896861</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=896861/                        )        </span>You receive error 401.1 when you browse a Web site that uses Integrated Authentication and is hosted on IIS 5.1 or IIS 6</div>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=887993>887993</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=887993/                        )        </span>Users experience authentication issues when they access a Web page in IIS 6.0 or query Microsoft SQL Server 2000 after you install Windows Server 2003 Service Pack 1</div>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=926642>926642</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=926642/                        )        </span> Error message when you try to access a server locally by using its FQDN or its CNAME alias after you install Windows Server 2003 Service Pack 1: Access denied or No network provider accepted the given network path</div>
<h5 id=tocHeadRef>How to disable NTLM reflection protection</h5>
<p><b>Important</b>This section, method, or task contains steps that tell you how to change the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=322756>322756</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=322756/                        )        </span>How to back up and restore the registry in Windows </div>
<p> To disable NTLM reflection protection, you must modify a registry key on the client computer. To do this, follow these steps on the client computer:
<ol>
<li>Click <strong class=uiterm>Start</strong>, click <strong class=uiterm>Run</strong>, type <span class=userInput>regedit</span> in the <strong class=uiterm>Open</strong> box, and then click <strong class=uiterm>OK</strong>. </li>
<li>Locate and then click the following subkey in the registry:
<div class=indent>HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet Control Lsa</div>
</li>
<li>On the <strong class=uiterm>Edit</strong> menu, point to <strong class=uiterm>New</strong>, and then click <strong class=uiterm>DWORD Value</strong>. </li>
<li>Type <span class=userInput>DisableLoopbackCheck</span> for the name of the DWORD, and then press ENTER. </li>
<li>Right-click <strong class=uiterm>DisableLoopbackCheck</strong>, and then click <strong class=uiterm>Modify</strong>. </li>
<li>In the <strong class=uiterm>Value data</strong> box, type <span class=userInput> 1</span>, and then click <strong class=uiterm>OK</strong>. </li>
<li>Exit Registry Editor, and then restart the computer. </li>
</ol>
<p><b>Note</b> You must restart the computer for this change to take effect.<br />
<h5 id=tocHeadRef>The effect of disabling NTLM reflection protection</h5>
<p>Because the NTLM reflection protection is part of the fix for this SMB vulnerability, disabling NTLM reflection protection on an affected system by setting DisableLoopbackCheck to 1 returns the system to a vulnerable state. Therefore, we strongly recommend that you use the BackConnectionHostNames registry key if needed. <br />
<h5 id=tocHeadRef>How to re-enable NTLM reflection protection</h5>
<p> To re-enable NTLM reflection protection, you must modify a registry entry on the client computer. To do this, follow these steps on the client computer:
<ol>
<li>Click <strong class=uiterm>Start</strong>, click <strong class=uiterm>Run</strong>, type <span class=userInput>regedit</span> in the <strong class=uiterm>Open</strong> box, and then click <strong class=uiterm>OK</strong>. </li>
<li>Locate and then click the following subkey in the registry:
<div class=indent>HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet Control Lsa</div>
</li>
<li>Right-click <strong class=uiterm>DisableLoopbackCheck</strong>, and then click <strong class=uiterm>Modify</strong>. </li>
<li>In the <strong class=uiterm>Value data</strong> box, type <span class=userInput>0</span>, and then click <strong class=uiterm>OK</strong>. </li>
<li>Exit Registry Editor, and then restart the computer. </li>
</ol>
<p><b>Note</b> You must restart the computer for this change to take effect.<br />
<h5 id=tocHeadRef>How to disable NTLM reflection protection for a particular SPN</h5>
<p>You can disable NTLM reflection protection for a particular Service Principal Name (SPN) that is causing the corresponding authentication to break.To do this, follow these steps on the client computer:
<ol>
<li>Click <strong class=uiterm>Start</strong>, click <strong class=uiterm>Run</strong>, type <span class=userInput>regedit</span> in the <strong class=uiterm>Open</strong> box, and then click <strong class=uiterm>OK</strong>. </li>
<li>Locate and then click the following subkey in the registry:
<div class=indent>HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet Control Lsa MSV1_0</div>
</li>
<li>On the <strong class=uiterm>Edit</strong> menu, point to <strong class=uiterm>New</strong>, and then click <strong class=uiterm>Multi-String Value</strong>. </li>
<li>Type <span class=userInput>BackConnectionHostNames</span> for the name of the Multi-String Value, and then press ENTER.
<p><b>Note</b> If the BackConnectionHostNames registry entry exists as a REG_DWORD, you must delete the BackConnectionHostNames registry entry. </li>
<li>Right-click <strong class=uiterm>BackConnectionHostNames</strong>, and then click <strong class=uiterm>Modify</strong>. </li>
<li>In the <strong class=uiterm>Value data</strong> box, type the CNAME or the DNS alias that is used for the local shares on the computer, and then click <strong class=uiterm>OK</strong>.
<p><b>Note</b> You must type each host name on a separate line. </li>
<li>Exit Registry Editor, and then restart the computer. </li>
</ol>
<p><b>Note</b> You must restart the computer for this change to take effect.<br />
<h5 id=tocHeadRef>The effect of disabling NTLM reflection protection for a particular SPN</h5>
<p>Because NTLM reflection protection is part of the fix for this SMB vulnerability, disabling NTLM reflection protection on an affected system will return the system to a vulnerable state for the particular SPN for which the reflection protection was disabled.<br />
<h5 id=tocHeadRef>How to re-enable NTLM reflection protection for a particular SPN</h5>
<p>To do this, follow these steps on the client computer:
<ol>
<li>Click <strong class=uiterm>Start</strong>, click <strong class=uiterm>Run</strong>, type <span class=userInput>regedit</span> in the <strong class=uiterm>Open</strong> box, and then click <strong class=uiterm>OK</strong>. </li>
<li>Locate and then click the following subkey in the registry:
<div class=indent>HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet Control Lsa MSV1_0</div>
</li>
<li>Right-click <strong class=uiterm>BackConnectionHostNames</strong>, and then click <strong class=uiterm>Modify</strong>. </li>
<li>In the <strong class=uiterm>Value data</strong> box, delete the CNAME or the DNS alias that is used for the local shares on the computer, and then click <strong class=uiterm>OK</strong>.
<p><b>Note</b> You must type each host name on a separate line. </li>
<li>Exit Registry Editor, and then restart the computer. </li>
</ol>
<p><b>Note</b> You must restart the computer for this change to take effect.
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
<h3 id=tocHeadRef>File information</h3>
<p><span><a id=fileinfo></a></span>The English (United States) version of this software update installs files that have the attributes that are listed in the following tables. The dates and times for these files are listed in Coordinated Universal Time (UTC). The dates and times for these files on your local computer are displayed in your local time and with your current daylight saving time (DST) bias. Additionally, the dates and times may change when you perform certain operations on the files.<br />
<h4 id=tocHeadRef>For all supported editions of Microsoft Windows 2000 Service Pack 4</h4>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td>Mrxsmb.sys</td>
<td>5.0.2195.7174</td>
<td>416,016</td>
<td>27-Aug-2008</td>
<td>16:29</td>
<td>x86</td>
</tr>
<tr>
<td>Msv1_0.dll</td>
<td>5.0.2195.6926</td>
<td>125,200</td>
<td>07-Apr-2005</td>
<td>23:21</td>
<td>x86</td>
</tr>
<tr>
<td>Netlogon.dll</td>
<td>5.0.2195.7011</td>
<td>366,864</td>
<td>07-Apr-2005</td>
<td>23:24</td>
<td>x86</td>
</tr>
<tr>
<td>Rdbss.sys</td>
<td>5.0.2195.7174</td>
<td>170,800</td>
<td>27-Aug-2008</td>
<td>16:28</td>
<td>x86</td>
</tr>
<tr>
<td>Sp3res.dll</td>
<td>5.0.2195.7151</td>
<td>6,276,608</td>
<td>29-Feb-2008</td>
<td>13:26</td>
<td>x86</td>
</tr>
</table>
</div>
</div>
<h4 id=tocHeadRef>Windows XP and Windows Server 2003 file information notes</h4>
<ul>
<li>The files that apply to a specific milestone (RTM, SP<var>n</var>) and service branch (QFE, GDR) are noted in the SP requirement and Service branch columns. </li>
<li>GDR service branches contain only those fixes that are widely released to address widespread, critical issues. QFE service branches contain hotfixes in addition to widely released fixes. </li>
<li>In addition to the files that are listed in these tables, this software update also installs an associated security catalog file (KB<var>number</var>.cat) that has a Microsoft digital signature. </li>
</ul>
<h4 id=tocHeadRef>For all supported x86-based versions of Windows XP</h4>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
<th>SP requirement</th>
<th>Service branch</th>
</tr>
<tr>
<td>Mrxsmb.sys</td>
<td>5.1.2600.3467</td>
<td>453,632</td>
<td>24-Oct-2008</td>
<td>11:10</td>
<td>x86</td>
<td>SP2</td>
<td>SP2GDR</td>
</tr>
<tr>
<td>Mrxsmb.sys</td>
<td>5.1.2600.3467</td>
<td>455,936</td>
<td>24-Oct-2008</td>
<td>11:25</td>
<td>x86</td>
<td>SP2</td>
<td>SP2QFE</td>
</tr>
<tr>
<td>Mrxsmb.sys</td>
<td>5.1.2600.5700</td>
<td>455,296</td>
<td>24-Oct-2008</td>
<td>11:21</td>
<td>x86</td>
<td>SP3</td>
<td>SP3GDR</td>
</tr>
<tr>
<td>Mrxsmb.sys</td>
<td>5.1.2600.5700</td>
<td>455,936</td>
<td>24-Oct-2008</td>
<td>11:41</td>
<td>x86</td>
<td>SP3</td>
<td>SP3QFE</td>
</tr>
</table>
</div>
</div>
<h4 id=tocHeadRef>For all supported x64-based versions of Windows Server 2003 and of Windows XP Professional x64 edition</h4>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
<th>SP requirement</th>
<th>Service branch</th>
</tr>
<tr>
<td>Mrxsmb.sys</td>
<td>5.2.3790.3206</td>
<td>786,944</td>
<td>08-Sep-2008</td>
<td>16:17</td>
<td>x64</td>
<td>SP1</td>
<td>SP1GDR</td>
</tr>
<tr>
<td>Mrxsmb.sys</td>
<td>5.2.3790.3206</td>
<td>786,944</td>
<td>08-Sep-2008</td>
<td>16:18</td>
<td>x64</td>
<td>SP1</td>
<td>SP1QFE</td>
</tr>
<tr>
<td>Mrxsmb.sys</td>
<td>5.2.3790.4369</td>
<td>786,944</td>
<td>08-Sep-2008</td>
<td>16:24</td>
<td>x64</td>
<td>SP2</td>
<td>SP2GDR</td>
</tr>
<tr>
<td>Mrxsmb.sys</td>
<td>5.2.3790.4369</td>
<td>786,944</td>
<td>08-Sep-2008</td>
<td>16:17</td>
<td>x64</td>
<td>SP2</td>
<td>SP2QFE</td>
</tr>
</table>
</div>
</div>
<h4 id=tocHeadRef>For all supported x86-based versions of Windows Server 2003</h4>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
<th>SP requirement</th>
<th>Service branch</th>
</tr>
<tr>
<td>Mrxsmb.sys</td>
<td>5.2.3790.3206</td>
<td>437,248</td>
<td>05-Sep-2008</td>
<td>12:43</td>
<td>x86</td>
<td>SP1</td>
<td>SP1GDR</td>
</tr>
<tr>
<td>Mrxsmb.sys</td>
<td>5.2.3790.3206</td>
<td>438,272</td>
<td>05-Sep-2008</td>
<td>12:59</td>
<td>x86</td>
<td>SP1</td>
<td>SP1QFE</td>
</tr>
<tr>
<td>Mrxsmb.sys</td>
<td>5.2.3790.4369</td>
<td>438,784</td>
<td>05-Sep-2008</td>
<td>15:29</td>
<td>x86</td>
<td>SP2</td>
<td>SP2GDR</td>
</tr>
<tr>
<td>Mrxsmb.sys</td>
<td>5.2.3790.4369</td>
<td>438,784</td>
<td>05-Sep-2008</td>
<td>13:42</td>
<td>x86</td>
<td>SP2</td>
<td>SP2QFE</td>
</tr>
</table>
</div>
</div>
<h4 id=tocHeadRef>For all supported IA-64-based versions of Windows Server 2003</h4>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
<th>SP requirement</th>
<th>Service branch</th>
</tr>
<tr>
<td>Mrxsmb.sys</td>
<td>5.2.3790.3206</td>
<td>1,170,944</td>
<td>08-Sep-2008</td>
<td>16:17</td>
<td>IA-64</td>
<td>SP1</td>
<td>SP1GDR</td>
</tr>
<tr>
<td>Mrxsmb.sys</td>
<td>5.2.3790.3206</td>
<td>1,171,968</td>
<td>08-Sep-2008</td>
<td>16:17</td>
<td>IA-64</td>
<td>SP1</td>
<td>SP1QFE</td>
</tr>
<tr>
<td>Mrxsmb.sys</td>
<td>5.2.3790.4369</td>
<td>1,171,968</td>
<td>08-Sep-2008</td>
<td>16:21</td>
<td>IA-64</td>
<td>SP2</td>
<td>SP2GDR</td>
</tr>
<tr>
<td>Mrxsmb.sys</td>
<td>5.2.3790.4369</td>
<td>1,172,480</td>
<td>08-Sep-2008</td>
<td>16:17</td>
<td>IA-64</td>
<td>SP2</td>
<td>SP2QFE</td>
</tr>
</table>
</div>
</div>
<h4 id=tocHeadRef>Windows Vista and Windows Server 2008 file information notes</h4>
<ul>
<li>The files that apply to a specific product, milestone (RTM, SP<var>n</var>), and service branch (LDR, GDR) can be identified by examining the file version numbers as shown in the following table.
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<td><b>Version</b></td>
<td><b>Product</b></td>
<td><b>Milestone</b></td>
<td><b>Service branch</b></td>
</tr>
<tr>
<td>6.0.600<b>0</b>.<b>16</b>xxx</td>
<td>Windows Vista</td>
<td>RTM</td>
<td>GDR</td>
</tr>
<tr>
<td>6.0.600<b>0</b>.<b>20</b>xxx</td>
<td>Windows Vista</td>
<td>RTM</td>
<td>LDR</td>
</tr>
<tr>
<td>6.0.600<b>1</b>.<b>18</b>xxx</td>
<td>Windows Vista SP1 and Windows Server 2008 SP1</td>
<td>SP1</td>
<td>GDR</td>
</tr>
<tr>
<td>6.0.600<b>1</b>.<b>22</b>xxx</td>
<td>Windows Vista SP1 and Windows Server 2008 SP1</td>
<td>SP1</td>
<td>LDR</td>
</tr>
</table>
</div>
</div>
</li>
<li>Service Pack 1 is integrated into the release version of Windows Server 2008. Therefore, RTM milestone files apply only to Windows Vista. RTM milestone files have a 6.0.0000. <var>xxxxxx</var> version number. </li>
<li>GDR service branches contain only those fixes that are widely released to address widespread, critical issues. LDR service branches contain hotfixes in addition to widely released fixes. </li>
<li>The MANIFEST files (.manifest) and the MUM files (.mum) that are installed for each environment are <span><a href=#Manifests>listed separately</a></span>. MUM and MANIFEST files, and the associated security catalog (.cat) files, are critical to maintaining the state of the updated component. The security catalog files (attributes not listed) have a Microsoft digital signature. </li>
</ul>
<h4 id=tocHeadRef>For all supported x86-based versions of Windows Server 2008 and of Windows Vista</h4>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td>Mrxsmb10.sys</td>
<td>6.0.6000.16738</td>
<td>211,456</td>
<td>26-Aug-2008</td>
<td>01:11</td>
<td>x86</td>
</tr>
<tr>
<td>Mrxsmb10.sys</td>
<td>6.0.6000.20904</td>
<td>211,968</td>
<td>27-Aug-2008</td>
<td>00:48</td>
<td>x86</td>
</tr>
<tr>
<td>Mrxsmb10.sys</td>
<td>6.0.6001.18130</td>
<td>212,480</td>
<td>27-Aug-2008</td>
<td>01:05</td>
<td>x86</td>
</tr>
<tr>
<td>Mrxsmb10.sys</td>
<td>6.0.6001.22252</td>
<td>212,480</td>
<td>27-Aug-2008</td>
<td>00:52</td>
<td>x86</td>
</tr>
</table>
</div>
</div>
<h4 id=tocHeadRef>For all supported x64-based versions of Windows Server 2008 and of Windows Vista</h4>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td>Mrxsmb10.sys</td>
<td>6.0.6000.16738</td>
<td>271,872</td>
<td>26-Aug-2008</td>
<td>01:37</td>
<td>x64</td>
</tr>
<tr>
<td>Mrxsmb10.sys</td>
<td>6.0.6000.20904</td>
<td>271,872</td>
<td>27-Aug-2008</td>
<td>01:08</td>
<td>x64</td>
</tr>
<tr>
<td>Mrxsmb10.sys</td>
<td>6.0.6001.18130</td>
<td>272,896</td>
<td>27-Aug-2008</td>
<td>01:26</td>
<td>x64</td>
</tr>
<tr>
<td>Mrxsmb10.sys</td>
<td>6.0.6001.22252</td>
<td>272,896</td>
<td>27-Aug-2008</td>
<td>01:25</td>
<td>x64</td>
</tr>
</table>
</div>
</div>
<h4 id=tocHeadRef>For all supported IA-64-based versions of Windows Server 2008</h4>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td>Mrxsmb10.sys</td>
<td>6.0.6001.18130</td>
<td>655,872</td>
<td>27-Aug-2008</td>
<td>01:05</td>
<td>IA-64</td>
</tr>
<tr>
<td>Mrxsmb10.sys</td>
<td>6.0.6001.22252</td>
<td>656,384</td>
<td>27-Aug-2008</td>
<td>01:01</td>
<td>IA-64</td>
</tr>
</table>
</div>
</div>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
<h3 id=tocHeadRef>Additional file information for Windows Server 2008 and for Windows Vista</h3>
<p><span><a id=Manifests></a></span><br />
<h4 id=tocHeadRef>Additional files for all supported x86-based versions of Windows Server 2008 and of Windows Vista</h4>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<td><b>File name</b></td>
<td>Package_1_for_kb957097_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,748</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_1_for_kb957097~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>2,455</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_2_for_kb957097_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,911</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_2_for_kb957097~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>2,622</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_3_for_kb957097_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,753</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_3_for_kb957097~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>2,460</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_4_for_kb957097_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,753</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_4_for_kb957097~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>2,462</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_5_for_kb957097_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,753</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_5_for_kb957097~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>2,462</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_6_for_kb957097_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,749</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_6_for_kb957097~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>2,457</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_client_0_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,416</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_client_0~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,435</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_client_1_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,357</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_client_1~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,376</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_client_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,691</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_client~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,722</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_sc_0_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,411</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_sc_0~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,431</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_sc_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,413</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_sc~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,432</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_server_0_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,415</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_server_0~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,434</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_server_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,421</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_server~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,440</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_winpesrv_0_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,412</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_winpesrv_0~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,431</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_winpesrv_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,420</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_winpesrv~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,439</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_winpe_0_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,410</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_winpe_0~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,429</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_winpe_bf~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,414</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_winpe~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,433</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Update-bf.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>3,493</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>X86_0c20904b73abeb2138dfb45b47553d7e_31bf3856ad364e35_6.0.6001.22252_none_64ef4c954b41025e.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>701</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>X86_96e9319f58af269cd07de0efd9f2b702_31bf3856ad364e35_6.0.6000.16738_none_fbd48a81eeac34e5.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>701</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>X86_b82081a1214ff330fc8bbaed3bc6dcd6_31bf3856ad364e35_6.0.6001.18130_none_3cdce46baf44fc41.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>701</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>X86_c03364b959ac2ecb8e84a8778c9bcba5_31bf3856ad364e35_6.0.6000.20904_none_8246b5248ff7dc3f.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>701</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>X86_microsoft-windows-smb10-minirdr_31bf3856ad364e35_6.0.6000.16738_none_86a5e1554e593846.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>7,160</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>26-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:17</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>X86_microsoft-windows-smb10-minirdr_31bf3856ad364e35_6.0.6000.20904_none_874beea267621c08.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>7,160</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>03:44</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>X86_microsoft-windows-smb10-minirdr_31bf3856ad364e35_6.0.6001.18130_none_88841dab4b86fe7f.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>7,160</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:31</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>X86_microsoft-windows-smb10-minirdr_31bf3856ad364e35_6.0.6001.22252_none_88fa1b3264b308d9.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>7,160</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:15</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
</table>
</div>
</div>
<h4 id=tocHeadRef>Additional files for all supported x64-based versions of Windows Server 2008 and of Windows Vista</h4>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<td><b>File name</b></td>
<td>Amd64_7ad42327a8285cb436f079aab5de390a_31bf3856ad364e35_6.0.6000.20904_none_552afcf5a4a37253.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>705</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Amd64_af449dfe147ee908dbdaaef7d8f14825_31bf3856ad364e35_6.0.6001.18130_none_ab42f8a82c48353d.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>705</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Amd64_b8d8f2116f9614f96ea03615b78f1630_31bf3856ad364e35_6.0.6000.16738_none_fd8c4d3862b0f875.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>705</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Amd64_f1b071c9d0162519c2540329531a8d47_31bf3856ad364e35_6.0.6001.22252_none_08d61f9983de80b3.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>705</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Amd64_microsoft-windows-smb10-minirdr_31bf3856ad364e35_6.0.6000.16738_none_e2c47cd906b6a97c.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>7,427</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>26-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:46</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Amd64_microsoft-windows-smb10-minirdr_31bf3856ad364e35_6.0.6000.20904_none_e36a8a261fbf8d3e.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>7,427</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:12</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Amd64_microsoft-windows-smb10-minirdr_31bf3856ad364e35_6.0.6001.18130_none_e4a2b92f03e46fb5.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>7,427</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>05:24</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Amd64_microsoft-windows-smb10-minirdr_31bf3856ad364e35_6.0.6001.22252_none_e518b6b61d107a0f.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>7,427</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>05:23</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_1_for_kb957097_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,758</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_1_for_kb957097~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>2,469</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_2_for_kb957097_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,923</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_2_for_kb957097~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>2,638</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_3_for_kb957097_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,763</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_3_for_kb957097~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>2,474</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_4_for_kb957097_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,763</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_4_for_kb957097~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>2,476</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_5_for_kb957097_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,763</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_5_for_kb957097~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>2,476</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_6_for_kb957097_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,759</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_6_for_kb957097~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>2,471</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_client_0_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,424</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_client_0~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,443</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_client_1_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,365</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_client_1~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,384</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_client_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,701</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_client~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,732</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_sc_0_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,419</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_sc_0~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,439</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_sc_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,421</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_sc~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,440</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_server_0_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,423</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_server_0~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,442</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_server_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,429</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_server~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,448</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_winpesrv_0_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,420</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_winpesrv_0~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,439</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_winpesrv_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,428</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_winpesrv~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,447</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_winpe_0_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,418</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_winpe_0~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,437</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_winpe_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,422</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_winpe~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,441</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Update-bf.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>3,519</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
</table>
</div>
</div>
<h4 id=tocHeadRef>Additional files for all supported IA-64-based versions of Windows Server 2008</h4>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<td><b>File name</b></td>
<td>Ia64_26a37aaf2558e76df860da8512ff4cfb_31bf3856ad364e35_6.0.6001.22252_none_e6bfcdbd541872d6.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>703</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Ia64_684521406c27e1e46d01fbb9e01ab870_31bf3856ad364e35_6.0.6001.18130_none_58b8113a1d8315e2.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>703</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Ia64_microsoft-windows-smb10-minirdr_31bf3856ad364e35_6.0.6001.18130_none_8885c1a14b85077b.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>7,420</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>04:50</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Ia64_microsoft-windows-smb10-minirdr_31bf3856ad364e35_6.0.6001.22252_none_88fbbf2864b111d5.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>7,420</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>05:24</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_1_for_kb957097_bf~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,753</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_1_for_kb957097~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>2,462</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_2_for_kb957097_bf~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,758</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_2_for_kb957097~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>2,467</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_3_for_kb957097_bf~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,758</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_3_for_kb957097~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>2,467</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_sc_0_bf~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,415</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_sc_0~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,434</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_sc_bf~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,416</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_sc~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,436</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_server_0_bf~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,419</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_server_0~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,438</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_server_bf~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,424</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_server~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,444</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_winpesrv_0_bf~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,416</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_winpesrv_0~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,435</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_winpesrv_bf~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,423</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb957097_winpesrv~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,443</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Update-bf.mum</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>2,381</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>27-Aug-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>17:32</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
</table>
</div>
</div>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
</div>
<div class=sbody norollup>
<div class=appliesTo>
<hr /><a id=appliesto></a><br />
<h5>APPLIES TO</h5>
<ul>
<li>Windows Server 2008 Datacenter without Hyper-V</li>
<li>Windows Server 2008 Enterprise without Hyper-V</li>
<li>Windows Server 2008 for Itanium-Based Systems</li>
<li>Windows Server 2008 Standard without Hyper-V</li>
<li>Windows Server 2008 Datacenter</li>
<li>Windows Server 2008 Enterprise</li>
<li>Windows Server 2008 Standard</li>
<li>Windows Web Server 2008</li>
<li>Windows Vista Service Pack 1, when used with:</li>
<ul class=kb_subList>
<li>Windows Vista Business</li>
<li>Windows Vista Enterprise</li>
<li>Windows Vista Home Basic</li>
<li>Windows Vista Home Premium</li>
<li>Windows Vista Starter</li>
<li>Windows Vista Ultimate</li>
<li>Windows Vista Enterprise 64-bit Edition</li>
<li>Windows Vista Home Basic 64-bit Edition</li>
<li>Windows Vista Home Premium 64-bit Edition</li>
<li>Windows Vista Ultimate 64-bit Edition</li>
<li>Windows Vista Business 64-bit Edition</li>
</ul>
<li>Microsoft Windows Server 2003 Service Pack 1, when used with:</li>
<ul class=kb_subList>
<li>Microsoft Windows Server 2003, Standard Edition (32-bit x86)</li>
<li>Microsoft Windows Server 2003, Enterprise Edition (32-bit x86)</li>
<li>Microsoft Windows Server 2003, Datacenter Edition (32-bit x86)</li>
<li>Microsoft Windows Server 2003, Web Edition</li>
<li>Microsoft Windows Server 2003, Datacenter Edition for Itanium-Based Systems</li>
<li>Microsoft Windows Server 2003, Enterprise Edition for Itanium-based Systems</li>
</ul>
<li>Microsoft Windows Server 2003, Datacenter x64 Edition</li>
<li>Microsoft Windows Server 2003, Enterprise x64 Edition</li>
<li>Microsoft Windows Server 2003, Standard x64 Edition</li>
<li>Microsoft Windows XP Professional x64 Edition</li>
<li>Microsoft Windows Server 2003 Service Pack 2, when used with:</li>
<ul class=kb_subList>
<li>Microsoft Windows Server 2003, Standard Edition (32-bit x86)</li>
<li>Microsoft Windows Server 2003, Enterprise Edition (32-bit x86)</li>
<li>Microsoft Windows Server 2003, Datacenter Edition (32-bit x86)</li>
<li>Microsoft Windows Server 2003, Web Edition</li>
<li>Microsoft Windows Server 2003, Datacenter x64 Edition</li>
<li>Microsoft Windows Server 2003, Enterprise x64 Edition</li>
<li>Microsoft Windows Server 2003, Standard x64 Edition</li>
<li>Microsoft Windows XP Professional x64 Edition</li>
<li>Microsoft Windows Server 2003, Datacenter Edition for Itanium-Based Systems</li>
<li>Microsoft Windows Server 2003, Enterprise Edition for Itanium-based Systems</li>
</ul>
<li>Microsoft Windows XP Service Pack 2, when used with:</li>
<ul class=kb_subList>
<li>Microsoft Windows XP Home Edition</li>
<li>Microsoft Windows XP Professional</li>
</ul>
<li>Microsoft Windows XP Service Pack 3, when used with:</li>
<ul class=kb_subList>
<li>Microsoft Windows XP Home Edition</li>
<li>Microsoft Windows XP Professional</li>
</ul>
<li>Microsoft Windows 2000 Service Pack 4, when used with:</li>
<ul class=kb_subList>
<li>Microsoft Windows 2000 Advanced Server</li>
<li>Microsoft Windows 2000 Datacenter Server</li>
<li>Microsoft Windows 2000 Professional Edition</li>
<li>Microsoft Windows 2000 Server</li>
</ul>
</ul>
</div>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
<div class=keywords>
<table>
<tr>
<td class=header>
<h5>Keywords:Ã‚Â                             </h5>
</td>
<td class=text>kbsurveynew kbregistry atdownload kbbug kbexpertiseinter kbfix kbsecbulletin kbsecurity kbsecvulnerability KB957097</td>
</tr>
</table>
</div>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<p></span>					<A name=feedback>&nbsp;</A>                    <br/>				</div>
<h5>Microsoft Knowledge Base Article</h5>
<p class='MsoNormal'>This article contents is Microsoft Copyrighted material.<br />
Microsoft Corporation. All rights reserved. <a href='http://support.microsoft.com/tou/'>Terms of Use</a> | <a href='http://support.microsoft.com/library/toolbar/3.0/trademarks/en-us.mspx'>Trademarks</a></p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Articles or Pages</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://ossmall.info/ms08-068-vulnerability-in-smb-could-allow-remote-code-execution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A hotfix that addresses changes to daylight saving time in 2008 is available for Windows Services for UNIX and for Subsystem for UNIX-based Applications</title>
		<link>http://ossmall.info/a-hotfix-that-addresses-changes-to-daylight-saving-time-in-2008-is-available-for-windows-services-for-unix-and-for-subsystem-for-unix-based-applications/</link>
		<comments>http://ossmall.info/a-hotfix-that-addresses-changes-to-daylight-saving-time-in-2008-is-available-for-windows-services-for-unix-and-for-subsystem-for-unix-based-applications/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 11:56:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Application Center]]></category>
		<category><![CDATA[OS X Applications]]></category>
		<category><![CDATA[Windows Defender]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 - HowTo]]></category>
		<category><![CDATA[Windows Server 2008 - Tips]]></category>

		<guid isPermaLink="false">http://ossmall.info/a-hotfix-that-addresses-changes-to-daylight-saving-time-in-2008-is-available-for-windows-services-for-unix-and-for-subsystem-for-unix-based-applications</guid>
		<description><![CDATA[Article ID: 957796 &#8211; Last Review: November 28, 2008 &#8211; Revision: 1.0 A hotfix that addresses changes to daylight saving time in 2008 is available for Windows Services for UNIX and for Subsystem for UNIX-based Applications Hotfix Download AvailableView and request hotfix downloads View products that this article applies to. On This Page Expand all [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a>
<div class=articleProperty>Article ID: 957796 &#8211; Last Review: November 28, 2008 &#8211; Revision: 1.0</div>
<p><strong class=title> A hotfix that addresses changes to daylight saving time in 2008 is available for Windows Services for UNIX and for Subsystem for UNIX-based Applications</strong><br />
<table class=kb_hotfix>
<tr>
<td class=kb_hotfix_img><img src=http://support.microsoft.com/library/images/support/CN/hotfix_icon.png alt=Hotfix download is available></td>
<td class=kb_hotfix_text>Hotfix Download Available<br /><a id=kb_hotfix_link href=http://support.microsoft.com/gp/noscript>View and request hotfix downloads</a></td>
</tr>
</table>
<div class=kb_meta_divider></div>
<div class=appliesToLink><a href=#appliesto>View products that this article applies to.</a></div>
<div id=kb_section class=section>
<h2 class=subTitle id=tocTitle><span><a >On This Page</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody id=tocDiv></div>
<p><noscript></noscript>
<div id=kb_expandcollapseall class=expandcollapseall><a >Expand all</a> | <a >Collapse all</a></div>
<h2 class=subTitle id=tocHeadRef><span><a >SYMPTOMS</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>A hotfix package is available to accommodate the daylight saving time (DST) changes in 2008. This hotfix package affects the following software components:
<ul>
<li>Microsoft Windows Services for UNIX 3.0 </li>
<li>Microsoft  Windows Services for UNIX 3.5  </li>
<li>Subsystem for UNIX-based Applications in Windows Server 2003 R2</li>
<li>Subsystem for UNIX-based Applications in Windows Vista</li>
<li>Subsystem for UNIX-based Applications in Windows Server 2008</li>
</ul>
<p>This hotfix incorporates daylight saving time (DST) changes in Pakistan, in Morocco, and in Israel.
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<h2 class=subTitle id=tocHeadRef><span><a >RESOLUTION</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>
<h3 id=tocHeadRef>Hotfix information</h3>
<p>A supported feature that modifies the default behavior of the product is available from Microsoft. However, this feature is intended to modify only the behavior that this article describes. Apply this feature only to systems that specifically require it. </p>
<p>If the feature is available for download, there is a Hotfix download available section at the top of this Knowledge Base article. If this section does not appear, contact Microsoft Customer Service and Support to obtain the feature. </p>
<p><b>Note</b> If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific feature. For a complete list of Microsoft Customer Service and Support telephone numbers or to  create a separate service request, visit the following Microsoft Web site:
<div class=indent><a href=http://support.microsoft.com/contactus/?ws=support>http://support.microsoft.com/contactus/?ws=support</a><span class=pLink>            (http://support.microsoft.com/contactus/?ws=support)        </span></div>
<p><b>Note</b> The Hotfix download available form displays the languages for which the feature is available. If you do not see your language, it is because the feature is not available for that language.<br />
<h4 id=tocHeadRef>Prerequisites</h4>
<p>No prerequisites.<br />
<h4 id=tocHeadRef>Restart requirement</h4>
<p>You do not have to restart the computer after you apply this hotfix.<br />
<h4 id=tocHeadRef>Hotfix replacement information</h4>
<p> This hotfix does not replace any other previously released		  hotfixes.
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
<h3 id=tocHeadRef>Registry information</h3>
<p> To use this hotfix, you do not have to make any changes to the		  registry.<br />
<h4 id=tocHeadRef>File information</h4>
<p>The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the <strong class=uiterm>Time Zone</strong> tab in the <strong class=uiterm>Date and Time</strong> item in Control Panel.</p>
<h5 id=tocHeadRef>Windows Services for UNIX 3.0, x86-based versions</h5>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File  size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td>Casablanca</td>
<td>Not Applicable</td>
<td>198</td>
<td>03-Oct- 2008</td>
<td>05:52</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Jerusalem</td>
<td>Not Applicable</td>
<td>803</td>
<td>03-Oct- 2008</td>
<td>05:52</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Karachi</td>
<td>Not Applicable</td>
<td>159</td>
<td>03-Oct- 2008</td>
<td>05:52</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Posix.exe</td>
<td>7.0.1701.50</td>
<td>129,024</td>
<td>03-Oct- 2008</td>
<td>05:52</td>
<td>x86</td>
</tr>
<tr>
<td>Psxdll.dll</td>
<td>7.0.1701.50</td>
<td>146,432</td>
<td>03-Oct- 2008</td>
<td>05:52</td>
<td>x86</td>
</tr>
<tr>
<td>Psxrun.exe</td>
<td>7.0.1701.50</td>
<td>103,424</td>
<td>03-Oct- 2008</td>
<td>05:52</td>
<td>x86</td>
</tr>
<tr>
<td>Psxss.exe</td>
<td>7.0.1701.50</td>
<td>672,256</td>
<td>03-Oct- 2008</td>
<td>05:52</td>
<td>x86</td>
</tr>
</table>
</div>
</div>
<h5 id=tocHeadRef>Windows Services for UNIX 3.5, x86-based versions</h5>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File  size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td>Casablanca</td>
<td>Not Applicable</td>
<td>198</td>
<td>03-Oct- 2008</td>
<td>05:52</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Jerusalem</td>
<td>Not Applicable</td>
<td>803</td>
<td>03-Oct- 2008</td>
<td>05:52</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Karachi</td>
<td>Not Applicable</td>
<td>159</td>
<td>03-Oct- 2008</td>
<td>05:52</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Posix.exe</td>
<td>8.0.1969.61</td>
<td>130,048</td>
<td>03-Oct- 2008</td>
<td>05:52</td>
<td>x86</td>
</tr>
<tr>
<td>Psxdll.dll</td>
<td>8.0.1969.61</td>
<td>345,088</td>
<td>03-Oct- 2008</td>
<td>05:52</td>
<td>x86</td>
</tr>
<tr>
<td>Psxrun.exe</td>
<td>8.0.1969.61</td>
<td>104,448</td>
<td>03-Oct- 2008</td>
<td>05:52</td>
<td>x86</td>
</tr>
<tr>
<td>Psxss.exe</td>
<td>8.0.1969.61</td>
<td>784,384</td>
<td>03-Oct- 2008</td>
<td>05:52</td>
<td>x86</td>
</tr>
</table>
</div>
</div>
<h5 id=tocHeadRef> Windows Server 2003 R2, x86-based versions</h5>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td> svr-5  usr share zoneinfo africa casablanca</td>
<td>Not applicable</td>
<td>198</td>
<td>19-Sep-2008</td>
<td>14:58</td>
<td>Not  applicable</td>
</tr>
<tr>
<td> svr-5 usr share zoneinfo asia jerusalem</td>
<td>Not applicable</td>
<td>803</td>
<td>19-Sep- 2008</td>
<td>14:58</td>
<td>Not applicable</td>
</tr>
<tr>
<td> svr-5 usr share zoneinfo asia karachi</td>
<td>Not  applicable</td>
<td>159</td>
<td>19-Sep-2008</td>
<td>14:58</td>
<td>Not  applicable</td>
</tr>
<tr>
<td> usr share zoneinfo africa casablanca</td>
<td>Not applicable</td>
<td>198</td>
<td>19-Sep- 2008</td>
<td>14:58</td>
<td>Not applicable</td>
</tr>
<tr>
<td> usr share zoneinfo asia jerusalem</td>
<td>Not  applicable</td>
<td>803</td>
<td>19-Sep-2008</td>
<td>14:58</td>
<td>Not  applicable</td>
</tr>
<tr>
<td> usr share zoneinfo asia karachi</td>
<td>Not applicable</td>
<td>159</td>
<td>19-Sep- 2008</td>
<td>14:58</td>
<td>Not applicable</td>
</tr>
</table>
</div>
</div>
<h5 id=tocHeadRef> Windows Server 2003 R2, x64-based versions</h5>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td> svr-5  usr share zoneinfo africa casablanca</td>
<td>Not applicable</td>
<td>198</td>
<td>19-Sep-2008</td>
<td>15:31</td>
<td>Not  applicable</td>
</tr>
<tr>
<td> svr-5 usr share zoneinfo asia jerusalem</td>
<td>Not applicable</td>
<td>803</td>
<td>19-Sep- 2008</td>
<td>15:31</td>
<td>Not applicable</td>
</tr>
<tr>
<td> svr-5 usr share zoneinfo asia karachi</td>
<td>Not  applicable</td>
<td>159</td>
<td>19-Sep-2008</td>
<td>15:31</td>
<td>Not  applicable</td>
</tr>
<tr>
<td> usr share zoneinfo africa casablanca</td>
<td>Not applicable</td>
<td>198</td>
<td>19-Sep- 2008</td>
<td>15:31</td>
<td>Not applicable</td>
</tr>
<tr>
<td> usr share zoneinfo asia jerusalem</td>
<td>Not  applicable</td>
<td>803</td>
<td>19-Sep-2008</td>
<td>15:31</td>
<td>Not  applicable</td>
</tr>
<tr>
<td> usr share zoneinfo asia karachi</td>
<td>Not applicable</td>
<td>159</td>
<td>19-Sep- 2008</td>
<td>15:31</td>
<td>Not applicable</td>
</tr>
</table>
</div>
</div>
<h5 id=tocHeadRef> Windows Vista, x86-based versions</h5>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td> svr-5  usr share zoneinfo africa casablanca</td>
<td>Not applicable</td>
<td>198</td>
<td>22-Sep-2008</td>
<td>14:14</td>
<td>Not  applicable</td>
</tr>
<tr>
<td> svr-5 usr share zoneinfo asia jerusalem</td>
<td>Not applicable</td>
<td>803</td>
<td>22-Sep- 2008</td>
<td>14:14</td>
<td>Not applicable</td>
</tr>
<tr>
<td> svr-5 usr share zoneinfo asia karachi</td>
<td>Not  applicable</td>
<td>159</td>
<td>22-Sep-2008</td>
<td>14:14</td>
<td>Not  applicable</td>
</tr>
<tr>
<td> usr share zoneinfo africa casablanca</td>
<td>Not applicable</td>
<td>198</td>
<td>22-Sep- 2008</td>
<td>14:14</td>
<td>Not applicable</td>
</tr>
<tr>
<td> usr share zoneinfo asia jerusalem</td>
<td>Not  applicable</td>
<td>803</td>
<td>22-Sep-2008</td>
<td>14:14</td>
<td>Not  applicable</td>
</tr>
<tr>
<td> usr share zoneinfo asia karachi</td>
<td>Not applicable</td>
<td>159</td>
<td>22-Sep- 2008</td>
<td>14:14</td>
<td>Not applicable</td>
</tr>
</table>
</div>
</div>
<h5 id=tocHeadRef> Windows Vista, x64-based versions</h5>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td> svr-5  usr share zoneinfo africa casablanca</td>
<td>Not applicable</td>
<td>198</td>
<td>22-Sep-2008</td>
<td>14:14</td>
<td>Not  applicable</td>
</tr>
<tr>
<td> svr-5 usr share zoneinfo asia jerusalem</td>
<td>Not applicable</td>
<td>803</td>
<td>22-Sep- 2008</td>
<td>14:14</td>
<td>Not applicable</td>
</tr>
<tr>
<td> svr-5 usr share zoneinfo asia karachi</td>
<td>Not  applicable</td>
<td>159</td>
<td>22-Sep-2008</td>
<td>14:14</td>
<td>Not  applicable</td>
</tr>
<tr>
<td> usr share zoneinfo africa casablanca</td>
<td>Not applicable</td>
<td>198</td>
<td>22-Sep- 2008</td>
<td>14:14</td>
<td>Not applicable</td>
</tr>
<tr>
<td> usr share zoneinfo asia jerusalem</td>
<td>Not  applicable</td>
<td>803</td>
<td>22-Sep-2008</td>
<td>14:14</td>
<td>Not  applicable</td>
</tr>
<tr>
<td> usr share zoneinfo asia karachi</td>
<td>Not applicable</td>
<td>159</td>
<td>22-Sep- 2008</td>
<td>14:14</td>
<td>Not applicable</td>
</tr>
</table>
</div>
</div>
<h5 id=tocHeadRef>Windows Vista SP1 and Windows Server 2008, x86-based versions</h5>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td> svr-5  usr share zoneinfo africa casablanca</td>
<td>Not applicable</td>
<td>198</td>
<td>23-Sep-2008Sep-2008</td>
<td>06:55</td>
<td>Not  applicable</td>
</tr>
<tr>
<td> svr-5 usr share zoneinfo asia jerusalem</td>
<td>Not applicable</td>
<td>803</td>
<td>23-Sep-2008Sep- 2008</td>
<td>06:55</td>
<td>Not applicable</td>
</tr>
<tr>
<td> svr-5 usr share zoneinfo asia karachi</td>
<td>Not  applicable</td>
<td>159</td>
<td>23-Sep-2008Sep-2008</td>
<td>06:55</td>
<td>Not  applicable</td>
</tr>
<tr>
<td> usr share zoneinfo africa casablanca</td>
<td>Not applicable</td>
<td>198</td>
<td>23-Sep-2008Sep- 2008</td>
<td>06:55</td>
<td>Not applicable</td>
</tr>
<tr>
<td> usr share zoneinfo asia jerusalem</td>
<td>Not  applicable</td>
<td>803</td>
<td>23-Sep-2008Sep-2008</td>
<td>06:55</td>
<td>Not  applicable</td>
</tr>
<tr>
<td> usr share zoneinfo asia karachi</td>
<td>Not applicable</td>
<td>159</td>
<td>23-Sep-2008Sep- 2008</td>
<td>06:55</td>
<td>Not applicable</td>
</tr>
</table>
</div>
</div>
<h5 id=tocHeadRef>Windows Vista SP1 and Windows Server 2008, x64-based versions</h5>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td> svr-5  usr share zoneinfo africa casablanca</td>
<td>Not applicable</td>
<td>198</td>
<td>23-Sep-2008</td>
<td>06:55</td>
<td>Not  applicable</td>
</tr>
<tr>
<td> svr-5 usr share zoneinfo asia jerusalem</td>
<td>Not applicable</td>
<td>803</td>
<td>23-Sep- 2008</td>
<td>06:55</td>
<td>Not applicable</td>
</tr>
<tr>
<td> svr-5 usr share zoneinfo asia karachi</td>
<td>Not  applicable</td>
<td>159</td>
<td>23-Sep-2008</td>
<td>06:55</td>
<td>Not  applicable</td>
</tr>
<tr>
<td> usr share zoneinfo africa casablanca</td>
<td>Not applicable</td>
<td>198</td>
<td>23-Sep- 2008</td>
<td>06:55</td>
<td>Not applicable</td>
</tr>
<tr>
<td> usr share zoneinfo asia jerusalem</td>
<td>Not  applicable</td>
<td>803</td>
<td>23-Sep-2008</td>
<td>06:55</td>
<td>Not  applicable</td>
</tr>
<tr>
<td> usr share zoneinfo asia karachi</td>
<td>Not applicable</td>
<td>159</td>
<td>23-Sep- 2008</td>
<td>06:55</td>
<td>Not applicable</td>
</tr>
</table>
</div>
</div>
<h5 id=tocHeadRef>Windows Vista SP1 and Windows Server 2008, Itanium-based versions</h5>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td> svr-5  usr share zoneinfo africa casablanca</td>
<td>Not applicable</td>
<td>198</td>
<td>23-Sep-2008</td>
<td>06:55</td>
<td>Not  applicable</td>
</tr>
<tr>
<td> svr-5 usr share zoneinfo asia jerusalem</td>
<td>Not applicable</td>
<td>803</td>
<td>23-Sep- 2008</td>
<td>06:55</td>
<td>Not applicable</td>
</tr>
<tr>
<td> svr-5 usr share zoneinfo asia karachi</td>
<td>Not  applicable</td>
<td>159</td>
<td>23-Sep-2008</td>
<td>06:55</td>
<td>Not  applicable</td>
</tr>
<tr>
<td> usr share zoneinfo africa casablanca</td>
<td>Not applicable</td>
<td>198</td>
<td>23-Sep- 2008</td>
<td>06:55</td>
<td>Not applicable</td>
</tr>
<tr>
<td> usr share zoneinfo asia jerusalem</td>
<td>Not  applicable</td>
<td>803</td>
<td>23-Sep-2008</td>
<td>06:55</td>
<td>Not  applicable</td>
</tr>
<tr>
<td> usr share zoneinfo asia karachi</td>
<td>Not applicable</td>
<td>159</td>
<td>23-Sep- 2008</td>
<td>06:55</td>
<td>Not applicable</td>
</tr>
</table>
</div>
</div>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<h2 class=subTitle id=tocHeadRef><span><a >STATUS</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the Applies to section.
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<h2 class=subTitle id=tocHeadRef><span><a >MORE INFORMATION</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>For more information about DST changes in 2008, visit the following Microsoft Web site:
<div class=indent>http://support.microsoft.com/default.aspx/gp/dst_topissues</div>
<p>For more information about DST and for related information, visit the following Microsoft Web site:
<div class=indent><a href=http://support.microsoft.com/gp/cp_dst>http://support.microsoft.com/gp/cp_dst</a><span class=pLink>            (http://support.microsoft.com/gp/cp_dst)        </span></div>
<p>For more information, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=824684>824684</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=824684/                        )        </span> Description of the standard terminology that is used to describe Microsoft software updates</div>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
</div>
<div class=sbody norollup>
<div class=appliesTo>
<hr /><a id=appliesto></a><br />
<h5>APPLIES TO</h5>
<ul>
<li>Microsoft Windows Services for UNIX 3.0 Standard Edition</li>
<li>Microsoft Windows Services for UNIX 3.5</li>
<li>Windows Vista Enterprise</li>
<li>Windows Vista Ultimate</li>
<li>Windows Server 2008 Datacenter without Hyper-V</li>
<li>Windows Server 2008 Enterprise without Hyper-V</li>
<li>Windows Server 2008 for Itanium-Based Systems</li>
<li>Windows Server 2008 Standard without Hyper-V</li>
<li>Windows Server 2008 Datacenter</li>
<li>Windows Server 2008 Enterprise</li>
<li>Windows Server 2008 Standard</li>
<li>Microsoft Windows Server 2003 R2 Datacenter Edition (32-Bit x86)</li>
<li>Microsoft Windows Server 2003 R2 Datacenter x64 Edition</li>
<li>Microsoft Windows Server 2003 R2 Enterprise Edition (32-Bit x86)</li>
<li>Microsoft Windows Server 2003 R2 Enterprise x64 Edition</li>
<li>Microsoft Windows Server 2003 R2 Standard Edition (32-bit x86)</li>
<li>Microsoft Windows Server 2003 R2 Standard x64 Edition</li>
</ul>
</div>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
<div class=keywords>
<table>
<tr>
<td class=header>
<h5>Keywords:Ã‚Â                             </h5>
</td>
<td class=text>kbautohotfix kbexpertiseinter kbfix kbbug kbsurveynew kbqfe kbhotfixserver KB957796</td>
</tr>
</table>
</div>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<p></span>					<A name=feedback>&nbsp;</A>                    <br/>				</div>
<h5>Microsoft Knowledge Base Article</h5>
<p class='MsoNormal'>This article contents is Microsoft Copyrighted material.<br />
Microsoft Corporation. All rights reserved. <a href='http://support.microsoft.com/tou/'>Terms of Use</a> | <a href='http://support.microsoft.com/library/toolbar/3.0/trademarks/en-us.mspx'>Trademarks</a></p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Articles or Pages</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://ossmall.info/a-hotfix-that-addresses-changes-to-daylight-saving-time-in-2008-is-available-for-windows-services-for-unix-and-for-subsystem-for-unix-based-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Subsystem for UNIX-based Applications (SUA) application may stop responding after you install SUA on a Windows Vista-based computer</title>
		<link>http://ossmall.info/a-subsystem-for-unix-based-applications-sua-application-may-stop-responding-after-you-install-sua-on-a-windows-vista-based-computer/</link>
		<comments>http://ossmall.info/a-subsystem-for-unix-based-applications-sua-application-may-stop-responding-after-you-install-sua-on-a-windows-vista-based-computer/#comments</comments>
		<pubDate>Sat, 04 Jun 2011 10:50:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Application Center]]></category>
		<category><![CDATA[OS X Applications]]></category>
		<category><![CDATA[Vista Center]]></category>
		<category><![CDATA[Vista Easter Eggs]]></category>
		<category><![CDATA[Vista HowTo]]></category>
		<category><![CDATA[Vista Tips]]></category>
		<category><![CDATA[Windows Defender]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 - HowTo]]></category>
		<category><![CDATA[Windows Server 2008 - Tips]]></category>

		<guid isPermaLink="false">http://ossmall.info/a-subsystem-for-unix-based-applications-sua-application-may-stop-responding-after-you-install-sua-on-a-windows-vista-based-computer/</guid>
		<description><![CDATA[A Subsystem for UNIX-based Applications (SUA) application may stop responding after you install SUA on a Windows Vista-based computer View products that this article applies to. Article ID : 929713 Last Review : October 26, 2007 Revision : 1.4 SYMPTOMS When you try to run a Subsystem for UNIX-based Applications (SUA) application on a Windows [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>A Subsystem for UNIX-based Applications (SUA) application may stop responding after you install SUA on a Windows Vista-based computer</strong>
<div class=appliesToLink><a href=#appliesto>View products that this article applies to.</a></div>
<div class=articleProperty>
<table>
<tr>
<td>Article ID</td>
<td>:</td>
<td>929713</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>October 26, 2007</td>
</tr>
<tr>
<td>Revision</td>
<td>:</td>
<td>1.4</td>
</tr>
</table>
</div>
<div class=section>
<h2 class=subTitle id=tocHeadRef>SYMPTOMS</h2>
<div class=sbody>When you try to run a Subsystem for UNIX-based Applications (SUA) application on a Windows Vista-based computer, the application may stop responding.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>CAUSE</h2>
<div class=sbody>This problem occurs because SUA is designed to run automatically when one or more of the following conditions are true:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>You restart the computer after SUA is installed.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>An application that runs with administrative credentials starts SUA.</td>
</tr>
</table>
<p> SUA does not start if the following conditions are true:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>A user who does not have administrative credentials installs the SUA subsystem.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The computer has not been restarted after SUA is installed.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>You have not run an SUA application by using administrator credentials.</td>
</tr>
</table>
<p> Therefore, an SUA application that you run without administrative credentials may stop responding.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>RESOLUTION</h2>
<div class=sbody>To resolve this problem, use one of the following methods:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text><b>Method 1</b></p>
<p>Restart the Windows Vista-based computer.  By default, SUA starts when you restart the computer.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text><b>Method 2</b></p>
<p>Install the optional SUA software development kit (SDK).  </p>
<p>The following file is available for download from the Microsoft Download Center:</p>
<p><img class=graphic src=http://support.microsoft.com/library/images/support/kbgraphics/public/EN-US/Download.gif alt=Download title=Download><span class=ll><a href=http://go.microsoft.com/fwlink/?LinkId=59121>Download the Utilities and SDK for Subsystem for UNIX-based Applications in Microsoft Windows Vista package now.</a></span><span class=pLink> (http://go.microsoft.com/fwlink/?LinkId=59121)</span></p>
<p>Release Date: December 14, 2006</p>
<p>For more information about how to download Microsoft support files, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=119591>119591</a><span class=pLink> (/Feedback.aspx?kbNumber=119591/)</span>  How to obtain Microsoft support files from online services</div>
<p>Microsoft scanned this file for viruses. Microsoft used the most current virus-detection software that was available on the date that the file was posted. The file is stored on security-enhanced servers that help prevent any unauthorized changes to the file.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text><b>Method 3</b></p>
<p>Run the <b>Posix</b> command from an elevated command prompt. To do this, follow these steps:<br />
<table class=list ol>
<tr>
<td class=number>1.</td>
<td class=text>Click <strong class=uiterm>Start</strong><img class=graphic src=http://support.microsoft.com/library/images/support/kbgraphics/Public/EN-US/VistaStartButton.jpg alt=the Start button title=the Start button>, click <strong class=uiterm>All Programs</strong>, click <strong class=uiterm>Accessories</strong>, right-click <strong class=uiterm>Command Prompt</strong>, and then click <strong class=uiterm>Run as administrator</strong>.</p>
<p><img class=graphic src=http://support.microsoft.com/library/images/support/kbgraphics/Public/EN-US/SecurityShield.jpg alt=User Account Control permission title=User Account Control permission> If you are prompted for an administrator password or for confirmation, type the password, or click <strong class=uiterm>Continue</strong>.</td>
</tr>
<tr>
<td class=number>2.</td>
<td class=text>At the command prompt, type <span class=userInput>posix /u /c /bin/loginenv</span>, and then press ENTER.</p>
<p>For more information about the elevated command prompt in Windows Vista, visit the following Microsoft Web site:
<div class=indent><span class=ll><a href=http://technet2.microsoft.com/WindowsVista/en/library/00d04415-2b2f-422c-b70e-b18ff918c2811033.mspx>http://technet2.microsoft.com/WindowsVista/en/library/00d04415-2b2f-422c-b70e-b18ff918c2811033.mspx</a></span><span class=pLink> (http://technet2.microsoft.com/WindowsVista/en/library/00d04415-2b2f-422c-b70e-b18ff918c2811033.mspx)</span></div>
</td>
</tr>
</table>
<p>By default, SUA starts when you run the <b>Posix</b> command from an elevated command prompt.</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>STATUS</h2>
<div class=sbody> Microsoft has confirmed that this is a bug in the Microsoft products that are listed in the Applies to section.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>MORE INFORMATION</h2>
<div class=sbody>For more information about SUA, visit the following Microsoft Web site:
<div class=indent><span class=ll><a href=http://technet2.microsoft.com/WindowsServer/en/Library/cd0e7ee9-05f0-4504-8caa-acc95c8c964b1033.mspx?mfr=true>http://technet2.microsoft.com/WindowsServer/en/Library/cd0e7ee9-05f0-4504-8caa-acc95c8c964b1033.mspx?mfr=true</a></span><span class=pLink> (http://technet2.microsoft.com/WindowsServer/en/Library/cd0e7ee9-05f0-4504-8caa-acc95c8c964b1033.mspx?mfr=true)</span></div>
<p>For more information about Utilities and SDK for UNIX-based Applications, visit the following Microsoft Web site:
<div class=indent><span class=ll><a href=http://technet2.microsoft.com/WindowsServer/en/Library/ccb387e1-e686-43d1-acf6-2fc0d0eca6b91033.mspx?mfr=true>http://technet2.microsoft.com/WindowsServer/en/Library/ccb387e1-e686-43d1-acf6-2fc0d0eca6b91033.mspx?mfr=true</a></span><span class=pLink> (http://technet2.microsoft.com/WindowsServer/en/Library/ccb387e1-e686-43d1-acf6-2fc0d0eca6b91033.mspx?mfr=true)</span></div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
</div>
<div class=appliesTo>
<hr /><a id=appliesto></a><br />
<h5>APPLIES TO</h5>
<table class=list>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Enterprise 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Basic 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Premium 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Ultimate 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Business</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Business 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Enterprise</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Basic</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Premium</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Starter</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Ultimate</td>
</tr>
</table>
</div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<div class=keywords>
<table>
<tr>
<td class=header>
<h5>Keywords:Â </h5>
</td>
<td class=text>kbtshoot kbbug kbexpertiseinter kbexpertisebeginner KB929713</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<p></span>					<A name=feedback>&nbsp;</A>                    <br/>				</div>
<h5>Microsoft Knowledge Base Article</h5>
<p class='MsoNormal'>This article contents is Microsoft Copyrighted material.<br />
Microsoft Corporation. All rights reserved. <a href='http://support.microsoft.com/tou/'>Terms of Use</a> | <a href='http://support.microsoft.com/library/toolbar/3.0/trademarks/en-us.mspx'>Trademarks</a></p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Articles or Pages</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://ossmall.info/a-subsystem-for-unix-based-applications-sua-application-may-stop-responding-after-you-install-sua-on-a-windows-vista-based-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot complete the installation of Windows Live Suite applications</title>
		<link>http://ossmall.info/cannot-complete-the-installation-of-windows-live-suite-applications/</link>
		<comments>http://ossmall.info/cannot-complete-the-installation-of-windows-live-suite-applications/#comments</comments>
		<pubDate>Sat, 16 Apr 2011 12:04:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Application Center]]></category>
		<category><![CDATA[MS Office Suite 2007]]></category>
		<category><![CDATA[OS X Applications]]></category>
		<category><![CDATA[Windows Defender]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 - HowTo]]></category>
		<category><![CDATA[Windows Server 2008 - Tips]]></category>

		<guid isPermaLink="false">http://ossmall.info/cannot-complete-the-installation-of-windows-live-suite-applications/</guid>
		<description><![CDATA[Cannot complete the installation of Windows Live Suite applications View products that this article applies to. Article ID : 953466 Last Review : May 22, 2008 Revision : 1.0 On This Page SYMPTOMS When you try to install one or more of the Windows Live applications, the installation does not start. Or, the installation program [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>Cannot complete the installation of Windows Live Suite applications</strong>
<div class=appliesToLink><a href=#appliesto>View products that this article applies to.</a></div>
<div class=articleProperty>
<table>
<tr>
<td>Article ID</td>
<td>:</td>
<td>953466</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>May 22, 2008</td>
</tr>
<tr>
<td>Revision</td>
<td>:</td>
<td>1.0</td>
</tr>
</table>
</div>
<div class=toc id=tocDiv>
<h5>On This Page</h5>
</div>
<p><noscript></noscript>
<div class=section>
<h2 class=subTitle id=tocHeadRef>SYMPTOMS</h2>
<div class=sbody>When you try to install one or more of the Windows Live applications, the installation does not start. Or, the installation program stops responding (hangs) and does not finish the installation.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>CAUSE</h2>
<div class=sbody>This problem typically occurs after you apply a Windows Service Pack update.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>RESOLUTION</h2>
<div class=sbody>
<div class=indent><b>Important</b>  When you bypass the traditional Web installation method, check for and install any prerequisites that may be required on your computer for the programs to function correctly.  </div>
<p>In this installation scenario, we recommend that you first uninstall any Windows Live Services.  The recommended process is to use <b>Add or Remove Programs</b> in Control Panel.  </p>
<p>If this process does not perform as expected, see one of the following articles:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Download and run the Windows Installer Cleanup Utility.  For more information about the Windows Installer Cleanup Utility, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=290301>290301</a><span class=pLink> (/Feedback.aspx?kbNumber=290301/)</span> Description of the Windows Installer CleanUp Utility</div>
</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>For more information, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=314481>314481</a><span class=pLink> (/Feedback.aspx?kbNumber=314481/)</span> How to manually remove programs from the Add or Remove Programs tool</div>
</td>
</tr>
</table>
<p>After you uninstall, you have to install the prerequisite files yourself. Then, you have to download and run the installer. To do this, use one of the following methods, depending on your operating system.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<h3 id=tocHeadRef>Windows XP Service Pack 2</h3>
<p> We recommend that you first install Windows XP Service Pack 3 (SP3). Then, follow the steps below for Windows XP SP3 users.  To download Service Pack 3, visit the following Microsoft Web site:
<div class=indent><a href=http://support.microsoft.com/?scid=http%3a%2f%2fsupport.microsoft.com%2fdefault.aspx%2fph%2f1173%23tab0>http://support.microsoft.com/default.aspx/ph/1173#tab0</a><span class=pLink> (http://support.microsoft.com/?scid=http%3a%2f%2fsupport.microsoft.com%2fdefault.aspx%2fph%2f1173%23tab0)</span></div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<h3 id=tocHeadRef>Windows XP Service Pack 3</h3>
<table class=list ol>
<tr>
<td class=number>1.</td>
<td class=text>Install the  Microsoft .NET Framework. To download and install this  component, visit the following Microsoft Web site:
<div class=indent><span class=ll><a href=http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5>http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5  </a></span><span class=pLink> (http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5)</span></div>
</td>
</tr>
<tr>
<td class=number>2.</td>
<td class=text>Install the Windows Imaging Component. To download and install this component, visit the following Microsoft Web site, and then follow the steps that are provided:
<div class=indent><span class=ll><a href=http://www.microsoft.com/downloads/details.aspx?FamilyID=8e011506-6307-445b-b950-215def45ddd8>http://www.microsoft.com/downloads/details.aspx?FamilyID=8e011506-6307-445b-b950-215def45ddd8</a></span><span class=pLink> (http://www.microsoft.com/downloads/details.aspx?FamilyID=8e011506-6307-445b-b950-215def45ddd8)</span></div>
</td>
</tr>
<tr>
<td class=number>3.</td>
<td class=text>Install Microsoft SQL Server 2005 Compact Edition. To do this, visit the following Microsoft  Web site:
<div class=indent><span class=ll><a href=http://www.microsoft.com/downloads/details.aspx?FamilyID=85e0c3ce-3fa1-453a-8ce9-af6ca20946c3>http://www.microsoft.com/downloads/details.aspx?FamilyID=85e0c3ce-3fa1-453a-8ce9-af6ca20946c3</a></span><span class=pLink> (http://www.microsoft.com/downloads/details.aspx?FamilyID=85e0c3ce-3fa1-453a-8ce9-af6ca20946c3)</span></div>
</td>
</tr>
<tr>
<td class=number>4.</td>
<td class=text>Download and install the Windows Live Suite. To do this, visit  the following Microsoft Web site:
<div class=indent><a href=http://g.live.com/1rewlive/en/wlsetup.exe>http://g.live.com/1rewlive/en/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/en/wlsetup.exe)</span> (English version)</div>
<div class=indent><b>Note</b> For other available languages, see the Other languages section later in this article.</div>
</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<h3 id=tocHeadRef>Windows Vista</h3>
<table class=list ol>
<tr>
<td class=number>1.</td>
<td class=text>Install the Windows Imaging Component. To download and install this component, visit the following Microsoft Web site, and then follow the steps that are provided:
<div class=indent><span class=ll><a href=http://www.microsoft.com/downloads/details.aspx?FamilyID=8e011506-6307-445b-b950-215def45ddd8>http://www.microsoft.com/downloads/details.aspx?FamilyID=8e011506-6307-445b-b950-215def45ddd8</a></span><span class=pLink> (http://www.microsoft.com/downloads/details.aspx?FamilyID=8e011506-6307-445b-b950-215def45ddd8)</span></div>
</td>
</tr>
<tr>
<td class=number>2.</td>
<td class=text>Install Microsoft SQL Server 2005 Compact Edition. To do this, visit the following Microsoft  Web site:
<div class=indent><span class=ll><a href=http://www.microsoft.com/downloads/details.aspx?FamilyID=85e0c3ce-3fa1-453a-8ce9-af6ca20946c3>http://www.microsoft.com/downloads/details.aspx?FamilyID=85e0c3ce-3fa1-453a-8ce9-af6ca20946c3</a></span><span class=pLink> (http://www.microsoft.com/downloads/details.aspx?FamilyID=85e0c3ce-3fa1-453a-8ce9-af6ca20946c3)</span></div>
</td>
</tr>
<tr>
<td class=number>3.</td>
<td class=text>Download and install the Windows Live Suite. To do this, visit  the following Microsoft Web site:
<div class=indent><a href=http://g.live.com/1rewlive/en/wlsetup.exe>http://g.live.com/1rewlive/en/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/en/wlsetup.exe)</span> (English version)</div>
<div class=indent><b>Note</b> For other available languages, see the Other languages section later in this article.</div>
</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<h3 id=tocHeadRef>Other languages</h3>
<table cellspacing=1 class=table>
<tr>
<th>Language</th>
<th>Windows Live package</th>
</tr>
<tr>
<td>Arabic</td>
<td><a href=http://g.live.com/1rewlive/ar/wlsetup.exe>http://g.live.com/1rewlive/ar/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/ar/wlsetup.exe)</span></td>
</tr>
<tr>
<td>Bulgarian</td>
<td><a href=http://g.live.com/1rewlive/bg/wlsetup.exe>http://g.live.com/1rewlive/bg/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/bg/wlsetup.exe)</span></td>
</tr>
<tr>
<td>Chinese-simplified</td>
<td><a href=http://g.live.com/1rewlive/zh-cn/wlsetup.exe>http://g.live.com/1rewlive/zh-cn/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/zh-cn/wlsetup.exe)</span></td>
</tr>
<tr>
<td>Chinese-traditional</td>
<td><a href=http://g.live.com/1rewlive/zh-tw/wlsetup.exe>http://g.live.com/1rewlive/zh-tw/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/zh-tw/wlsetup.exe)</span></td>
</tr>
<tr>
<td>Croatian</td>
<td><a href=http://g.live.com/1rewlive/hr/wlsetup.exe>http://g.live.com/1rewlive/hr/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/hr/wlsetup.exe)</span></td>
</tr>
<tr>
<td>Czech</td>
<td><a href=http://g.live.com/1rewlive/cs/wlsetup.exe>http://g.live.com/1rewlive/cs/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/cs/wlsetup.exe)</span></td>
</tr>
<tr>
<td>Danish</td>
<td><a href=http://g.live.com/1rewlive/da/wlsetup.exe>http://g.live.com/1rewlive/da/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/da/wlsetup.exe)</span></td>
</tr>
<tr>
<td>Dutch</td>
<td><a href=http://g.live.com/1rewlive/nl/wlsetup.exe>http://g.live.com/1rewlive/nl/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/nl/wlsetup.exe)</span></td>
</tr>
<tr>
<td>Estonian</td>
<td><a href=http://g.live.com/1rewlive/et/wlsetup.exe>http://g.live.com/1rewlive/et/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/et/wlsetup.exe)</span></td>
</tr>
<tr>
<td>Finnish</td>
<td><a href=http://g.live.com/1rewlive/fi/wlsetup.exe>http://g.live.com/1rewlive/fi/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/fi/wlsetup.exe)</span></td>
</tr>
<tr>
<td>French</td>
<td><a href=http://g.live.com/1rewlive/fr/wlsetup.exe>http://g.live.com/1rewlive/fr/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/fr/wlsetup.exe)</span></td>
</tr>
<tr>
<td>German</td>
<td><a href=http://g.live.com/1rewlive/de/wlsetup.exe>http://g.live.com/1rewlive/de/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/de/wlsetup.exe)</span></td>
</tr>
<tr>
<td>Greek</td>
<td><a href=http://g.live.com/1rewlive/el/wlsetup.exe>http://g.live.com/1rewlive/el/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/el/wlsetup.exe)</span></td>
</tr>
<tr>
<td>Hebrew</td>
<td><a href=http://g.live.com/1rewlive/he/wlsetup.exe>http://g.live.com/1rewlive/he/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/he/wlsetup.exe)</span></td>
</tr>
<tr>
<td>Hungarian</td>
<td><a href=http://g.live.com/1rewlive/hu/wlsetup.exe>http://g.live.com/1rewlive/hu/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/hu/wlsetup.exe)</span></td>
</tr>
<tr>
<td>Italian</td>
<td><a href=http://g.live.com/1rewlive/it/wlsetup.exe>http://g.live.com/1rewlive/it/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/it/wlsetup.exe)</span></td>
</tr>
<tr>
<td>Japanese (Japan)</td>
<td><a href=http://g.live.com/1rewlive/ja/wlsetup.exe>http://g.live.com/1rewlive/ja/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/ja/wlsetup.exe)</span></td>
</tr>
<tr>
<td>Korean</td>
<td><a href=http://g.live.com/1rewlive/ko/wlsetup.exe>http://g.live.com/1rewlive/ko/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/ko/wlsetup.exe)</span></td>
</tr>
<tr>
<td>Latvian</td>
<td><a href=http://g.live.com/1rewlive/lv/wlsetup.exe>http://g.live.com/1rewlive/lv/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/lv/wlsetup.exe)</span></td>
</tr>
<tr>
<td>Lithuanian</td>
<td><a href=http://g.live.com/1rewlive/lt/wlsetup.exe>http://g.live.com/1rewlive/lt/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/lt/wlsetup.exe)</span></td>
</tr>
<tr>
<td>Norwegian (BokmÃ¥l)</td>
<td><a href=http://g.live.com/1rewlive/nb/wlsetup.exe>http://g.live.com/1rewlive/nb/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/nb/wlsetup.exe)</span></td>
</tr>
<tr>
<td>Polish</td>
<td><a href=http://g.live.com/1rewlive/pl/wlsetup.exe>http://g.live.com/1rewlive/pl/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/pl/wlsetup.exe)</span></td>
</tr>
<tr>
<td>Portuguese-Brazil</td>
<td><a href=http://g.live.com/1rewlive/pt-br/wlsetup.exe>http://g.live.com/1rewlive/pt-br/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/pt-br/wlsetup.exe)</span></td>
</tr>
<tr>
<td>Portuguese-Portugal</td>
<td><a href=http://g.live.com/1rewlive/pt-pt/wlsetup.exe>http://g.live.com/1rewlive/pt-pt/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/pt-pt/wlsetup.exe)</span></td>
</tr>
<tr>
<td>Romanian</td>
<td><a href=http://g.live.com/1rewlive/ro/wlsetup.exe>http://g.live.com/1rewlive/ro/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/ro/wlsetup.exe)</span></td>
</tr>
<tr>
<td>Russian</td>
<td><a href=http://g.live.com/1rewlive/ru/wlsetup.exe>http://g.live.com/1rewlive/ru/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/ru/wlsetup.exe)</span></td>
</tr>
<tr>
<td>Serbian (Latin)</td>
<td><a href=http://g.live.com/1rewlive/sr-latn/wlsetup.exe>http://g.live.com/1rewlive/sr-latn/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/sr-latn/wlsetup.exe)</span></td>
</tr>
<tr>
<td>Slovak</td>
<td><a href=http://g.live.com/1rewlive/sk/wlsetup.exe>http://g.live.com/1rewlive/sk/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/sk/wlsetup.exe)</span></td>
</tr>
<tr>
<td>Slovenian</td>
<td><a href=http://g.live.com/1rewlive/sl/wlsetup.exe>http://g.live.com/1rewlive/sl/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/sl/wlsetup.exe)</span></td>
</tr>
<tr>
<td>Spanish (traditional)</td>
<td><a href=http://g.live.com/1rewlive/es/wlsetup.exe>http://g.live.com/1rewlive/es/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/es/wlsetup.exe)</span></td>
</tr>
<tr>
<td>Swedish</td>
<td><a href=http://g.live.com/1rewlive/sv/wlsetup.exe>http://g.live.com/1rewlive/sv/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/sv/wlsetup.exe)</span></td>
</tr>
<tr>
<td>Thai</td>
<td><a href=http://g.live.com/1rewlive/th/wlsetup.exe>http://g.live.com/1rewlive/th/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/th/wlsetup.exe)</span></td>
</tr>
<tr>
<td>Turkish</td>
<td><a href=http://g.live.com/1rewlive/tr/wlsetup.exe>http://g.live.com/1rewlive/tr/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/tr/wlsetup.exe)</span></td>
</tr>
<tr>
<td>Ukrainian</td>
<td><a href=http://g.live.com/1rewlive/uk/wlsetup.exe>http://g.live.com/1rewlive/uk/WLSetup.exe</a><span class=pLink> (http://g.live.com/1rewlive/uk/wlsetup.exe)</span></td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
</div>
<div class=appliesTo>
<hr /><a id=appliesto></a><br />
<h5>APPLIES TO</h5>
<table class=list>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Live Mail</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Live Messenger</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Live OneCare</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Live Photo Gallery</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Live Writer</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Live Toolbar</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Live OneCare Family Safety</td>
</tr>
</table>
</div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<div class=keywords>
<table>
<tr>
<td class=header>
<h5>Keywords:Â </h5>
</td>
<td class=text>kblivesearchportal KB953466</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<p></span>					<A name=feedback>&nbsp;</A>                    <br/>				</div>
<h5>Microsoft Knowledge Base Article</h5>
<p class='MsoNormal'>This article contents is Microsoft Copyrighted material.<br />
Microsoft Corporation. All rights reserved. <a href='http://support.microsoft.com/tou/'>Terms of Use</a> | <a href='http://support.microsoft.com/library/toolbar/3.0/trademarks/en-us.mspx'>Trademarks</a></p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Articles or Pages</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://ossmall.info/cannot-complete-the-installation-of-windows-live-suite-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup system files are not restored as expected when you use third-party system restore applications on a Windows Vista-based computer</title>
		<link>http://ossmall.info/backup-system-files-are-not-restored-as-expected-when-you-use-third-party-system-restore-applications-on-a-windows-vista-based-computer/</link>
		<comments>http://ossmall.info/backup-system-files-are-not-restored-as-expected-when-you-use-third-party-system-restore-applications-on-a-windows-vista-based-computer/#comments</comments>
		<pubDate>Sun, 10 Apr 2011 10:50:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Application Center]]></category>
		<category><![CDATA[OS X Applications]]></category>
		<category><![CDATA[Vista Center]]></category>
		<category><![CDATA[Vista Easter Eggs]]></category>
		<category><![CDATA[Vista HowTo]]></category>
		<category><![CDATA[Vista Tips]]></category>
		<category><![CDATA[Windows Defender]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 - HowTo]]></category>
		<category><![CDATA[Windows Server 2008 - Tips]]></category>

		<guid isPermaLink="false">http://ossmall.info/backup-system-files-are-not-restored-as-expected-when-you-use-third-party-system-restore-applications-on-a-windows-vista-based-computer/</guid>
		<description><![CDATA[Backup system files are not restored as expected when you use third-party system restore applications on a Windows Vista-based computer View products that this article applies to. Article ID : 935606 Last Review : August 29, 2007 Revision : 2.0 On This Page SYMPTOMS When you try to restore system files by using third-party system [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>Backup system files are not restored as expected when you use third-party system restore applications on a Windows Vista-based computer</strong>
<div class=appliesToLink><a href=#appliesto>View products that this article applies to.</a></div>
<div class=articleProperty>
<table>
<tr>
<td>Article ID</td>
<td>:</td>
<td>935606</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>August 29, 2007</td>
</tr>
<tr>
<td>Revision</td>
<td>:</td>
<td>2.0</td>
</tr>
</table>
</div>
<div class=toc id=tocDiv>
<h5>On This Page</h5>
</div>
<p><noscript></noscript>
<div class=section>
<h2 class=subTitle id=tocHeadRef>SYMPTOMS</h2>
<div class=sbody>When you try to restore system files by using third-party system restore applications on a Windows Vista-based computer, the backup system files are not restored as expected.</p>
<p><b>Note</b> This problem does not occur when you use the Windows Vista System Restore feature.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>CAUSE</h2>
<div class=sbody>This issue occurs because of a design change for Trusted Installer in Windows Vista.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>RESOLUTION</h2>
<div class=sbody>
<h3 id=tocHeadRef>Hotfix information</h3>
<p>A supported hotfix is now available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing this specific problem. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next service pack that contains this hotfix.</p>
<p>To resolve this problem, submit a request to Microsoft Online Customer Services to obtain the hotfix. To submit an online request to obtain the hotfix, visit the following Microsoft Web site:
<div class=indent><a href=http://go.microsoft.com/?linkid=6294451>http://go.microsoft.com/?linkid=6294451</a><span class=pLink> (http://go.microsoft.com/?linkid=6294451)</span></div>
<p><b>Note</b>  If additional issues occur or any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. To create a separate service request, visit the following Microsoft Web site:
<div class=indent><a href=http://support.microsoft.com/contactus/?ws=support>http://support.microsoft.com/contactus/?ws=support</a><span class=pLink> (http://support.microsoft.com/contactus/?ws=support)</span></div>
<h4 id=tocHeadRef>Prerequisites</h4>
<p>There are no prerequisites for installing this hotfix.<br />
<h4 id=tocHeadRef>Restart requirement</h4>
<p>You must restart the computer after you apply this hotfix.<br />
<h4 id=tocHeadRef>Hotfix replacement information</h4>
<p>This hotfix does not replace a previously released hotfix.<br />
<h4 id=tocHeadRef>File information</h4>
<p>The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the <strong class=uiterm>Time Zone</strong> tab in the <strong class=uiterm>Date and Time</strong> item in Control Panel.</p>
<p><b>Windows Vista, 32-bit versions</b><br />
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td>Amd64_aab9f27a5ff99cc19b58e4a44b736c3d_31bf3856ad364e35_6.0.6000.20597_none_fb5d13b244f9ad8b.manifest</td>
<td>Not applicable</td>
<td>696</td>
<td>12-May-2007</td>
<td>10:32</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Amd64_microsoft-windows-smss_31bf3856ad364e35_6.0.6000.20597_none_06a25093edc8d255.manifest</td>
<td>Not applicable</td>
<td>30,232</td>
<td>12-May-2007</td>
<td>10:41</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Update.mum</td>
<td>Not applicable</td>
<td>2,003</td>
<td>12-May-2007</td>
<td>10:32</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Smss.exe</td>
<td>6.0.6000.20597</td>
<td>74,752</td>
<td>12-May-2007</td>
<td>01:19</td>
<td>x64</td>
</tr>
</table>
<p><b>Windows Vista, 64-bit versions</b><br />
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td>Amd64_aab9f27a5ff99cc19b58e4a44b736c3d_31bf3856ad364e35_6.0.6000.20597_none_fb5d13b244f9ad8b.manifest</td>
<td>Not applicable</td>
<td>696</td>
<td>12-May-2007</td>
<td>10:32</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Amd64_microsoft-windows-smss_31bf3856ad364e35_6.0.6000.20597_none_06a25093edc8d255.manifest</td>
<td>Not applicable</td>
<td>30,232</td>
<td>12-May-2007</td>
<td>10:41</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Update.mum</td>
<td>Not applicable</td>
<td>2,003</td>
<td>12-May-2007</td>
<td>10:32</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Smss.exe</td>
<td>6.0.6000.20597</td>
<td>74,752</td>
<td>12-May-2007</td>
<td>01:19</td>
<td>x64</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>STATUS</h2>
<div class=sbody>Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the Applies to section.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>REFERENCES</h2>
<div class=sbody>For more information, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=824684>824684</a><span class=pLink> (/Feedback.aspx?kbNumber=824684/)</span> Description of the standard terminology that is used to describe Microsoft software updates</div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
</div>
<div class=appliesTo>
<hr /><a id=appliesto></a><br />
<h5>APPLIES TO</h5>
<table class=list>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Ultimate</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Premium</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Basic</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Enterprise</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Business</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Business 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Ultimate 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Premium 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Basic 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Enterprise 64-bit Edition</td>
</tr>
</table>
</div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<div class=keywords>
<table>
<tr>
<td class=header>
<h5>Keywords:Â </h5>
</td>
<td class=text>kbbug kbfix kbqfe kbpubtypekc kbexpertiseinter kbexpertisebeginner kbhotfixserver kbwinvistapostrtmfix KB935606</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<p></span>					<A name=feedback>&nbsp;</A>                    <br/>				</div>
<h5>Microsoft Knowledge Base Article</h5>
<p class='MsoNormal'>This article contents is Microsoft Copyrighted material.<br />
Microsoft Corporation. All rights reserved. <a href='http://support.microsoft.com/tou/'>Terms of Use</a> | <a href='http://support.microsoft.com/library/toolbar/3.0/trademarks/en-us.mspx'>Trademarks</a></p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Articles or Pages</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://ossmall.info/backup-system-files-are-not-restored-as-expected-when-you-use-third-party-system-restore-applications-on-a-windows-vista-based-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Applications or services that call the CVdsService::Reenumerate function may receive incorrect results in Windows Server 2008 and in Windows Vista SP1</title>
		<link>http://ossmall.info/applications-or-services-that-call-the-cvdsservicereenumerate-function-may-receive-incorrect-results-in-windows-server-2008-and-in-windows-vista-sp1/</link>
		<comments>http://ossmall.info/applications-or-services-that-call-the-cvdsservicereenumerate-function-may-receive-incorrect-results-in-windows-server-2008-and-in-windows-vista-sp1/#comments</comments>
		<pubDate>Mon, 21 Mar 2011 12:56:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Application Center]]></category>
		<category><![CDATA[Commerce Server 2007]]></category>
		<category><![CDATA[Microsoft Exchange Server]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[OS X Applications]]></category>
		<category><![CDATA[Vista Center]]></category>
		<category><![CDATA[Vista Easter Eggs]]></category>
		<category><![CDATA[Vista HowTo]]></category>
		<category><![CDATA[Vista Tips]]></category>
		<category><![CDATA[Windows Defender]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 - HowTo]]></category>
		<category><![CDATA[Windows Server 2008 - Tips]]></category>

		<guid isPermaLink="false">http://ossmall.info/applications-or-services-that-call-the-cvdsservicereenumerate-function-may-receive-incorrect-results-in-windows-server-2008-and-in-windows-vista-sp1</guid>
		<description><![CDATA[Article ID: 950851 &#8211; Last Review: January 20, 2009 &#8211; Revision: 1.0 Applications or services that call the CVdsService::Reenumerate function may receive incorrect results in Windows Server 2008 and in Windows Vista SP1 Hotfix Download AvailableView and request hotfix downloads View products that this article applies to. On This Page Expand all &#124; Collapse all [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a>
<div class=articleProperty>Article ID: 950851 &#8211; Last Review: January 20, 2009 &#8211; Revision: 1.0</div>
<p><strong class=title>Applications or services that call the CVdsService::Reenumerate function may receive incorrect results in Windows Server 2008 and in Windows Vista SP1</strong><br />
<table class=kb_hotfix>
<tr>
<td class=kb_hotfix_img><img src=http://support.microsoft.com/library/images/support/CN/hotfix_icon.png alt=Hotfix download is available></td>
<td class=kb_hotfix_text>Hotfix Download Available<br /><a id=kb_hotfix_link href=http://support.microsoft.com/gp/noscript>View and request hotfix downloads</a></td>
</tr>
</table>
<div class=kb_meta_divider></div>
<div class=appliesToLink><a href=#appliesto>View products that this article applies to.</a></div>
<div id=kb_section class=section>
<h2 class=subTitle id=tocTitle><span><a >On This Page</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody id=tocDiv></div>
<p><noscript></noscript>
<div id=kb_expandcollapseall class=expandcollapseall><a >Expand all</a> | <a >Collapse all</a></div>
<h2 class=subTitle id=tocHeadRef><span><a >SYMPTOMS</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody> In Windows Server 2008 and in Windows Vista Service Pack 1 (SP1), applications or services that call the <b>CVdsService::Reenumerate</b> function  to rescan logical unit number (LUN) objects may receive incorrect results.</p>
<p>For example, an application breaks a LUN object mirror, masks one plex, and then unmasks the plex to another computer. After the application performs the unmasking action, the application calls the <b>CVdsService::Reenumerate</b> function to rescan LUN objects. Because of this issue, the plex does not appear on the expected computer, and an exception occurs.
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<h2 class=subTitle id=tocHeadRef><span><a >CAUSE</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>If the storport and SCSIport drivers receive two LUN object rescan calls within 30 seconds, the drivers skip the second rescan call. When the rescan call is skipped, the problem that is mentioned in the Symptoms section may occur.
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<h2 class=subTitle id=tocHeadRef><span><a >RESOLUTION</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>To resolve this problem, install the following hotfix. This hotfix adds a delay of 45 seconds in the <b>CVdsService::Reenumerate</b> function to make sure that each re-enumeration call triggers a storage rescan.
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
<h3 id=tocHeadRef>Hotfix information </h3>
<p> A supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing the problem described in this article. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next software update that contains this hotfix.</p>
<p>If the hotfix is available for download, there is a Hotfix download available section at the top of this Knowledge Base article. If this section does not appear, contact Microsoft Customer Service and Support to obtain the hotfix. </p>
<p><b>Note</b> If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft Web site:
<div class=indent><a href=http://support.microsoft.com/contactus/?ws=support>http://support.microsoft.com/contactus/?ws=support</a><span class=pLink>            (http://support.microsoft.com/contactus/?ws=support)        </span></div>
<p><b>Note</b> The Hotfix download available form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.<br />
<h4 id=tocHeadRef>Prerequisites</h4>
<p>To apply this hotfix on a Windows Server 2008-based computer, no prerequisites are required.</p>
<p> To apply this hotfix on a Windows Vista-based computer, you must have Windows Vista SP1 installed. For more information about Windows Vista service packs, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=935791>935791</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=935791/                        )        </span> How to obtain the latest Windows Vista service pack</div>
<h4 id=tocHeadRef>Restart requirement </h4>
<p>You must restart the computer after you apply this hotfix.<br />
<h4 id=tocHeadRef>Hotfix replacement information </h4>
<p>This hotfix does not replace any other hotfixes.<br />
<h4 id=tocHeadRef>File information </h4>
<p>The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the <strong class=uiterm>Time Zone</strong> tab in the <strong class=uiterm>Date and Time</strong> item in Control Panel.<br />
<h4 id=tocHeadRef>Windows Vista and Windows Server 2008 file information notes</h4>
<p>The MANIFEST (.manifest) files and MUM (.mum) files that are installed for each environment are   <span><a href=#Manifests>listed separately</a></span>. MUM and MANIFEST files and their associated security catalog (.cat) files are critical to maintaining the state of the updated component. The security catalog files are signed with a Microsoft digital signature. The attributes of these files are not listed.<br />
<h5 id=tocHeadRef>All supported x86-based versions of Windows Server 2008 and  of Windows Vista</h5>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td>Vds.exe</td>
<td>6.0.6001.22240</td>
<td>382,976</td>
<td>09-Aug-2008</td>
<td>03:30</td>
<td>x86</td>
</tr>
<tr>
<td>Vdsldr.exe</td>
<td>6.0.6001.22240</td>
<td>19,968</td>
<td>09-Aug-2008</td>
<td>03:30</td>
<td>x86</td>
</tr>
<tr>
<td>Vdsutil.dll</td>
<td>6.0.6001.22240</td>
<td>128,000</td>
<td>09-Aug-2008</td>
<td>03:30</td>
<td>x86</td>
</tr>
<tr>
<td>Vds_ps.dll</td>
<td>6.0.6001.22240</td>
<td>37,888</td>
<td>09-Aug-2008</td>
<td>03:30</td>
<td>x86</td>
</tr>
</table>
</div>
</div>
<h5 id=tocHeadRef>All supported x64-based versions of Windows Server 2008 and of Windows Vista</h5>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
<th>Service branch</th>
</tr>
<tr>
<td>Vds.exe</td>
<td>6.0.6001.22240</td>
<td>453,120</td>
<td>09-Aug-2008</td>
<td>04:07</td>
<td>x64</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Vdsldr.exe</td>
<td>6.0.6001.22240</td>
<td>22,528</td>
<td>09-Aug-2008</td>
<td>04:07</td>
<td>x64</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Vdsutil.dll</td>
<td>6.0.6001.22240</td>
<td>157,696</td>
<td>09-Aug-2008</td>
<td>04:08</td>
<td>x64</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Vds_ps.dll</td>
<td>6.0.6001.22240</td>
<td>97,280</td>
<td>09-Aug-2008</td>
<td>04:08</td>
<td>x64</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Vdsldr.exe</td>
<td>6.0.6001.22240</td>
<td>19,968</td>
<td>09-Aug-2008</td>
<td>03:30</td>
<td>x86</td>
<td>WOW</td>
</tr>
<tr>
<td>Vdsutil.dll</td>
<td>6.0.6001.22240</td>
<td>128,000</td>
<td>09-Aug-2008</td>
<td>03:30</td>
<td>x86</td>
<td>WOW</td>
</tr>
<tr>
<td>Vds_ps.dll</td>
<td>6.0.6001.22240</td>
<td>37,888</td>
<td>09-Aug-2008</td>
<td>03:30</td>
<td>x86</td>
<td>WOW</td>
</tr>
</table>
</div>
</div>
<h5 id=tocHeadRef>All supported IA-64-based versions of Windows Server 2008</h5>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
<th>Service branch</th>
</tr>
<tr>
<td>Vds.exe</td>
<td>6.0.6001.22240</td>
<td>846,336</td>
<td>09-Aug-2008</td>
<td>03:51</td>
<td>IA-64</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Vdsldr.exe</td>
<td>6.0.6001.22240</td>
<td>49,152</td>
<td>09-Aug-2008</td>
<td>03:51</td>
<td>IA-64</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Vdsutil.dll</td>
<td>6.0.6001.22240</td>
<td>338,432</td>
<td>09-Aug-2008</td>
<td>04:02</td>
<td>IA-64</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Vds_ps.dll</td>
<td>6.0.6001.22240</td>
<td>109,056</td>
<td>09-Aug-2008</td>
<td>04:02</td>
<td>IA-64</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Vdsldr.exe</td>
<td>6.0.6001.22240</td>
<td>19,968</td>
<td>09-Aug-2008</td>
<td>03:30</td>
<td>x86</td>
<td>WOW</td>
</tr>
<tr>
<td>Vdsutil.dll</td>
<td>6.0.6001.22240</td>
<td>128,000</td>
<td>09-Aug-2008</td>
<td>03:30</td>
<td>x86</td>
<td>WOW</td>
</tr>
<tr>
<td>Vds_ps.dll</td>
<td>6.0.6001.22240</td>
<td>37,888</td>
<td>09-Aug-2008</td>
<td>03:30</td>
<td>x86</td>
<td>WOW</td>
</tr>
</table>
</div>
</div>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<h2 class=subTitle id=tocHeadRef><span><a >STATUS</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the Applies to section.
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<h2 class=subTitle id=tocHeadRef><span><a >MORE INFORMATION</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody><b>Important</b> This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=322756>322756</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=322756/                        )        </span> How to back up and restore the registry in Windows</div>
<p>Some applications that require Virtual Disk Service (VDS) calls to be completed quickly may be severely affected by this 45-second delay. To work around this issue, you can modify the appropriate registry entry to disable the delay. To do this, follow these steps:
<ol>
<li>Click <strong class=uiterm>Start</strong>, type <span class=userInput>regedit</span> in the <strong class=uiterm>Start search</strong> box, and then press ENTER.</p>
<p>If you are prompted for an administrator password or for confirmation, type the password, or provide confirmation. </li>
<li>Locate and then click the following registry subkey:
<div class=indent>HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet Services VDS</div>
</li>
<li>On the <strong class=uiterm>Edit</strong> menu, point to <strong class=uiterm>New</strong>, and then click <strong class=uiterm>DWORD (32-bit) Value</strong>.  </li>
<li>Type <span class=userInput>DisableReenumDelay</span>, and then press ENTER. </li>
<li>Right-click <strong class=uiterm>DisableReenumDelay</strong>, and then click <strong class=uiterm>Modify</strong>.  </li>
<li>In the <strong class=uiterm>Value data</strong> box, type <span class=userInput>1</span>, and then click<strong class=uiterm> OK</strong>.  </li>
<li> Exit Registry Editor.</li>
</ol>
<p>The value of the registry entry is read when the service is loaded. Therefore, you must restart VDS to make the value active.</p>
<p>You cannot disable the delay on a per-application basis. You can disable the delay only system-wide. After you disable the delay, disk changes may not be found by re-enumerate calls. Therefore, applications that rely on VDS notifications to find new disks may not receive these notifications. Some applications may not work correctly if they do not receive notifications of disk arrivals or of disk removals. Therefore, if this is a concern for you, make sure that you do not disable the delay.</p>
<p>If an application can recognize the disks that are supposed to be available, the application may be able to work around these lost notifications by verifying whether a disk is detected. For example, when an application masks or unmasks a LUN object, the application may recognize the disks that should be available. Therefore, we recommend that you use this hotfix only when the following conditions are true:
<ul>
<li>The applications that use VDS can work around the lost notifications.  </li>
<li>No other applications use VDS to find disk arrivals and disk removals.  </li>
</ul>
<p>For more information, click the following article numbers to view the articles in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=949002>949002</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=949002/                        )        </span> A 45-second delay occurs when a Windows Server 2003-based computer runs disk re-enumeration operations after you install hotfix 935949 or a later version of Virtual Disk Service (Vds.exe)</div>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=935949>935949</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=935949/                        )        </span> The Virtual Disk Service (VDS) in Windows Server 2003 does not return port-specific identifiers for a storage device</div>
<p>For more information about LUN objects, visit the following Microsoft Developer Network (MSDN) Web site:
<div class=indent><a href=http://msdn.microsoft.com/en-us/library/aa383041(VS.85).aspx>http://msdn.microsoft.com/en-us/library/aa383041(VS.85).aspx</a><span class=pLink>            (http://msdn.microsoft.com/en-us/library/aa383041(VS.85).aspx)        </span></div>
<p><span><a id=Manifests></a></span><br />
<h4 id=tocHeadRef>Additional file information for Windows Server 2008 and for Windows Vista</h4>
<h5 id=tocHeadRef>Additional files for all supported x86-based versions of Windows Server 2008 and  of Windows Vista</h5>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td>Package_for_kb950851_client_1~31bf3856ad364e35~x86~~6.0.6.0.mum</td>
<td>Not applicable</td>
<td>1,367</td>
<td>09-Aug-2008</td>
<td>11:55</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb950851_client~31bf3856ad364e35~x86~~6.0.6.0.mum</td>
<td>Not applicable</td>
<td>1,431</td>
<td>09-Aug-2008</td>
<td>11:55</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb950851_sc_0~31bf3856ad364e35~x86~~6.0.6.0.mum</td>
<td>Not applicable</td>
<td>1,421</td>
<td>09-Aug-2008</td>
<td>11:55</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb950851_sc~31bf3856ad364e35~x86~~6.0.6.0.mum</td>
<td>Not applicable</td>
<td>1,423</td>
<td>09-Aug-2008</td>
<td>11:55</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb950851_server_0~31bf3856ad364e35~x86~~6.0.6.0.mum</td>
<td>Not applicable</td>
<td>1,425</td>
<td>09-Aug-2008</td>
<td>11:55</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb950851_server~31bf3856ad364e35~x86~~6.0.6.0.mum</td>
<td>Not applicable</td>
<td>1,431</td>
<td>09-Aug-2008</td>
<td>11:55</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb950851_winpesrv_0~31bf3856ad364e35~x86~~6.0.6.0.mum</td>
<td>Not applicable</td>
<td>1,422</td>
<td>09-Aug-2008</td>
<td>11:55</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb950851_winpesrv~31bf3856ad364e35~x86~~6.0.6.0.mum</td>
<td>Not applicable</td>
<td>1,429</td>
<td>09-Aug-2008</td>
<td>11:55</td>
<td>Not applicable</td>
</tr>
<tr>
<td>X86_microsoft-windows-virtualdiskservice_31bf3856ad364e35_6.0.6001.22240_none_6b4931a113eca8ee.manifest</td>
<td>Not applicable</td>
<td>99,984</td>
<td>09-Aug-2008</td>
<td>04:14</td>
<td>Not applicable</td>
</tr>
</table>
</div>
</div>
<h5 id=tocHeadRef>Additional files for all supported x64-based versions of Windows Server 2008 and of Windows Vista </h5>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td>Amd64_microsoft-windows-virtualdiskservice_31bf3856ad364e35_6.0.6001.22240_none_c767cd24cc4a1a24.manifest</td>
<td>Not applicable</td>
<td>100,048</td>
<td>09-Aug-2008</td>
<td>04:53</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb950851_client_1~31bf3856ad364e35~amd64~~6.0.6.0.mum</td>
<td>Not applicable</td>
<td>1,375</td>
<td>09-Aug-2008</td>
<td>11:55</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb950851_client~31bf3856ad364e35~amd64~~6.0.6.0.mum</td>
<td>Not applicable</td>
<td>1,439</td>
<td>09-Aug-2008</td>
<td>11:55</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb950851_sc_0~31bf3856ad364e35~amd64~~6.0.6.0.mum</td>
<td>Not applicable</td>
<td>1,429</td>
<td>09-Aug-2008</td>
<td>11:55</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb950851_sc~31bf3856ad364e35~amd64~~6.0.6.0.mum</td>
<td>Not applicable</td>
<td>1,431</td>
<td>09-Aug-2008</td>
<td>11:55</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb950851_server_0~31bf3856ad364e35~amd64~~6.0.6.0.mum</td>
<td>Not applicable</td>
<td>1,433</td>
<td>09-Aug-2008</td>
<td>11:55</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb950851_server~31bf3856ad364e35~amd64~~6.0.6.0.mum</td>
<td>Not applicable</td>
<td>1,439</td>
<td>09-Aug-2008</td>
<td>11:55</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb950851_winpesrv_0~31bf3856ad364e35~amd64~~6.0.6.0.mum</td>
<td>Not applicable</td>
<td>1,430</td>
<td>09-Aug-2008</td>
<td>11:55</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb950851_winpesrv~31bf3856ad364e35~amd64~~6.0.6.0.mum</td>
<td>Not applicable</td>
<td>1,437</td>
<td>09-Aug-2008</td>
<td>11:55</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Wow64_microsoft-windows-virtualdiskservice_31bf3856ad364e35_6.0.6001.22240_none_d1bc777700aadc1f.manifest</td>
<td>Not applicable</td>
<td>98,699</td>
<td>09-Aug-2008</td>
<td>03:55</td>
<td>Not applicable</td>
</tr>
</table>
</div>
</div>
<h5 id=tocHeadRef>Additional files for all supported IA-64-based versions of Windows Server 2008</h5>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<th>File name</th>
<th>File version</th>
<th>File size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td>Ia64_microsoft-windows-virtualdiskservice_31bf3856ad364e35_6.0.6001.22240_none_6b4ad59713eab1ea.manifest</td>
<td>Not applicable</td>
<td>100,012</td>
<td>09-Aug-2008</td>
<td>04:52</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb950851_sc_0~31bf3856ad364e35~ia64~~6.0.6.0.mum</td>
<td>Not applicable</td>
<td>1,425</td>
<td>09-Aug-2008</td>
<td>11:55</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb950851_sc~31bf3856ad364e35~ia64~~6.0.6.0.mum</td>
<td>Not applicable</td>
<td>1,426</td>
<td>09-Aug-2008</td>
<td>11:55</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb950851_server_0~31bf3856ad364e35~ia64~~6.0.6.0.mum</td>
<td>Not applicable</td>
<td>1,429</td>
<td>09-Aug-2008</td>
<td>11:55</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb950851_server~31bf3856ad364e35~ia64~~6.0.6.0.mum</td>
<td>Not applicable</td>
<td>1,434</td>
<td>09-Aug-2008</td>
<td>11:55</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb950851_winpesrv_0~31bf3856ad364e35~ia64~~6.0.6.0.mum</td>
<td>Not applicable</td>
<td>1,426</td>
<td>09-Aug-2008</td>
<td>11:55</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb950851_winpesrv~31bf3856ad364e35~ia64~~6.0.6.0.mum</td>
<td>Not applicable</td>
<td>1,433</td>
<td>09-Aug-2008</td>
<td>11:55</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Wow64_microsoft-windows-virtualdiskservice_31bf3856ad364e35_6.0.6001.22240_none_d1bc777700aadc1f.manifest</td>
<td>Not applicable</td>
<td>98,699</td>
<td>09-Aug-2008</td>
<td>03:55</td>
<td>Not applicable</td>
</tr>
</table>
</div>
</div>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
</div>
<div class=sbody norollup>
<div class=appliesTo>
<hr /><a id=appliesto></a><br />
<h5>APPLIES TO</h5>
<ul>
<li>Windows Server 2008 Standard</li>
<li>Windows Server 2008 Enterprise</li>
<li>Windows Server 2008 Datacenter</li>
<li>Windows Server 2008 Standard without Hyper-V</li>
<li>Windows Server 2008 Enterprise without Hyper-V</li>
<li>Windows Server 2008 Datacenter without Hyper-V</li>
<li>Windows Server 2008 for Itanium-Based Systems</li>
<li>Windows Vista Business</li>
<li>Windows Vista Enterprise</li>
<li>Windows Vista Home Basic</li>
<li>Windows Vista Home Premium</li>
<li>Windows Vista Ultimate</li>
<li>Windows Vista Business 64-bit Edition</li>
<li>Windows Vista Enterprise 64-bit Edition</li>
<li>Windows Vista Home Basic 64-bit Edition</li>
<li>Windows Vista Home Premium 64-bit Edition</li>
<li>Windows Vista Ultimate 64-bit Edition</li>
</ul>
</div>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
<div class=keywords>
<table>
<tr>
<td class=header>
<h5>Keywords:Ã‚Â                             </h5>
</td>
<td class=text>kbautohotfix kbexpertiseinter kbfix kbbug kbsurveynew kbqfe kbhotfixserver KB950851</td>
</tr>
</table>
</div>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<p></span>					<A name=feedback>&nbsp;</A>                    <br/>				</div>
<h5>Microsoft Knowledge Base Article</h5>
<p class='MsoNormal'>This article contents is Microsoft Copyrighted material.<br />
Microsoft Corporation. All rights reserved. <a href='http://support.microsoft.com/tou/'>Terms of Use</a> | <a href='http://support.microsoft.com/library/toolbar/3.0/trademarks/en-us.mspx'>Trademarks</a></p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Articles or Pages</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://ossmall.info/applications-or-services-that-call-the-cvdsservicereenumerate-function-may-receive-incorrect-results-in-windows-server-2008-and-in-windows-vista-sp1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS07-017: Vulnerability in GDI could allow remote code execution</title>
		<link>http://ossmall.info/ms07-017-vulnerability-in-gdi-could-allow-remote-code-execution/</link>
		<comments>http://ossmall.info/ms07-017-vulnerability-in-gdi-could-allow-remote-code-execution/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 11:50:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple Products]]></category>
		<category><![CDATA[Application Center]]></category>
		<category><![CDATA[Commerce Server 2007]]></category>
		<category><![CDATA[Microsoft .NET Framework]]></category>
		<category><![CDATA[Microsoft Exchange Server]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[MS Office Visio]]></category>
		<category><![CDATA[OS X Applications]]></category>
		<category><![CDATA[Vista Center]]></category>
		<category><![CDATA[Vista Easter Eggs]]></category>
		<category><![CDATA[Vista HowTo]]></category>
		<category><![CDATA[Vista Tips]]></category>
		<category><![CDATA[Win XP Center]]></category>
		<category><![CDATA[Windows Defender]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 - HowTo]]></category>
		<category><![CDATA[Windows Server 2008 - Tips]]></category>

		<guid isPermaLink="false">http://ossmall.info/ms07-017-vulnerability-in-gdi-could-allow-remote-code-execution/</guid>
		<description><![CDATA[MS07-017: Vulnerability in GDI could allow remote code execution View products that this article applies to. Article ID : 925902 Last Review : December 3, 2007 Revision : 6.5 On This Page Microsoft has released security bulletin MS07-017. The security bulletin contains all the relevant information about the security update. This information includes file manifest [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>MS07-017: Vulnerability in GDI could allow remote code execution</strong>
<div class=appliesToLink><a href=#appliesto>View products that this article applies to.</a></div>
<div class=articleProperty>
<table>
<tr>
<td>Article ID</td>
<td>:</td>
<td>925902</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>December 3, 2007</td>
</tr>
<tr>
<td>Revision</td>
<td>:</td>
<td>6.5</td>
</tr>
</table>
</div>
<div class=toc id=tocDiv>
<h5>On This Page</h5>
</div>
<p><noscript></noscript>
<div class=section>
<div class=sbody>Microsoft has released security bulletin MS07-017. The security bulletin contains all the relevant information about the security update. This information includes file manifest information and deployment options. To view the complete security bulletin, visit one of the following Microsoft Web sites:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Home users:
<div class=indent><span class=ll><a href=http://www.microsoft.com/athome/security/update/bulletins/200704oob.mspx>http://www.microsoft.com/athome/security/update/bulletins/200704oob.mspx</a></span><span class=pLink> (http://www.microsoft.com/athome/security/update/bulletins/200704oob.mspx)</span></div>
</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>IT professionals:
<div class=indent><a href=http://www.microsoft.com/technet/security/bulletin/ms07-017.mspx>http://www.microsoft.com/technet/security/bulletin/ms07-017.mspx</a><span class=pLink> (http://www.microsoft.com/technet/security/bulletin/ms07-017.mspx)</span></div>
</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<h3 id=tocHeadRef>Known issues</h3>
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft is aware of an issue that affects a limited number of printer drivers. When you try to print by using one of these drivers, you may experience the following symptoms:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Your computer automatically restarts.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>After you log on, you receive the following error message:
<div class=errormsg>Microsoft Windows<br />The system has recovered from a serious error.A log of this error has been created. Please tell Microsoft about this problem.We have created an error report that you can send to help us improve Microsoft Windows. We will treat this report as confidential and anonymous. To see what data this error report contains, click here.</div>
<p>When you click the link at the bottom of the message box, you see error signature information that resembles the following:
<div class=indent>BCCode : 0x0000007f (0&#215;00000000, 0&#215;00000000, 0&#215;00000000, 0&#215;00000000) OSVer : 5_1_2600 SP : 0_0 Product : 256_1</div>
</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>You receive the following Stop error message:
<div class=errormsg>A problem has been detected and Windows has been shut down to prevent damage to your computer&#8230;<br />Technical information:</p>
<p>*** Stop 0x0000007f (0&#215;00000000, 0&#215;00000000, 0&#215;00000000, 0&#215;00000000) UNEXPECTED_KERNEL_MODE_TRAP</p></div>
</td>
</tr>
</table>
<p>For more information about this issue, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=935843>935843</a><span class=pLink> (/Feedback.aspx?kbNumber=935843/)</span> Stop 0x0000007F error when you print from Windows XP or Windows 2000 with GDI security update 925902 installed</div>
</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>After you install this security update on a computer that is running Windows XP with Service Pack 2, certain third-party applications  may not start. Additionally, you receive an error message that resembles the following:
<div class=errormsg><var>application_executable_name</var> &#8211; Illegal System DLL Relocation<br />The system DLL user32.dll was relocated in memory. The application will not run properly. The relocation occurred because the DLL C: Windows System32 Hhctrl.ocx occupied an address range reserved for Windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL.</div>
<p>For more information about this issue, and to see a list of third-party programs that Microsoft has confirmed are affected by this problem, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=935448>935448</a><span class=pLink> (/Feedback.aspx?kbNumber=935448/)</span> Certain programs may not start, and you receive an error message on a computer that is running Windows XP Service Pack 2: Illegal System DLL Relocation</div>
<p>If you receive a similar message when you use other programs, install update 935448. If we confirm that other programs are affected by this problem, we will update Microsoft Knowledge Base article 935448 with more information.</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>Technical revisions</h2>
<div class=sbody>The revision number and the review dates for this article may reflect minor editorial revisions or structural revisions to this content. The major technical revisions to this content are listed in this table.<br />
<table cellspacing=1 class=table>
<tr>
<th>Date</th>
<th>Revisions</th>
</tr>
<tr>
<td>April 17, 2007</td>
<td>Updated the  Known issues section to include information about  a Stop error that you may receive after you install this security update. Added this table.</td>
</tr>
</table>
<p>The third-party products that this article discusses are manufactured by companies that are independent of Microsoft. Microsoft makes no warranty, implied or otherwise, about the performance or reliability of these products.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
</div>
<div class=appliesTo>
<hr /><a id=appliesto></a><br />
<h5>APPLIES TO</h5>
<table class=list>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Windows Server 2003 R2 Standard Edition (32-bit x86)</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Windows Server 2003 R2 Enterprise Edition (32-Bit x86)</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Windows Server 2003 R2 Datacenter Edition (32-Bit x86)</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Windows Server 2003 R2 Standard x64 Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Windows Server 2003 R2 Enterprise x64 Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Windows Server 2003 R2 Datacenter x64 Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Windows Server 2003, Standard x64 Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Windows Server 2003, Enterprise x64 Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Windows Server 2003, Datacenter x64 Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Windows Server 2003 Service Pack 1, when used with:</td>
</tr>
<tr>
<td class=textSub colspan=2>
<table class=list>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Microsoft Windows Server 2003, Standard Edition (32-bit x86)</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Microsoft Windows Server 2003, Enterprise Edition (32-bit x86)</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Microsoft Windows Server 2003, Datacenter Edition (32-bit x86)</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Microsoft Windows Server 2003, Web Edition</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Microsoft Windows Server 2003, Enterprise Edition for Itanium-based Systems</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Microsoft Windows Server 2003, Datacenter Edition for Itanium-Based Systems</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Microsoft Windows Small Business Server 2003 Standard Edition</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Windows Server 2003 Service Pack 2, when used with:</td>
</tr>
<tr>
<td class=textSub colspan=2>
<table class=list>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Microsoft Windows Server 2003, Standard Edition (32-bit x86)</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Microsoft Windows Server 2003, Enterprise Edition (32-bit x86)</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Microsoft Windows Server 2003, Datacenter Edition (32-bit x86)</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Microsoft Windows Server 2003, Web Edition</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Microsoft Windows Server 2003, Enterprise Edition for Itanium-based Systems</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Microsoft Windows Server 2003, Datacenter Edition for Itanium-Based Systems</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Microsoft Windows Server 2003, Standard x64 Edition</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Microsoft Windows Server 2003, Enterprise x64 Edition</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Microsoft Windows Server 2003, Datacenter x64 Edition</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Microsoft Windows Server 2003 R2 Standard Edition (32-bit x86)</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Microsoft Windows Server 2003 R2 Enterprise Edition (32-Bit x86)</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Microsoft Windows Server 2003 R2 Datacenter Edition (32-Bit x86)</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Microsoft Windows Server 2003 R2 Standard x64 Edition</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Microsoft Windows Server 2003 R2 Enterprise x64 Edition</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Microsoft Windows Server 2003 R2 Datacenter x64 Edition</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Windows XP Tablet PC Edition 2005</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Windows XP Media Center Edition 2005</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Windows XP Professional x64 Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Windows XP Service Pack 2, when used with:</td>
</tr>
<tr>
<td class=textSub colspan=2>
<table class=list>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Microsoft Windows XP Professional</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Microsoft Windows XP Home Edition</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Microsoft Windows XP Professional x64 Edition</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Windows 2000 Service Pack 4, when used with:</td>
</tr>
<tr>
<td class=textSub colspan=2>
<table class=list>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Microsoft Windows 2000 Datacenter Server</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Microsoft Windows 2000 Advanced Server</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Microsoft Windows 2000 Server</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Microsoft Windows 2000 Professional Edition</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Small Business Server 2000 Standard Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Ultimate</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Enterprise</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Business</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Premium</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Basic</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Starter</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Ultimate 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Enterprise 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Premium 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Basic 64-bit Edition</td>
</tr>
</table>
</div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<div class=keywords>
<table>
<tr>
<td class=header>
<h5>Keywords:Â </h5>
</td>
<td class=text>kbbug kbfix kbsecvulnerability kbqfe kbsecurity kbsecbulletin kbpubtypekc kbwin2000presp5fix kbexpertiseinter kbexpertisebeginner KB925902</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<p></span>					<A name=feedback>&nbsp;</A>                    <br/>				</div>
<h5>Microsoft Knowledge Base Article</h5>
<p class='MsoNormal'>This article contents is Microsoft Copyrighted material.<br />
Microsoft Corporation. All rights reserved. <a href='http://support.microsoft.com/tou/'>Terms of Use</a> | <a href='http://support.microsoft.com/library/toolbar/3.0/trademarks/en-us.mspx'>Trademarks</a></p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Articles or Pages</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://ossmall.info/ms07-017-vulnerability-in-gdi-could-allow-remote-code-execution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Search feature of the Handwriting recognition personalization tool is unavailable, and the accuracy of the tool decreases</title>
		<link>http://ossmall.info/the-search-feature-of-the-handwriting-recognition-personalization-tool-is-unavailable-and-the-accuracy-of-the-tool-decreases/</link>
		<comments>http://ossmall.info/the-search-feature-of-the-handwriting-recognition-personalization-tool-is-unavailable-and-the-accuracy-of-the-tool-decreases/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 13:42:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple Products]]></category>
		<category><![CDATA[Application Center]]></category>
		<category><![CDATA[Microsoft .NET Framework]]></category>
		<category><![CDATA[Microsoft Exchange Server]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[MS Office Visio]]></category>
		<category><![CDATA[OS X Applications]]></category>
		<category><![CDATA[Vista Center]]></category>
		<category><![CDATA[Vista Easter Eggs]]></category>
		<category><![CDATA[Vista HowTo]]></category>
		<category><![CDATA[Vista Tips]]></category>
		<category><![CDATA[Windows Defender]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 - HowTo]]></category>
		<category><![CDATA[Windows Server 2008 - Tips]]></category>

		<guid isPermaLink="false">http://ossmall.info/the-search-feature-of-the-handwriting-recognition-personalization-tool-is-unavailable-and-the-accuracy-of-the-tool-decreases/</guid>
		<description><![CDATA[The Search feature of the Handwriting recognition personalization tool is unavailable, and the accuracy of the tool decreases View products that this article applies to. Article ID : 953501 Last Review : June 3, 2008 Revision : 1.0 SYMPTOMS The Search feature of the Handwriting recognition personalization tool is unavailable, and the accuracy of the [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>The Search feature of the Handwriting recognition personalization tool is unavailable, and the accuracy of the tool decreases</strong>
<div class=appliesToLink><a href=#appliesto>View products that this article applies to.</a></div>
<div class=articleProperty>
<table>
<tr>
<td>Article ID</td>
<td>:</td>
<td>953501</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>June 3, 2008</td>
</tr>
<tr>
<td>Revision</td>
<td>:</td>
<td>1.0</td>
</tr>
</table>
</div>
<div class=section>
<h2 class=subTitle id=tocHeadRef>SYMPTOMS</h2>
<div class=sbody>The Search feature of the Handwriting recognition personalization tool is unavailable, and the accuracy of the tool decreases.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>CAUSE</h2>
<div class=sbody>This issue occurs when either of the following conditions is true:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text><b>Windows Vista is activated after the 30-day activation period<br /></b><br />This issue can occur when you activate Windows Vista at startup after the 30-day activation period. After you install Windows Vista, there is an activation period of 30 days for activating Windows online. Activation is required. If this period expires, the next time that you start the computer, the activation of Windows Vista becomes mandatory. Otherwise, Windows Vista enters reduced functionality mode. </p>
<p>When you activate Windows Vista after the 30-day activation period, the Search feature of the Handwriting recognition personalization tool is turned off during Windows Vista activation, and the Search feature does not turn back on.</p>
<p>For more information about reduced functionality mode in Windows Vista, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=925582>925582</a><span class=pLink> (/Feedback.aspx?kbNumber=925582/)</span> The behavior of reduced functionality mode in Windows Vista</div>
</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text><b>Indexing Options are reset to default settings</b></p>
<p>This issue occurs when the Indexing Options for Windows Vista desktop search are reset to default settings. When this occurs, the Search feature of the Handwriting recognition personalization tool may be turned off.</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>RESOLUTION</h2>
<div class=sbody><b>Important</b> This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=322756>322756</a><span class=pLink> (/Feedback.aspx?kbNumber=322756/)</span> How to back up and restore the registry in Windows</div>
<p>To resolve this issue, you have to check the Windows Vista registry for a specific registry subkey. If that subkey is present, you have to delete the InputPersonalization registry subkey, and then you must restart Windows Vista. </p>
<p><b>Note</b> When you delete the InputPersonalization subkey, this forces the Handwriting recognition personalization tool to re-create the InputPersonalization registry subkey. When the InputPersonalization subkey is re-created, the Search feature is reactivated. </p>
<p>To do this, follow these steps:<br />
<table class=list ol>
<tr>
<td class=number>1.</td>
<td class=text>Click <strong class=uiterm>Start</strong><img class=graphic src=http://support.microsoft.com/library/images/support/kbgraphics/Public/EN-US/VistaStartButton.jpg alt= Start button  title= Start button >,  type <span class=userInput>regedit</span> in the <strong class=uiterm>Start Search</strong> box, and then press ENTER.<br /><img class=graphic src=http://support.microsoft.com/library/images/support/kbgraphics/Public/EN-US/SecurityShield.jpg alt=User Account Control permission title=User Account Control permission> If you are prompted for an administrator password or for a confirmation, type the password, or click <strong class=uiterm>Allow</strong>.</td>
</tr>
<tr>
<td class=number>2.</td>
<td class=text>Locate and then click the following subkey in the registry:
<div class=indent><strong class=uiterm>HKEY_LOCAL_MACHINE SOFTWARE Microsoft Windows Search Gathering Manager Applications Windows PluginManagers 3</strong></div>
</td>
</tr>
<tr>
<td class=number>3.</td>
<td class=text>If the subkey in step 2 is present, locate and then click the following subkey in the registry:
<div class=indent><strong class=uiterm>HKEY_LOCAL_MACHINE SOFTWARE Microsoft InputPersonalization </strong></div>
</td>
</tr>
<tr>
<td class=number>4.</td>
<td class=text>On the <strong class=uiterm>Edit</strong> menu, click  <strong class=uiterm>Delete</strong>, and then click <strong class=uiterm>Yes</strong>.</td>
</tr>
<tr>
<td class=number>5.</td>
<td class=text>Exit Registry Editor.</td>
</tr>
<tr>
<td class=number>6.</td>
<td class=text>Restart Windows Vista.</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
</div>
<div class=appliesTo>
<hr /><a id=appliesto></a><br />
<h5>APPLIES TO</h5>
<table class=list>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Service Pack 1</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Business</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Starter</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Ultimate</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Basic</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Premium</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Enterprise</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Enterprise 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Basic 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Premium 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Ultimate 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Business 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Business N</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Basic N</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Basic N 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Business N 64-bit Edition</td>
</tr>
</table>
</div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<div class=keywords>
<table>
<tr>
<td class=header>
<h5>Keywords:Â </h5>
</td>
<td class=text>kbregistry kbactivation kbexpertisebeginner kbtshoot kbprb KB953501</td>
</tr>
</table>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<p></span>					<A name=feedback>&nbsp;</A>                    <br/>				</div>
<h5>Microsoft Knowledge Base Article</h5>
<p class='MsoNormal'>This article contents is Microsoft Copyrighted material.<br />
Microsoft Corporation. All rights reserved. <a href='http://support.microsoft.com/tou/'>Terms of Use</a> | <a href='http://support.microsoft.com/library/toolbar/3.0/trademarks/en-us.mspx'>Trademarks</a></p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Articles or Pages</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://ossmall.info/the-search-feature-of-the-handwriting-recognition-personalization-tool-is-unavailable-and-the-accuracy-of-the-tool-decreases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

