<?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>Fri, 10 Sep 2010 15:47:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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>Sun, 05 Sep 2010 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 MFC (CDao) application, insertions and updates may not work on a computer [...]]]></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>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 Sep 2010 11: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 APIs that enable Windows-based applications to retrieve [...]]]></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>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>Fri, 03 Sep 2010 10: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[MS Office Visio]]></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[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 information and deployment options. To view the complete security bulletin, visit one [...]]]></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 : 0&#215;0000007f (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 0&#215;0000007f (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 0&#215;0000007F 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>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>Sun, 15 Aug 2010 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 sure that you back up the registry before you modify it. [...]]]></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>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>Wed, 11 Aug 2010 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 Vista-based computer, you set the Default input language setting  to Chinese (PRC) &#8211; Chinese [...]]]></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>The links to Tablet PC applications are broken on a Windows Vista-based Tablet PC, or the Tablet PC folder is empty on a Windows Vista-based desktop computer</title>
		<link>http://ossmall.info/the-links-to-tablet-pc-applications-are-broken-on-a-windows-vista-based-tablet-pc-or-the-tablet-pc-folder-is-empty-on-a-windows-vista-based-desktop-computer/</link>
		<comments>http://ossmall.info/the-links-to-tablet-pc-applications-are-broken-on-a-windows-vista-based-tablet-pc-or-the-tablet-pc-folder-is-empty-on-a-windows-vista-based-desktop-computer/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 12:42:48 +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/the-links-to-tablet-pc-applications-are-broken-on-a-windows-vista-based-tablet-pc-or-the-tablet-pc-folder-is-empty-on-a-windows-vista-based-desktop-computer/</guid>
		<description><![CDATA[The links to Tablet PC applications are broken on a Windows Vista-based Tablet PC, or the Tablet PC folder is empty on a Windows Vista-based desktop computer
View products that this article applies to.



Article ID
:
953942


Last Review
:
June 3, 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>The links to Tablet PC applications are broken on a Windows Vista-based Tablet PC, or the Tablet PC folder is empty on a Windows Vista-based desktop 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>953942</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>
<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>On a Windows Vista-based Tablet PC, links to Tablet PC applications are broken.Â  Specifically, the following links are broken: <b>Flicks Training</b>, <b>Ink Watson</b>, <b>Pen Training</b>, <b>Shape Collector</b>, and <b>Touch Training</b>. To view the links, click <b>Start</b>, click <b>All programs</b>, click <b>Accessories</b>, and then click <b>Tablet PC</b><b>.</b></p>
<p>On a Windows Vista-based desktop computer, the Tablet PC folder is empty. To view the folder, click <b>Start</b>, click <b>All programs</b>, and then click <b>Accessories.</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>Cause</h2>
<div class=sbody>
<p>When the <b>Tablet PC</b><b> Optional Components</b> feature is disabled by using the <b>Turn Windows features on or off</b> option, the Tablet PC folder is not removed and is empty.
<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>To work around this issue, delete the Tablet PC folder. To do this, follow these steps:</p>
<p>1.Â Â Â Â Â Â  Click <b>Start</b>, click <b>All programs</b>, and then click <b>Accessories.</b></p>
<p>2.Â Â Â Â Â Â  Right click <b>Tablet PC</b>, and then click <b>Delete</b>.</p>
<p>3.Â Â Â Â Â Â  Click <b>Yes</b> when you are prompted for a confirmation.</p>
<p>If you want to restore the Tablet PC applications, enable the <b>Tablet PC</b><b> Optional Components</b> feature. To do this, follow these steps:</p>
<p>1.Â Â Â Â Â Â  Â Click <b>Start</b>, type <b>Programs and Features</b> in the <b>Start Search</b> box, and then click <b>Programs and Features</b> in the <b>Programs</b> list.Â  </p>
<p>2.Â Â Â Â Â Â  Â Under <b>Tasks</b>, click <b>Turn Windows features on or off</b>. </p>
<p>If you are prompted for an administrator password, type the password. If you are prompted for confirmation, click <b>Continue</b>.Â  </p>
<p>3.Â Â Â Â Â Â  Click to select the <b>Tablet PC</b><b> Optional Components</b> 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>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 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 Beta</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>kbnomt kbrapidpub KB953942</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-links-to-tablet-pc-applications-are-broken-on-a-windows-vista-based-tablet-pc-or-the-tablet-pc-folder-is-empty-on-a-windows-vista-based-desktop-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You cannot use keyboard shortcuts to select more than one item in Windows Explorer after you install certain applications on a Windows Vista-based computer</title>
		<link>http://ossmall.info/you-cannot-use-keyboard-shortcuts-to-select-more-than-one-item-in-windows-explorer-after-you-install-certain-applications-on-a-windows-vista-based-computer/</link>
		<comments>http://ossmall.info/you-cannot-use-keyboard-shortcuts-to-select-more-than-one-item-in-windows-explorer-after-you-install-certain-applications-on-a-windows-vista-based-computer/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 10:50:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Application Center]]></category>
		<category><![CDATA[Internet Explorer 7]]></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/you-cannot-use-keyboard-shortcuts-to-select-more-than-one-item-in-windows-explorer-after-you-install-certain-applications-on-a-windows-vista-based-computer/</guid>
		<description><![CDATA[You cannot use keyboard shortcuts to select more than one item in Windows Explorer after you install certain applications on a Windows Vista-based computer
View products that this article applies to.



Article ID
:
934548


Last Review
:
August 28, 2007


Revision
:
3.0




SYMPTOMS
On a Windows Vista-based computer, you cannot use keyboard shortcuts to select more than one item in Windows Explorer.  For example, [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>You cannot use keyboard shortcuts to select more than one item in Windows Explorer after you install certain 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>934548</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>August 28, 2007</td>
</tr>
<tr>
<td>Revision</td>
<td>:</td>
<td>3.0</td>
</tr>
</table>
</div>
<div class=section>
<h2 class=subTitle id=tocHeadRef>SYMPTOMS</h2>
<div class=sbody>On a Windows Vista-based computer, you cannot use keyboard shortcuts to select more than one item in Windows Explorer.  For example, you cannot use the CTRL+A keyboard shortcut to select all the items in a Windows Explorer window. Also, you cannot select multiple items in a Windows Explorer window by holding the SHIFT key or the CTRL key while you click the items.
<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 certain applications add a key to the registry. The key prevents you from selecting multiple items in Windows Explorer.
<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 issue, use the Reset Folders command. To use the Reset Folders command, follow these steps:<br />
<table class=list ol>
<tr>
<td class=number>1.</td>
<td class=text>In the Windows Explorer window where this issue occurs, click <strong class=uiterm>Organize</strong>, and then click <strong class=uiterm>Folder and Search Options</strong>.</td>
</tr>
<tr>
<td class=number>2.</td>
<td class=text>On the <strong class=uiterm>View</strong> tab, click <strong class=uiterm>Reset Folders</strong>.</td>
</tr>
</table>
<p><b>Note</b> You may have to repeat these steps if you experience this problem again. The applications that cause this problem may insert the key into the registry whenever they run.
<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 Home Basic</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 Enterprise</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>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Starter</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>
</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 kbregistry kbprb kbexpertiseadvanced KB934548</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/you-cannot-use-keyboard-shortcuts-to-select-more-than-one-item-in-windows-explorer-after-you-install-certain-applications-on-a-windows-vista-based-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The links to Tablet PC applications are broken on a Windows Vista-based Tablet PC, or the Tablet PC folder is empty on a Windows Vista-based desktop computer</title>
		<link>http://ossmall.info/the-links-to-tablet-pc-applications-are-broken-on-a-windows-vista-based-tablet-pc-or-the-tablet-pc-folder-is-empty-on-a-windows-vista-based-desktop-computer-1/</link>
		<comments>http://ossmall.info/the-links-to-tablet-pc-applications-are-broken-on-a-windows-vista-based-tablet-pc-or-the-tablet-pc-folder-is-empty-on-a-windows-vista-based-desktop-computer-1/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 12:42:50 +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/the-links-to-tablet-pc-applications-are-broken-on-a-windows-vista-based-tablet-pc-or-the-tablet-pc-folder-is-empty-on-a-windows-vista-based-desktop-computer-1/</guid>
		<description><![CDATA[The links to Tablet PC applications are broken on a Windows Vista-based Tablet PC, or the Tablet PC folder is empty on a Windows Vista-based desktop computer
View products that this article applies to.



Article ID
:
953942


Last Review
:
June 3, 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>The links to Tablet PC applications are broken on a Windows Vista-based Tablet PC, or the Tablet PC folder is empty on a Windows Vista-based desktop 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>953942</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>
<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>On a Windows Vista-based Tablet PC, links to Tablet PC applications are broken.Â  Specifically, the following links are broken: <b>Flicks Training</b>, <b>Ink Watson</b>, <b>Pen Training</b>, <b>Shape Collector</b>, and <b>Touch Training</b>. To view the links, click <b>Start</b>, click <b>All programs</b>, click <b>Accessories</b>, and then click <b>Tablet PC</b><b>.</b></p>
<p>On a Windows Vista-based desktop computer, the Tablet PC folder is empty. To view the folder, click <b>Start</b>, click <b>All programs</b>, and then click <b>Accessories.</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>Cause</h2>
<div class=sbody>
<p>When the <b>Tablet PC</b><b> Optional Components</b> feature is disabled by using the <b>Turn Windows features on or off</b> option, the Tablet PC folder is not removed and is empty.
<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>To work around this issue, delete the Tablet PC folder. To do this, follow these steps:</p>
<p>1.Â Â Â Â Â Â  Click <b>Start</b>, click <b>All programs</b>, and then click <b>Accessories.</b></p>
<p>2.Â Â Â Â Â Â  Right click <b>Tablet PC</b>, and then click <b>Delete</b>.</p>
<p>3.Â Â Â Â Â Â  Click <b>Yes</b> when you are prompted for a confirmation.</p>
<p>If you want to restore the Tablet PC applications, enable the <b>Tablet PC</b><b> Optional Components</b> feature. To do this, follow these steps:</p>
<p>1.Â Â Â Â Â Â  Â Click <b>Start</b>, type <b>Programs and Features</b> in the <b>Start Search</b> box, and then click <b>Programs and Features</b> in the <b>Programs</b> list.Â  </p>
<p>2.Â Â Â Â Â Â  Â Under <b>Tasks</b>, click <b>Turn Windows features on or off</b>. </p>
<p>If you are prompted for an administrator password, type the password. If you are prompted for confirmation, click <b>Continue</b>.Â  </p>
<p>3.Â Â Â Â Â Â  Click to select the <b>Tablet PC</b><b> Optional Components</b> 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>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 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 Beta</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>kbnomt kbrapidpub KB953942</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-links-to-tablet-pc-applications-are-broken-on-a-windows-vista-based-tablet-pc-or-the-tablet-pc-folder-is-empty-on-a-windows-vista-based-desktop-computer-1/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>Sun, 11 Jul 2010 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 Vista-based computer, the application may stop responding.
Back to the top

CAUSE
This problem occurs [...]]]></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>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>Wed, 07 Jul 2010 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.  THE INFORMATION CONTAINED HEREIN IS CREATED IN RESPONSE TO EMERGING OR UNIQUE TOPICS, [...]]]></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>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>Wed, 23 Jun 2010 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 IS CREATED IN RESPONSE TO EMERGING OR UNIQUE TOPICS, OR IS INTENDED SUPPLEMENT [...]]]></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>A Tape Backup Medium Changer may not detect properly in the Device Manager</title>
		<link>http://ossmall.info/a-tape-backup-medium-changer-may-not-detect-properly-in-the-device-manager/</link>
		<comments>http://ossmall.info/a-tape-backup-medium-changer-may-not-detect-properly-in-the-device-manager/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 11:56:24 +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[MS Office Visio]]></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[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/a-tape-backup-medium-changer-may-not-detect-properly-in-the-device-manager</guid>
		<description><![CDATA[
Article ID: 967736 &#8211; Last Review: February 10, 2009 &#8211; Revision: 1.0
A Tape Backup Medium Changer may not detect properly in the Device Manager
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 SUPPORT ORGANIZATION.  THE INFORMATION CONTAINED [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a>
<div class=articleProperty>Article ID: 967736 &#8211; Last Review: February 10, 2009 &#8211; Revision: 1.0</div>
<p><strong class=title>A Tape Backup Medium Changer may not detect properly in the Device Manager</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 >Action</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>When adding a Medium Changer Tape Backup device to a Windows Server 2003 or Server 2008 system, the system&#8217;s device manager may not show all components of the device: the tape drive(s) or the changer (robotics).Ã‚Â 
<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 >Result</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>Portions of the device are not visible in the device manager.Ã‚Â  As such, the Removable Storage service based applications, including Tape Backup software,Ã‚Â may not be able to fully utilize the Medium Changer.Ã‚Â 
<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>The HBA (host bus adapter) the Medium Changer is connected to is using Storport compatible drivers and the Medium Changer uses a non_hierarchical scsi REPORT_LUNS structure.Ã‚Â  When a seemingly valid REPORT_LUNS structure is returned from the target device, it will be used to determine the LUNs available to the operating system. If the target uses a non-hierarchical REPORT_LUNS structure, storport will still use it to identify the LUNs, even though it does not understand the format. This can result in LUN 0 (the tape drive) being correctly identified , but not LUN 1 (the robotic changer device), so it does not show up in device manager or RSM (Removable Storage Manager).</p>
<p>This can be a PCI-E SCSI host bus adapter, or other slotÃ‚Â  or interconnect technology.Ã‚Â  For example: a Fibre-Channel HBA in a PCI slot.Ã‚Â  </p>
<p>Ã‚Â </p>
<p>Ã‚Â </p>
<p>Ã‚Â </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 >Resolution</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>Install Scsiport drivers for the HBA rather then Storport.Ã‚Â 
<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>Windows Server 2008 Datacenter without Hyper-V</li>
<li>Windows Small Business Server 2008 Standard</li>
<li>Windows Small Business Server 2008 Premium</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 for Itanium-Based Systems</li>
<li>Windows Server 2008 Enterprise without Hyper-V</li>
<li>Microsoft Windows Server 2003 R2 Enterprise Edition KN</li>
<li>Microsoft Windows Server 2003, Enterprise x64 Edition</li>
<li>Microsoft Windows Server 2003 R2 Datacenter Edition (32-Bit x86)</li>
<li>Microsoft Windows Server 2003, Standard Edition (32-bit x86)</li>
<li>Microsoft Windows Server 2003, Standard x64 Edition</li>
<li>Microsoft Windows Server 2003, Enterprise Edition for Itanium-based Systems</li>
<li>Microsoft Windows Server 2003, Enterprise Edition (32-bit x86)</li>
<li>Microsoft Windows Server 2003 Service Pack 1</li>
<li>Microsoft Windows Server 2003 Service Pack 2</li>
<li>Microsoft Windows Server 2003 R2 Standard Edition KN</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 KB967736</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-tape-backup-medium-changer-may-not-detect-properly-in-the-device-manager/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>Wed, 09 Jun 2010 12:42:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple Products]]></category>
		<category><![CDATA[Application Center]]></category>
		<category><![CDATA[MS Office Visio]]></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/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 tool decreases.
Back to the top

CAUSE
This issue occurs when either of the following [...]]]></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>Information about Network Monitor 3</title>
		<link>http://ossmall.info/information-about-network-monitor-3/</link>
		<comments>http://ossmall.info/information-about-network-monitor-3/#comments</comments>
		<pubDate>Sat, 01 May 2010 10:50:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[App HowTo]]></category>
		<category><![CDATA[Apple Products]]></category>
		<category><![CDATA[Application Center]]></category>
		<category><![CDATA[Commerce Server 2007]]></category>
		<category><![CDATA[MS Office Access]]></category>
		<category><![CDATA[MS Office Visio]]></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[VS General]]></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>
		<category><![CDATA[XP HowTo]]></category>

		<guid isPermaLink="false">http://ossmall.info/information-about-network-monitor-3/</guid>
		<description><![CDATA[Information about Network Monitor 3
View products that this article applies to.



Article ID
:
933741


Last Review
:
March 17, 2008


Revision
:
3.0




INTRODUCTION
This article contains information about Microsoft Network Monitor 3. Network Monitor 3 is a protocol analyzer.  It enables you to capture, to view, and to analyze network data. You can use it to help troubleshoot problems with applications on the [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>Information about Network Monitor 3</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>933741</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>March 17, 2008</td>
</tr>
<tr>
<td>Revision</td>
<td>:</td>
<td>3.0</td>
</tr>
</table>
</div>
<div class=section>
<h2 class=subTitle id=tocHeadRef>INTRODUCTION</h2>
<div class=sbody>This article contains information about Microsoft Network Monitor 3. Network Monitor 3 is a protocol analyzer.  It enables you to capture, to view, and to analyze network data. You can use it to help troubleshoot problems with applications on the network.  </p>
<p>  This article contains download and support information, installation notes, and general usage information about Network Monitor 3.  Network Monitor 3.1 is the latest version.
<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>Network Monitor 3  is a complete overhaul of the earlier Network Monitor 2.<var>x</var> version. Some key features of Network Monitor 3 include the following:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Script-based parser model</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Simultaneous capture sessions</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Support for Windows Vista </td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Support for 32-bit platforms and for 64-bit platforms </td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Support for network conversations</td>
</tr>
</table>
<h4 id=tocHeadRef>Download and support information</h4>
<p>To download Network Monitor 3.1 visit the following Microsoft Web sites:
<div class=indent><b>Windows Vista, x86-based versions</b><br /><span class=ll><a href=http://download.microsoft.com/download/1/8/f/18fd3dfa-ea78-4ed0-a62d-f5b043391ea4/nm31_release_x86.msi>http://download.microsoft.com/download/1/8/f/18fd3dfa-ea78-4ed0-a62d-f5b043391ea4/NM31_Release_x86.msi</a></span><span class=pLink> (http://download.microsoft.com/download/1/8/f/18fd3dfa-ea78-4ed0-a62d-f5b043391ea4/nm31_release_x86.msi)</span></div>
<div class=indent><b>Windows Vista, x64-based versions</b><br /><span class=ll><a href=http://download.microsoft.com/download/1/8/f/18fd3dfa-ea78-4ed0-a62d-f5b043391ea4/nm31_release_x64.msi>http://download.microsoft.com/download/1/8/f/18fd3dfa-ea78-4ed0-a62d-f5b043391ea4/NM31_Release_x64.msi</a></span><span class=pLink> (http://download.microsoft.com/download/1/8/f/18fd3dfa-ea78-4ed0-a62d-f5b043391ea4/nm31_release_x64.msi)</span></div>
<p>Support information for Network Monitor 3  is located at the following Microsoft Connect Web site:
<div class=indent><a href=http://connect.microsoft.com>http://connect.microsoft.com</a><span class=pLink> (http://connect.microsoft.com)</span></div>
<p> You must sign in to the Web site by using a   Windows Live ID. After you sign in, you can apply to participate in the program. To do this, in the <strong class=uiterm>Options</strong> column of the table, click <strong class=uiterm>Apply</strong> next to <strong class=uiterm>Network Monitor 3</strong>.  After you enroll in the program, you have access to newsgroups, and you can submit bug reports.<br />
<h4 id=tocHeadRef>Installation notes</h4>
<p>Network Monitor 3.1 can co-exist with earlier versions of Network Monitor. By default, Network Monitor 3.1 is installed in the %Program Files% Microsoft Network Monitor 3.0   folder. Therefore, conflicts do not occur if an earlier version is installed in a different folder on the computer. When you install Network Monitor 3.1, Network Monitor 3 is uninstalled.</p>
<p>Network Monitor 3.1 includes a new driver for Windows Vista-based computers. This new driver supports new features of the Network Driver Interface Specification (NDIS) 6.0 driver.  If you are using tools that rely on Network Monitor 2.<var>x</var> NPPTools, the tools will no longer work. To capture network data in Windows Vista, you must use Network Monitor 3.1.  Network Monitor 2.<var>x</var> does not capture network data correctly in Windows Vista. </p>
<p>Suggested hardware to run Network Monitor 3.1 is listed as follows:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>	1 GHz or faster processor</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>1 GB or more memory</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>25 MB free space on the hard disk, and additional hard disk space to store capture files</td>
</tr>
</table>
<p>Network Monitor 3.1 is supported on the following operating systems:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Windows XP</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Windows Server 2003</td>
</tr>
</table>
<h5 id=tocHeadRef>Warnings and cautions</h5>
<p>Currently, we do not recommend that you run Network Monitor 3 on production systems. In scenarios where load is something to consider, use the command-line version of Network Monitor 3  to capture network data. The command-line version is Nmcap.exe. For more information about Nmcap.exe, see the Nmcap.exe command-line tool section.</p>
<p>Network Monitor 3 may consume lots of system resources. Some things to consider are listed as follows.<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text><b>Disk space</b></p>
<p>When you start a capture session, Network Monitor 3 stores frames in a sequence of capture files that are located in the  Temp folder. By default, the size of each capture file is 20 MB. By default, if you do not stop the capture session, Network Monitor 3 continues to store capture files in the  Temp folder until the free hard disk space on the computer is less than 2 percent. Then, Network Monitor 3 stops the capture session.</p>
<p>You can configure the capture file size, the location where the capture files are stored, the free hard disk space limit, and other capture options. To do this, on the <strong class=uiterm>Tools</strong> menu, point to <strong class=uiterm>Options</strong>, and then click the <strong class=uiterm>Capture</strong> tab.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text><b>Memory use</b></p>
<p>In addition to capturing data, Network Monitor 3 assigns properties to frames, and then uses the properties to group the frames into conversations. Network Monitor 3 displays the conversations and the associated frames in a tree structure in the <strong class=uiterm>Network Conversations</strong> pane.</p>
<p>The Conversations feature of Network Monitor 3 significantly increases memory use. This may cause the computer to become unresponsive. By default, the Conversations feature is turned off.  Some higher-level protocol filters require conversation properties.  To turn on  the Conversations feature, click the <strong class=uiterm>Start Page</strong> tab, and then click to select the <strong class=uiterm>Enable Conversations</strong> check box.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text><b>Processor utilization</b></p>
<p>The Conversations feature of Network Monitor 3 may significantly increase processor utilization when lots of frames are processed. By default, the Conversations feature  is turned off, as mentioned in the Memory use section. </td>
</tr>
</table>
<h4 id=tocHeadRef>General usage</h4>
<p>General usage information for Network Monitor 3 is listed as follows.<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text><b>Capture network data</b></p>
<p>As mentioned earlier, Network Monitor 3 may consume lots of system resources. Therefore, if you want to minimize the effect on system resources that may occur when you use Network Monitor 3 to capture data, use the Nmcap.exe command-line tool to capture data.  </p>
<p>Network Monitor 3 enables you to collect network  data and to view the network data in real time as the data is captured. To start a capture session in Network Monitor 3, click the <strong class=uiterm>Start Page</strong> tab,  click <strong class=uiterm>Create a new capture tab</strong>, and then either click the <strong class=uiterm>Start Capture</strong> button, or press F10.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text><b>Filters</b></p>
<p>Network Monitor 3 uses a simple syntax that is expression-based to filter frames. All frames that match the expression are displayed to the user. For more information about  filters, do any of the following:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>View the topics in the Using Filters section of the Network Monitor 3 User&#8217;s Guide. To do this, on the <strong class=uiterm>Help</strong> menu, click <strong class=uiterm>Contents</strong>, and then double-click <strong class=uiterm>Using Filters</strong>.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>On the <strong class=uiterm>Help</strong> menu, point to <strong class=uiterm>How Do I </strong>,  and then click <strong class=uiterm>Use Filters</strong>.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Use the <strong class=uiterm>Capture Filter</strong> tab or the <strong class=uiterm>Display Filter</strong> tab to view standard filters.</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text><b>Conversations</b></p>
<p>By default, the Conversations feature is turned off. This is the default setting  because the Conversations feature can consume lots  of memory, especially in scenarios  when you  capture data for long periods of time. To turn on  the Conversations feature, click the <strong class=uiterm>Start Page</strong> tab, and then click to select the <strong class=uiterm>Enable Conversations</strong> check box.</p>
<p>When you turn on the Conversations feature,  frames are grouped and displayed in the  <strong class=uiterm>Network Conversations</strong> pane in a tree structure according to the conversations to which they belong. For example, TCP data that uses the same source port and the same destination port is organized into a group.  When you click a node in the <strong class=uiterm>Network Conversations</strong> pane, the corresponding conversation filter is automatically applied to the frames in the <strong class=uiterm>Frame Summary</strong> pane. Only frames that belong to that particular conversation are displayed. </td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text><b>Nmcap.exe command-line tool</b></p>
<p>The Nmcap.exe command-line tool enables you to configure when you want to start a capture session or to stop a capture session. You can also  use the Nmcap.exe command-line tool to created chained captures. Chained captures enable you to create multiple capture files.  However,   the size of the capture files remains small.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text><b>Network Parsing Language (NPL)</b></p>
<p>Network Monitor 3 parsers are written in a language specifically to make parser development more straightforward. This also provides a level of protection against potential exploitation from  malicious code that may occur if parsers were created as DLL files. NPL provides access to parsers. You can view or modify the parsers that are included in Network Monitor 3.  </td>
</tr>
</table>
<h4 id=tocHeadRef>Common issues</h4>
<p>Common issues include the following:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Protocols may not parse correctly. This issue may occur  if either of the following conditions is true:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The Conversations feature is turned off.</p>
<p>Certain protocols depend on conversation properties to store state values that may be needed in later frames.  For example,  TCP needs conversations to store information about retransmitted frames. The filter for TCP Retransmits will not  work unless the Conversations feature is enabled.  </p>
<p>Similarly, the Server Message Block (SMB) protocol cannot translate the response to a Transact command, because the response does not contain the original command.  The information is saved in conversation properties.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The parser and the associated protocol may be available under the Microsoft Communications Protocol Program (MCPP) and the Microsoft Work Group Server Protocol Program (WSPP).  To learn more about how to become a licensee, visit the following Microsoft Web site:
<div class=indent><span class=ll><a href=http://www.microsoft.com/about/legal/intellectualproperty/protocols/mcpp.mspx>http://www.microsoft.com/about/legal/intellectualproperty/protocols/mcpp.mspx</a></span><span class=pLink> (http://www.microsoft.com/about/legal/intellectualproperty/protocols/mcpp.mspx)</span></div>
<p>These parsers are considered confidential Microsoft intellectual property and are not distributed publicly. Therefore,  these parsers are not part of the publicly-released version of Network Monitor 3</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>You receive one of the following error messages when you run Network Monitor 3 on a Windows Vista-based computer:
<div class=errormsg>None of the network adapters are bound to the Netmon driver</div>
<div class=errormsg>This network adapter is not configured to capture with Network Monitor</div>
<p> This issue occurs if either of the following conditions is true:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>You are not running  Network Monitor 3  as administrator.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>You are not a member of the Netmon Users group.</td>
</tr>
</table>
<p> For more information, see the Network Monitor 3 releases notes or see the Operating on Windows Vista topic in Network Monitor 3 Help.</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>REFERENCES</h2>
<div class=sbody>For support information about Network Monitor 3, visit the following Microsoft  Web sites:
<div class=indent><a href=http://connect.microsoft.com>http://connect.microsoft.com</a><span class=pLink> (http://connect.microsoft.com)</span></div>
<div class=indent><a href=http://blogs.technet.com/netmon>http://blogs.technet.com/netmon/</a><span class=pLink> (http://blogs.technet.com/netmon/)</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 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 Ultimate 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>kbhowto kbinfo kbexpertiseinter KB933741</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/information-about-network-monitor-3/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>Thu, 22 Apr 2010 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 IS CREATED IN RESPONSE TO EMERGING OR UNIQUE TOPICS, OR IS INTENDED SUPPLEMENT [...]]]></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>Applications that perform KCD delegation may not finish the S4U process on a computer that is running Windows Server 2008 or Windows Server 2003</title>
		<link>http://ossmall.info/applications-that-perform-kcd-delegation-may-not-finish-the-s4u-process-on-a-computer-that-is-running-windows-server-2008-or-windows-server-2003/</link>
		<comments>http://ossmall.info/applications-that-perform-kcd-delegation-may-not-finish-the-s4u-process-on-a-computer-that-is-running-windows-server-2008-or-windows-server-2003/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 03:44:08 +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[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-perform-kcd-delegation-may-not-finish-the-s4u-process-on-a-computer-that-is-running-windows-server-2008-or-windows-server-2003/</guid>
		<description><![CDATA[Applications that perform KCD delegation may not finish the S4U process on a computer that is running Windows Server 2008 or Windows Server 2003
View products that this article applies to.



Article ID
:
949015


Last Review
:
June 18, 2008


Revision
:
1.0




SYMPTOMS
Applications that perform Kerberos Constrained Delegation (KCD) may not finish the Service-for-User (S4U) process on a computer that is running Windows Server [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>Applications that perform KCD delegation may not finish the S4U process on a computer that is running Windows Server 2008 or Windows Server 2003</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>949015</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>June 18, 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>Applications that perform Kerberos Constrained Delegation (KCD) may not finish the Service-for-User (S4U) process on a computer that is running Windows Server 2008 or Windows Server 2003. This issue occurs in the following scenario:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The service domain contains hosts that are permitted to use KCD. </td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The user account that is being delegated resides in a trusted forest.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The service domain and the account domain are not root domains in their respective forests.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The KERB_S4U_LOGON struct is populated as follows:
<div class=indent>MessageType = KerbS4ULogon<br />ClientUpn = <var>user name</var><br />ClientRealm = <var>NB domain name</var></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>
</div>
<h2 class=subTitle id=tocHeadRef>CAUSE</h2>
<div class=sbody>This issue occurs because the Windows operating system does not have the additional mapping data that is required. By default, the additional mapping data is not populated in Active Directory Domain Services (AD DS). Therefore, the operating system is unable to search the whole forest and the whole trust structure to resolve the mappings between unqualified domains and fully qualified domains.
<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 issue, follow these steps:<br />
<table class=list ol>
<tr>
<td class=number>1.</td>
<td class=text>Use the Active Directory Service Interfaces Edit tool to edit the ms-DS-SPNSuffixes attribute in the following configuration container in AD DS:
<div class=indent>(CN=Partitions, CN=Configuration, DC=<var>DomainNamingContext</var>)</div>
<p>Edit the ms-DS-SPNSuffixes attribute to add NB domain names for all domains in the local domain tree.</td>
</tr>
<tr>
<td class=number>2.</td>
<td class=text>Repeat step 1 for each root domain in the trusted forest.</td>
</tr>
<tr>
<td class=number>3.</td>
<td class=text>Edit the Name Suffix Routing list in the trusting forest to enable all the following suffixes for all the trusted domains:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>*.NBDomain suffixes</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text> *.FQDN suffixes</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class=number>4.</td>
<td class=text>Repeat step 3 for each forest that trusts the forest that is modified in step 1.</td>
</tr>
<tr>
<td class=number>5.</td>
<td class=text>Repeat steps 1 through 4 as necessary for the remaining forests and trees.</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 Server 2008 Datacenter</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 Standard</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Web Server 2008</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Server 2008 for Itanium-Based Systems</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 Server 2003, Enterprise 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, Standard x64 Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Windows Server 2003, Standard Edition (32-bit x86)</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 kbtshoot KB949015</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-perform-kcd-delegation-may-not-finish-the-s4u-process-on-a-computer-that-is-running-windows-server-2008-or-windows-server-2003/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>Sun, 31 Jan 2010 13:04:55 +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[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[Microsoft .NET Framework]]></category>
		<category><![CDATA[Microsoft Exchange Server]]></category>
		<category><![CDATA[Microsoft SQL Server]]></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.1




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, 2008.
This article describes the following items about the hotfix:


â€¢
The issues that the hotfix [...]]]></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.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>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 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 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>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>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>Sat, 23 Jan 2010 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 MFC (CDao) application, insertions and updates may not work on a computer [...]]]></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>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, 18 Jan 2010 12: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 2008 or Windows Vista SP1, applications or		 [...]]]></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>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>Tue, 05 Jan 2010 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[MS Office Access]]></category>
		<category><![CDATA[MS Office Visio]]></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/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 SUPPORT ORGANIZATION.  THE INFORMATION CONTAINED [...]]]></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>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>Thu, 31 Dec 2009 13:42:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple Products]]></category>
		<category><![CDATA[Application Center]]></category>
		<category><![CDATA[MS Office Visio]]></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/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 tool decreases.
Back to the top

CAUSE
This issue occurs when either of the following [...]]]></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>
		<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>Sun, 20 Dec 2009 10:36:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Application Center]]></category>
		<category><![CDATA[Commerce Server 2007]]></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[Microsoft .NET Framework]]></category>
		<category><![CDATA[Microsoft Exchange Server]]></category>
		<category><![CDATA[Microsoft SQL Server]]></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 for the 2007 Office core suite applications and servers. 
We recommend that [...]]]></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>How to Find and Replace tildes and wildcard characters in Excel for Mac</title>
		<link>http://ossmall.info/how-to-find-and-replace-tildes-and-wildcard-characters-in-excel-for-mac/</link>
		<comments>http://ossmall.info/how-to-find-and-replace-tildes-and-wildcard-characters-in-excel-for-mac/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 18:29:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Office Excel]]></category>
		<category><![CDATA[OS X Applications]]></category>

		<guid isPermaLink="false">http://ossmall.info/how-to-find-and-replace-tildes-and-wildcard-characters-in-excel-for-mac/</guid>
		<description><![CDATA[SUMMARY
 loadTOCNode(1, \'summary\'); Microsoft Excel for Mac uses the tilde (~) as a marker to indicate that the next character is a literal. When you click Find or Replace on the Edit menu to replace or search for a tilde (~), an asterisk (*), or a question mark (?), you must precede the character with [...]]]></description>
			<content:encoded><![CDATA[<h2>SUMMARY</h2>
<p><script type="text/javascript"> loadTOCNode(1, \'summary\'); </script>Microsoft Excel for Mac uses the tilde (~) as a marker to indicate that the next character is a literal. When you click <strong>Find</strong> or <strong>Replace</strong> on the <strong>Edit</strong> menu to replace or search for a tilde (~), an asterisk (*), or a question mark (?), you must precede the character with a tilde (~).</p>
<p><strong>NOTE:</strong> If you want to find or replace a tilde in your worksheet, you must type a double tilde (~~).</p>
<h2>MORE INFORMATION</h2>
<h3><script type="text/javascript"> loadTOCNode(1, \'moreinformation\'); </script>Example 1: How to Find and Replace Numbers</h3>
<p><script type="text/javascript"> loadTOCNode(2, \'moreinformation\'); </script>To replace wildcard characters (*) in a numeric value in a worksheet cell, use the steps in the following example:</p>
<table border="0" cellpadding="0">
<tr>
<td>1.</td>
<td>Type 494** in cell A1.</td>
</tr>
<tr>
<td>2.</td>
<td>Select cell A1.</td>
</tr>
<tr>
<td>3.</td>
<td>On the <strong>Edit</strong> menu, click <strong>Replace</strong>.</td>
</tr>
<tr>
<td>4.</td>
<td>In the <strong>Find what</strong> box, type ~* (press TILDE, and then press ASTERISK).</td>
</tr>
<tr>
<td>5.</td>
<td>In the <strong>Replace with</strong> box, type 2.</td>
</tr>
<tr>
<td>6.</td>
<td>Click <strong>Replace</strong>.</td>
</tr>
</table>
<p>Cell A1 now reads <strong>49422</strong>.</p>
<p><strong>NOTES</strong>:</p>
<table border="0" cellpadding="0">
<tr>
<td></td>
<td>When you click <strong>Replace All</strong>,   Excel for Mac makes the change throughout the worksheet. When you click <strong>Replace</strong>,   Excel for Mac changes only the currently active cell and leaves the <strong>Replace</strong>   dialog box open.</td>
</tr>
<tr>
<td></td>
<td>When you type an asterisk without a tilde in the <strong>Find   what</strong> box, Excel for Mac replaces all entries with a 2. Excel for Mac   treats the asterisk as a wildcard character. Therefore, 494** becomes 2.</td>
</tr>
</table>
<h3>Example 2: How to Find and Replace a Tilde</h3>
<p><script type="text/javascript"> loadTOCNode(2, \'moreinformation\'); </script>To replace a tilde in an Excel for Mac worksheet cell, use the steps in the following example:</p>
<table border="0" cellpadding="0">
<tr>
<td>1.</td>
<td>Type Micros~ in cell A1.</td>
</tr>
<tr>
<td>2.</td>
<td>Select cell A1.</td>
</tr>
<tr>
<td>3.</td>
<td>On the <strong>Edit</strong> menu, click <strong>Replace</strong>.</td>
</tr>
<tr>
<td>4.</td>
<td>In the <strong>Find what</strong> box, type:~~</td>
</tr>
<tr>
<td>5.</td>
<td>In the <strong>Replace with</strong> box, type:oft</td>
</tr>
<tr>
<td>6.</td>
<td>Click <strong>Replace All</strong>.</td>
</tr>
</table>
<p>Cell A1 now reads <strong>Microsoft</strong>.</p>
<h2>REFERENCES</h2>
<p><script type="text/javascript"> loadTOCNode(1, \'references\'); </script>For more information about how to find and replace wildcard characters, click the <strong>Office Assistant</strong>, type wildcard characters you can use to find text or numbers, click <strong>Search</strong>, and then click a topic to view it.</p>
<p><strong>NOTE</strong>: If the Assistant is hidden, click the <strong>Office Assistant</strong> button on the <strong>Standard</strong> toolbar.</p>
<hr align="center" size="2" width="100%" />
<h5>APPLIES TO</h5>
<table border="0" cellpadding="0">
<tr>
<td></td>
<td>Microsoft Excel X for Mac</td>
</tr>
<tr>
<td></td>
<td>Microsoft Excel 2001 for Mac</td>
</tr>
<tr>
<td></td>
<td>Microsoft Excel 98 for Macintosh</td>
</tr>
</table>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<h3>Microsoft Knowledge Base Article</h3>
<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/how-to-find-and-replace-tildes-and-wildcard-characters-in-excel-for-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ã¢¬ÅNo DiskÃ¢¬Â popup when opening some Office applications, Notepad or Wordpad in Vista</title>
		<link>http://ossmall.info/Ã¢¬Åno-diskÃ¢¬Â-popup-when-opening-some-office-applications-notepad-or-wordpad-in-vista/</link>
		<comments>http://ossmall.info/Ã¢¬Åno-diskÃ¢¬Â-popup-when-opening-some-office-applications-notepad-or-wordpad-in-vista/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 12:56:26 +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>

		<guid isPermaLink="false">http://ossmall.info/Ã¢¬Åno-diskÃ¢¬Â-popup-when-opening-some-office-applications-notepad-or-wordpad-in-vista</guid>
		<description><![CDATA[
Article ID: 961223 &#8211; Last Review: December 16, 2008 &#8211; Revision: 1.0
Ã¢â‚¬Å“No DiskÃ¢â‚¬Â popup when opening some Office applications, Notepad or Wordpad in Vista
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 SUPPORT ORGANIZATION.  THE INFORMATION CONTAINED [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a>
<div class=articleProperty>Article ID: 961223 &#8211; Last Review: December 16, 2008 &#8211; Revision: 1.0</div>
<p><strong class=title>Ã¢â‚¬Å“No DiskÃ¢â‚¬Â popup when opening some Office applications, Notepad or Wordpad in Vista</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>
<p>A User may get the following popup when doing either of the following actions:
<ol>
<li>Opening Office Word or PowerPoint    </li>
<li>Open Notepad or Wordpad, click on &lt;File&gt; and then try to &lt;Open&gt; file or &lt;Print&gt;.     </li>
</ol>
<p>Popup will have text similar to this (parameters may be different):</p>
<p>Ã‚Â </p>
<p>Windows &#8211; No Disk<br />Exception Processing Message 0xc0000013 Parameters<br />0&#215;000007FEFD9F7240 0&#215;0000000000000004 0&#215;000007FEFD9F7240<br />0&#215;000007FEFD9F7240<br />&lt;Cancel&gt; &lt;Try Again&gt; &lt;Continue&gt;
<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>The Ã¢â‚¬Å“D:Ã¢â‚¬Â drive is a removable device and there is no media in the Ã¢â‚¬Å“D:Ã¢â‚¬Â drive at the time that the application is opened.
<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 issue do one of the following:
<ol>
<li>Ã‚Â Locate and remove Mxdwdui.BUD (C:  Windows System32 spool drivers x64 3 mxdwdui.bud for 64-bit and C: Windows system32 spool drivers w32&#215;86 3 mxdwdui.bud for 32-bit).<br />    Note: Need administrative privileges to remove this file. If you are in Audit mode you have Administrative privileges.</p>
<p><b>OR</b></li>
<li>On the machine exhibiting the issue: Open the Printers folder, right click on the installed Ã¢â‚¬Å“Microsoft XPS Document WriterÃ¢â‚¬Â printer, Properties, and in the Ã¢â‚¬Å“Microsoft XPS Document Writer PropertiesÃ¢â‚¬Â dialog, and click on OK to close it. This will update the .BUD file to have the correct path to the system drive.Ã‚Â 
<p><b>OR</b></li>
<li>Adding in another printer and setting it as default or removing and re-installing the Ã¢â‚¬Å“Microsoft XPS Document WriterÃ¢â‚¬Â will also work around this issue.    </li>
</ol>
<p>Ã‚Â </p>
<p>Ã‚Â </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 >More Information</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>
<p>This issue is likely to occur if your D: driveÃ‚Â drive is a removable device and there is no media in the Ã¢â‚¬Å“D:Ã¢â‚¬Â drive at the time that the application is opened. This is due to an incorrect file reference, pointing to D: Windows, in a binary file used by a default printing device.</p>
<p>Ã‚Â <br />This .BUD file contains an incorrect path to the system drive and is checked when opening up certain Office products and the error messsage can also be seen when using Notepad or Wordpad. </p>
<p>Clicking &lt;Continue&gt; will move beyond this message and you can use Office / Notepad / WordPad without any issues.</p>
<p>The .BUD file was designed to increase printing performance. It is a binary data file for the corresponding text data file mxdwdui.GPD file. If the .BUD file is not located then the process continues on where the .GPD file will be used with a slight increase in the time needed to process the data file.
<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>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 Service Pack 1</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 KB961223</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/Ã¢¬Åno-diskÃ¢¬Â-popup-when-opening-some-office-applications-notepad-or-wordpad-in-vista/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: December 16, 2008</title>
		<link>http://ossmall.info/cumulative-update-packages-for-the-2007-microsoft-office-core-suite-applications-and-for-2007-microsoft-office-servers-december-16-2008/</link>
		<comments>http://ossmall.info/cumulative-update-packages-for-the-2007-microsoft-office-core-suite-applications-and-for-2007-microsoft-office-servers-december-16-2008/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 12:56:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Application Center]]></category>
		<category><![CDATA[Commerce Server 2007]]></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[Microsoft .NET Framework]]></category>
		<category><![CDATA[Microsoft Exchange Server]]></category>
		<category><![CDATA[Microsoft SQL Server]]></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-december-16-2008</guid>
		<description><![CDATA[
Article ID: 960709 &#8211; Last Review: January 6, 2009 &#8211; Revision: 1.3
Cumulative update packages for the 2007 Microsoft Office core suite applications and for 2007 Microsoft Office servers: December 16, 2008 
View products that this article applies to.

On This Page




Expand all &#124; Collapse all
INTRODUCTION


The cumulative update packages for December 2008 contain the latest hotfixes for [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a>
<div class=articleProperty>Article ID: 960709 &#8211; Last Review: January 6, 2009 &#8211; Revision: 1.3</div>
<p><strong class=title>Cumulative update packages for the 2007 Microsoft Office core suite applications and for 2007 Microsoft Office servers: December 16, 2008 </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>The cumulative update packages for December 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.
<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>How to obtain the December 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 December 2008 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>
<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>Packages that are included in the December 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.
<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> Hotfix package name 				</th>
<th> Knowledge Base article number 				</th>
<th> Product 				</th>
</tr>
<tr>
<td> OMPM </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=956137>956137</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=956137/                        )        </span>Description of the Office Migration Planning Manager (OMPM) hotfix package (Offscan.exe): October 28, 2008</div>
</td>
<td> OMPM </td>
</tr>
<tr>
<td> OCT </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=958651>958651</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=958651/                        )        </span>Description of the 2007 Office system hotfix package: October 28, 2008</div>
</td>
<td> OCT </td>
</tr>
<tr>
<td> project.msp </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=959381>959381</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=959381/                        )        </span>Description of the Project 2007 hotfix package: November 12, 2008</div>
</td>
<td> Project </td>
</tr>
<tr>
<td> ifswfe.msp </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=959382>959382</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=959382/                        )        </span>Description of the Forms Server 2007 hotfix package: November 11, 2008</div>
</td>
<td> InfoPath </td>
</tr>
<tr>
<td> ime32.msp, ime64.msp (Japanese) </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=959636>959636</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=959636/                        )        </span> Description of the Input Method					 Editor (Japanese) 2007 hotfix package (Ime32-ja-jp.msp, Ime64-ja-jp.msp):					 December 16, 2008</div>
</td>
<td> Input Method Editor </td>
</tr>
<tr>
<td> coreserver.msp </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=963022>963022</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=963022/                        )        </span> Description of the SharePoint Server 2007 hotfix package (Coreserver.msp): January 27, 2009</div>
</td>
<td> MOSS/Search </td>
</tr>
<tr>
<td> ipeditor.msp, infopath.msp </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=959638>959638</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=959638/                        )        </span>Description of the InfoPath 2007 hotfix package (Infopath.msp): December 16, 2008</div>
</td>
<td> InfoPath </td>
</tr>
<tr>
<td> ifswfe.msp </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=959639>959639</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=959639/                        )        </span>Description of the Forms Server 2007 hotfix package (Ifswfe.msp): December 16, 2008</div>
</td>
<td> InfoPath </td>
</tr>
<tr>
<td> excel.msp, xlconv.msp, oartconv.msp, oart.msp </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=959640>959640</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=959640/                        )        </span>Description of the Excel 2007 hotfix package (Excel.msp, Xlconv.msp, Oartconv.msp, Oart.msp): December 16, 2008</div>
</td>
<td> Excel and Graphics </td>
</tr>
<tr>
<td> excel.msp, xlconv.msp, xlview.msp </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=959641>959641</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=959641/                        )        </span>Description of the Excel 2007 hotfix package (Excel.msp, Xlconv.msp, Xlview.msp): December 16, 2008</div>
</td>
<td> Excel Viewer </td>
</tr>
<tr>
<td> Outlook.msp </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=959642>959642</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=959642/                        )        </span>Description of the Outlook 2007 hotfix package (Mso.msp,Outlook.msp): December 16, 2008</div>
</td>
<td> Outlook </td>
</tr>
<tr>
<td> Project.msp </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=959643>959643</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=959643/                        )        </span>Description of the Project 2007 hotfix package (Project.msp): December 16, 2008</div>
</td>
<td> Project </td>
</tr>
<tr>
<td> sts.msp </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=959644>959644</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=959644/                        )        </span>Description of the Windows SharePoint Services 3.0 hotfix package (Sts.msp): December 16, 2008</div>
</td>
<td> WSS </td>
</tr>
<tr>
<td> Word.msp </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=959645>959645</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=959645/                        )        </span> Description of the Word 2007 hotfix package (Word.msp, Wordconv.msp): December 16, 2008</div>
</td>
<td> Word </td>
</tr>
<tr>
<td> mso.msp </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=959647>959647</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=959647/                        )        </span>Description of the 2007 Office system hotfix package (Mso.msp): December 16, 2008</div>
</td>
<td> Office Core </td>
</tr>
<tr>
<td> WSS uber-package </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=960010>960010</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=960010/                        )        </span> Description of the Windows SharePoint Services 3.0 cumulative update package (WSS server-package): December 16, 2008</div>
</td>
<td> WSS </td>
</tr>
<tr>
<td> MOSS uber-package </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=960011>960011</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=960011/                        )        </span> Description of the SharePoint Server 2007 cumulative update package (MOSS server-package): December 16, 2008</div>
</td>
<td> MOSS </td>
</tr>
<tr>
<td> mso.msp </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=960053>960053</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=960053/                        )        </span>Description of the 2007 Office system hotfix package (Mso.msp): November 19, 2008</div>
</td>
<td> Office Core </td>
</tr>
<tr>
<td> access.msp </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=960307>960307</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=960307/                        )        </span>Description of the Access 2007 hotfix package (Access.msp): December 16, 2008</div>
</td>
<td> Access </td>
</tr>
<tr>
<td> mstore.msp </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=960308>960308</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=960308/                        )        </span>Description of the 2007 Office system hotfix package (Mstore.msp): December 16, 2008</div>
</td>
<td> AWS </td>
</tr>
<tr>
<td> oart.msp, oartconv.msp </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=960310>960310</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=960310/                        )        </span> Description of the 2007 Office hotfix package (Oart.msp, Oartconv.msp): December 16, 2008</div>
</td>
<td> Graphics </td>
</tr>
<tr>
<td> SPD.msp </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=960311>960311</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=960311/                        )        </span>Description of the SharePoint Designer 2007 hotfix package (Spd.msp): December 16, 2008</div>
</td>
<td> SharePoint Designer </td>
</tr>
<tr>
<td> PowerPoint.msp </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=960312>960312</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=960312/                        )        </span> Description of the 					 PowerPoint 2007 hotfix package (PowerPoint.msp): December 16, 2008</div>
</td>
<td> PowerPoint </td>
</tr>
<tr>
<td> pjsrvapp.msp, pjsrvwfe.msp </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=960313>960313</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=960313/                        )        </span>Description of the Project Server 2007 hotfix package (Pjsrvapp.msp, Pjsrvwfe.msp): December 16, 2008</div>
</td>
<td> Project Server </td>
</tr>
<tr>
<td> WSSmui.msp </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=960314>960314</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=960314/                        )        </span>Description of the Windows SharePoint Services 3.0 hotfix package (Wssmui.msp): December 16, 2008</div>
</td>
<td> WSS </td>
</tr>
<tr>
<td> OCT </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=960404>960404</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=960404/                        )        </span>Description of the 2007 Office system hotfix package (OCT): December 16, 2008</div>
</td>
<td> OCT </td>
</tr>
<tr>
<td> OMPM </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=960405>960405</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=960405/                        )        </span>Description of the Office Migration Planning Manager hotfix package (OMPM): December 16, 2008</div>
</td>
<td> OMPM </td>
</tr>
<tr>
<td> ime32.msp, ime64.msp (Korean) </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=960497>960497</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=960497/                        )        </span>Description of the Input Method Editor (Korean) 2007 hotfix package (Ime32-ko-kr.msp, Ime64-ko-kr.msp): Decemeber 16, 2008</div>
</td>
<td> Input Method Editor </td>
</tr>
<tr>
<td> msdaipp.msp </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=960498>960498</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=960498/                        )        </span>Description of the 2007 Office system hotfix package (msdaipp.msp): December 16, 2008</div>
</td>
<td> Office Core </td>
</tr>
<tr>
<td> ipeditor.msp, infopath.msp, powerpoint.msp, mso.msp				  </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=960499>960499</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=960499/                        )        </span>Description of the 2007 Office system hotfix package (Infopath.msp, Ipeditor.msp, Mso.msp, Powerpoint.msp): December 16, 2008</div>
</td>
<td> InfoPath </td>
</tr>
<tr>
<td> nlgmsproof.msp, proof.msp (German) </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=960500>960500</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=960500/                        )        </span>Description of the 2007 Office system hotfix package (Nlgmsproof.msp, Proof-de-de.msp): December 16, 2008</div>
</td>
<td> Proofing Tools </td>
</tr>
<tr>
<td> cpao.msp </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=960501>960501</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=960501/                        )        </span>Description of the Outlook 2007 hotfix package (Cpao.msp): December 16, 2008</div>
</td>
<td> Outlook Calendar Printing Assistant </td>
</tr>
<tr>
<td> offfiltx.msp, onifilter.msp, visfilter.msp </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=960502>960502</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=960502/                        )        </span>Description of the 2007 Office system hotfix package (Offfiltx.msp, Onifilter.msp, Visfilter.msp): December 16, 2008</div>
</td>
<td> iFilter Pack </td>
</tr>
<tr>
<td> xmleditverb.msp </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=960534>960534</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=960534/                        )        </span>Description of the 2007 Office system hotfix package (Xmleditverb.msp): December 16, 2008</div>
</td>
<td> InfoPath </td>
</tr>
<tr>
<td> outlook.msp, mso.msp </td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=960535>960535</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=960535/                        )        </span>Description of the Outlook 2007 hotfix package (Mso.msp, Outlook.msp): December 16, 2008</div>
</td>
<td> Outlook </td>
</tr>
<tr>
<td></td>
<td>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=960930>960930</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=960930/                        )        </span> Description of the Word 2007 hotfix package (Wordconv.msp): December 16, 2008</div>
</td>
<td>Word</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>Prerequisites</h3>
<p>Prerequisites are listed in the KB articles for the individual			 packages.
<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>2007 Microsoft Office Suite Service Pack 1, when used with:</li>
<ul class=kb_subList>
<li>Microsoft Office Professional 2007</li>
<li>Microsoft Office Professional Plus 2007</li>
<li>Microsoft Office Small Business 2007</li>
<li>Microsoft Office Standard 2007</li>
<li>Microsoft Office Ultimate 2007</li>
<li>Microsoft Office Home and Student 2007</li>
<li>Microsoft Office Enterprise 2007</li>
<li>Microsoft Office Basic 2007</li>
</ul>
<li>Microsoft Office SharePoint Server 2007</li>
<li>Microsoft Windows SharePoint Services 3.0</li>
<li>Microsoft Office Project Server 2007</li>
<li>Microsoft Office Forms Server 2007</li>
<li>Microsoft Office InfoPath 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>kbqfe kbexpertisebeginner kbsurveynew KB960709</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/cumulative-update-packages-for-the-2007-microsoft-office-core-suite-applications-and-for-2007-microsoft-office-servers-december-16-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
