<?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</title>
	<atom:link href="http://ossmall.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://ossmall.info</link>
	<description>Open Software Solutions</description>
	<lastBuildDate>Tue, 09 Feb 2010 19:26:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>You hear a beep sound when you change the selection in a classic style ListView when the &#8220;Select&#8221; option for the system sound is set to &#8220;None&#8221; in Windows Vista</title>
		<link>http://ossmall.info/you-hear-a-beep-sound-when-you-change-the-selection-in-a-classic-style-listview-when-the-select-option-for-the-system-sound-is-set-to-none-in-windows-vista/</link>
		<comments>http://ossmall.info/you-hear-a-beep-sound-when-you-change-the-selection-in-a-classic-style-listview-when-the-select-option-for-the-system-sound-is-set-to-none-in-windows-vista/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 19:26:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Visual Help]]></category>

		<guid isPermaLink="false">http://ossmall.info/you-hear-a-beep-sound-when-you-change-the-selection-in-a-classic-style-listview-when-the-select-option-for-the-system-sound-is-set-to-none-in-windows-vista/</guid>
		<description><![CDATA[When you change the selection in a classic-style ListView, you may hear a beep sound even when the Select option for the system sound is set to None.
This problem does not occur in applications that have been updated to use the themed ListView in Windows XP or in Windows Vista.
CAUSE
 loadTOCNode(1, \'cause\'); This problem occurs [...]]]></description>
			<content:encoded><![CDATA[<p>When you change the selection in a classic-style ListView, you may hear a beep sound even when the <strong>Select</strong> option for the system sound is set to <strong>None</strong>.</p>
<p>This problem does not occur in applications that have been updated to use the themed ListView in Windows XP or in Windows Vista.</p>
<h2>CAUSE</h2>
<p><script type="text/javascript"> loadTOCNode(1, \'cause\'); </script>This problem occurs if the <strong>Select</strong> option for the system sound is changed in the <strong>Sound</strong> Control Panel item, and then the system sound is changed back to <strong>None</strong>. This problem occurs if the system sound is changed directly or as part of a sound scheme. When the system sound is changed in this manner, an empty sound key is stored in the registry. However, in this case, no sound key should be stored in the registry. The classic ListView plays a default beep sound when an empty sound key is stored in the registry.</p>
<h2>RESOLUTION</h2>
<p><script type="text/javascript"> loadTOCNode(1, \'resolution\'); </script>To resolve this problem, use one of the following methods.</p>
<h3>Method 1: Change the system sound to a silent .wav file</h3>
<table border="0" cellpadding="0">
<tr>
<td><script type="text/javascript"> loadTOCNode(2, \'resolution\');   </script>1.</td>
<td>Click <strong>Start</strong>, type Sound   in the <strong>Start Search</strong> box, and then click <strong>Sound</strong>   in the <strong>Programs</strong> list.</td>
</tr>
<tr>
<td>2.</td>
<td>Click the <strong>Sounds</strong> tab.</td>
</tr>
<tr>
<td>3.</td>
<td>In the <strong>Program</strong> list, click <strong>Select</strong>.</td>
</tr>
<tr>
<td>4.</td>
<td>In the <strong>Sounds</strong> list, click to select a   silent .wav file, and then click <strong>OK</strong>. If you do not have a   silent .wav file, use the Sound Recorder application to record one. To do   this, follow these steps:</p>
<table border="0" cellpadding="0">
<tr>
<td>a.</td>
<td>Click <strong>Start</strong>, click <strong>All Programs</strong>,     click <strong>Accessories</strong>, and then click <strong>Sound Recorder</strong>.</td>
</tr>
<tr>
<td>b.</td>
<td>Click <strong>Start Recording</strong>.</td>
</tr>
<tr>
<td>c.</td>
<td>Click <strong>Stop Recording</strong>.</td>
</tr>
<tr>
<td>d.</td>
<td>Save the file to your computer.</td>
</tr>
</table>
</td>
</tr>
</table>
<h3>Method 2: Delete the .Current registry subkey</h3>
<p><script type="text/javascript"> loadTOCNode(2, \'resolution\'); </script><strong>Warning</strong> 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>
<table border="0" cellpadding="0">
<tr>
<td>1.</td>
<td>Click <strong>Start</strong>, type regedit   in the <strong>Start Search</strong> box, and then click <strong>regedit</strong>   in the <strong>Programs</strong> list.If you are prompted for an administrator password or for confirmation, type   the password, or click <strong>Continue</strong>.</td>
</tr>
<tr>
<td>2.</td>
<td>Locate the following registry subkey:HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\CCSelect\.Current</td>
</tr>
<tr>
<td>3.</td>
<td>Right-click <strong>.Current</strong>, and then click <strong>Delete</strong>.</td>
</tr>
<tr>
<td>4.</td>
<td>When you are prompted to delete this registry subkey,   click <strong>Yes</strong> to delete the subkey.</td>
</tr>
<tr>
<td>5.</td>
<td>Exit Registry Editor.</td>
</tr>
</table>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<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>
<p><o:p> </o:p></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-hear-a-beep-sound-when-you-change-the-selection-in-a-classic-style-listview-when-the-select-option-for-the-system-sound-is-set-to-none-in-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error : &#8220;Your current security settings prohibit running ActiveX controls on this page&#8221;</title>
		<link>http://ossmall.info/error-your-current-security-settings-prohibit-running-activex-controls-on-this-page/</link>
		<comments>http://ossmall.info/error-your-current-security-settings-prohibit-running-activex-controls-on-this-page/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 16:29:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Office Project 2007]]></category>

		<guid isPermaLink="false">http://ossmall.info/error-your-current-security-settings-prohibit-running-activex-controls-on-this-page/</guid>
		<description><![CDATA[When you start one of the products that are listed in the &#8220;Applies To&#8221; section, you receive an error message that resembles the following:
One or more ActiveX controls could not be displayed because either: 1) Your current security settings prohibit running ActiveX controls on this page, or 2) You have blocked a publisher of one [...]]]></description>
			<content:encoded><![CDATA[<p>When you start one of the products that are listed in the &#8220;Applies To&#8221; section, you receive an error message that resembles the following:</p>
<p><font color="#ff0000">One or more ActiveX controls could not be displayed because either: 1) Your current security settings prohibit running ActiveX controls on this page, or 2) You have blocked a publisher of one of the controls. As a result, the page may not display correctly.</font></p>
<p>When you click <strong>OK</strong> in the error message, you receive the same error message again. Later, if you try to open a new project file or an existing project file, you receive the same error message two times. Additionally, the project opens but cannot be seen.</p>
<h2>CAUSE</h2>
<p><script type="text/javascript"> loadTOCNode(1, \'cause\'); </script>This issue occurs if the following conditions are true:</p>
<table border="0" cellpadding="0">
<tr>
<td></td>
<td>The Project Guide is enabled.</td>
</tr>
<tr>
<td></td>
<td>Security settings for the Local Machine zone are   configured to prevent ActiveX content from running.</td>
</tr>
</table>
<p><strong>Note</strong> The security settings for the Local Machine zone control the browsing of local content in Windows Internet Explorer. The Project Guide is an Internet Explorer page that displays in Project.</p>
<h2>RESOLUTION</h2>
<p><script type="text/javascript"> loadTOCNode(1, \'resolution\'); </script><strong>Warning</strong> 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 your operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.</p>
<p>To resolve this issue, use one of the following methods.</p>
<h3>Method 1</h3>
<table border="0" cellpadding="0">
<tr>
<td><script type="text/javascript"> loadTOCNode(2, \'resolution\');   </script>1.</td>
<td>Click <strong>Start</strong>, click <strong>Run</strong>,   type <strong>regedit</strong>, and then click <strong>OK</strong>.</td>
</tr>
<tr>
<td>2.</td>
<td>Expand the following registry subkey:<strong>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet   Settings\Zones\0</strong></td>
</tr>
<tr>
<td>3.</td>
<td>In the right pane, right-click <strong>1200</strong>, and   then click <strong>Modify</strong>.</td>
</tr>
<tr>
<td>4.</td>
<td>In the <strong>Value data</strong> box, type either 1 or 0 to overwrite the   existing value of 3. Then, click <strong>OK</strong>.<strong>Note</strong> If you type 1 in the <strong>Value   data</strong> box, you will receive the following prompt when you start   Microsoft Project:</p>
<p>Do you want to allow software such as ActiveX controls and   plug-ins to run?</p>
<p>Additionally, you will receive this prompt at other times   when you use Microsoft Project. If you do not want to receive this prompt,   type 0 in the <strong>Value data</strong> box.</p>
<p>The values 0, 1, and 3 are associated with the following behavior:</p>
<table border="0" cellpadding="0">
<tr>
<td></td>
<td>0 = Enabled, or the action is permitted</td>
</tr>
<tr>
<td></td>
<td>1 = Prompt</td>
</tr>
<tr>
<td></td>
<td>3 = Disabled, or the action is not permitted</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>5.</td>
<td>Quit Registry Editor.</td>
</tr>
</table>
<p>If this issue still occurs after you perform this procedure, your administrator may have set a policy that prevents ActiveX content from running in the Local Machine zone. We recommend that you contact your administrator to configure the settings for the Local Machine zone.</p>
<h3>Method 2</h3>
<p><script type="text/javascript"> loadTOCNode(2, \'resolution\'); </script>Turn off the Project Guide. To do this, perform one of the following actions, depending on your version of Project:</p>
<table border="0" cellpadding="0">
<tr>
<td></td>
<td><strong>Project 2007</strong><br />
On the <strong>View</strong> menu, click <strong>Turn Off Project Guide</strong>.</td>
</tr>
<tr>
<td></td>
<td><strong>Project 2002 and 2003</strong><br />
On the <strong>Tools</strong> menu, click <strong>Options</strong>, click the   <strong>Interface</strong> tab, and then click to clear the <strong>Display   Project Guide</strong> check box. Then, click <strong>OK</strong>.</td>
</tr>
</table>
<hr align="center" size="2" width="100%" />
<h5>APPLIES TO</h5>
<table border="0" cellpadding="0">
<tr>
<td></td>
<td>Microsoft Office Project Professional 2007</td>
</tr>
<tr>
<td></td>
<td>Microsoft Office Project Standard 2007</td>
</tr>
<tr>
<td></td>
<td>Microsoft Office Project Professional 2003</td>
</tr>
<tr>
<td></td>
<td>Microsoft Office Project Standard 2003</td>
</tr>
<tr>
<td></td>
<td>Microsoft Project 2002 Professional Edition</td>
</tr>
<tr>
<td></td>
<td>Microsoft Project 2002 Standard Edition</td>
</tr>
</table>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<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>
<p><o:p> </o:p></p>
<p><a href="http://support.microsoft.com" target="_blank"></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/error-your-current-security-settings-prohibit-running-activex-controls-on-this-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some W32Time-related registry settings are not updated after you upgrade Windows XP Service Pack 2 to Windows Vista or to Windows Vista Service Pack 1</title>
		<link>http://ossmall.info/some-w32time-related-registry-settings-are-not-updated-after-you-upgrade-windows-xp-service-pack-2-to-windows-vista-or-to-windows-vista-service-pack-1/</link>
		<comments>http://ossmall.info/some-w32time-related-registry-settings-are-not-updated-after-you-upgrade-windows-xp-service-pack-2-to-windows-vista-or-to-windows-vista-service-pack-1/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 13:51:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<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/some-w32time-related-registry-settings-are-not-updated-after-you-upgrade-windows-xp-service-pack-2-to-windows-vista-or-to-windows-vista-service-pack-1/</guid>
		<description><![CDATA[Some W32Time-related registry settings are not updated after you upgrade Windows XP Service Pack 2 to Windows Vista or to Windows Vista Service Pack 1
View products that this article applies to.



Article ID
:
952660


Last Review
:
May 16, 2008


Revision
:
1.0




SYMPTOMS
You upgrade Windows XP Service Pack 2 (SP2) to Windows Vista		  or to Windows Vista Service Pack 1 (SP1). However, [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>Some W32Time-related registry settings are not updated after you upgrade Windows XP Service Pack 2 to Windows Vista or to Windows Vista Service Pack 1</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>952660</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>May 16, 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>You upgrade Windows XP Service Pack 2 (SP2) to Windows Vista		  or to Windows Vista Service Pack 1 (SP1). However, the following Windows Time		  Synchronization service (W32Time)-related registry settings are not updated to		  the default Windows Vista values.</p>
<p><b>Default registry settings in Windows XP</b><br />
<table cellspacing=1 class=table>
<tr>
<th>Registry location</th>
<th>Value name</th>
<th>Value type and data</th>
</tr>
<tr>
<td>HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet Services W32Time Config</td>
<td>LargePhaseOffset</td>
<td>dword:00138800				  (Decimal:1280000)</td>
</tr>
<tr>
<td>HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet Services W32Time Config</td>
<td>SpikeWatchPeriod</td>
<td>dword:0000005a				  (Decimal:90)</td>
</tr>
<tr>
<td>HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet Services W32Time TimeProviders NtpClient</td>
<td>EventLogFlags</td>
<td>dword:00000000				  (Decimal:0)</td>
</tr>
<tr>
<td>HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet Services W32Time TimeProviders NtpServer</td>
<td>Enabled</td>
<td>dword:00000001				  (Decimal:1)</td>
</tr>
</table>
<p><b>Default registry settings in Windows Vista</b><br />
<table cellspacing=1 class=table>
<tr>
<th>Registry location</th>
<th>Value name</th>
<th>Value type and data</th>
</tr>
<tr>
<td>HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet Services W32Time Config</td>
<td>LargePhaseOffset</td>
<td>dword:02faf080				  (Decimal:50000000)</td>
</tr>
<tr>
<td>HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet Services W32Time Config</td>
<td>SpikeWatchPeriod</td>
<td>dword:00000384				  (Decimal:900)</td>
</tr>
<tr>
<td>HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet Services W32Time TimeProviders NtpClient</td>
<td>EventLogFlags</td>
<td>dword:00000001				  (Decimal:1)</td>
</tr>
<tr>
<td>HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet Services W32Time TimeProviders NtpServer</td>
<td>Enabled</td>
<td>dword:00000000				  (Decimal:0)</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>WORKAROUND</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 manually change these settings to the default Windows		  Vista values, follow these steps:<br />
<table class=list ol>
<tr>
<td class=number>1.</td>
<td class=text>Click <strong class=uiterm>Start</strong>, type				<span class=userInput>regedit</span> in the <strong class=uiterm>Start Search</strong> box, and				then click <strong class=uiterm>regedit</strong> in the <strong class=uiterm>Programs</strong> list. 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>Locate and then click the following registry subkey:				<strong class=uiterm>HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet Services W32Time Config</strong></td>
</tr>
<tr>
<td class=number>3.</td>
<td class=text> Right-click <strong class=uiterm>LargePhaseOffset</strong>, and then				click <strong class=uiterm>Modify</strong>.</td>
</tr>
<tr>
<td class=number>4.</td>
<td class=text> In the <strong class=uiterm>Value data</strong> box, type				<span class=userInput>02faf080</span>, and then click <strong class=uiterm>OK</strong>.				</td>
</tr>
<tr>
<td class=number>5.</td>
<td class=text> Right-click <strong class=uiterm>SpikeWatchPeriod</strong>, and then				click <strong class=uiterm>Modify</strong>. </td>
</tr>
<tr>
<td class=number>6.</td>
<td class=text>In the <strong class=uiterm>Value data</strong> box, type				<span class=userInput>00000384</span>, and then click <strong class=uiterm>OK</strong>.				</td>
</tr>
<tr>
<td class=number>7.</td>
<td class=text>Locate and then click the following registry subkey:				<strong class=uiterm>HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet Services W32Time TimeProviders NtpClient</strong></td>
</tr>
<tr>
<td class=number>8.</td>
<td class=text>Right-click <strong class=uiterm>EventLogFlags</strong>, and then click				<strong class=uiterm>Modify</strong>.</td>
</tr>
<tr>
<td class=number>9.</td>
<td class=text> In the <strong class=uiterm>Value data</strong> box, type				<span class=userInput>1</span>, and then click <strong class=uiterm>OK</strong>. </td>
</tr>
<tr>
<td class=number>10.</td>
<td class=text>Locate and then click the following registry subkey:				<strong class=uiterm>HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet Services W32Time TimeProviders NtpServer</strong></td>
</tr>
<tr>
<td class=number>11.</td>
<td class=text> Right-click <strong class=uiterm>Enabled</strong>, and then click				<strong class=uiterm>Modify</strong>. </td>
</tr>
<tr>
<td class=number>12.</td>
<td class=text> In the <strong class=uiterm>Value data</strong> box, type				<span class=userInput>0</span>, and then click <strong class=uiterm>OK</strong>. </td>
</tr>
<tr>
<td class=number>13.</td>
<td class=text>Exit Registry Editor, and then restart the computer.				</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>
<table cellspacing=1 class=table>
<tr>
<th>Value name</th>
<th>Description</th>
</tr>
<tr>
<td>LargePhaseOffset</td>
<td>Specifies the time offset, in tenths				  of a microsecond (A tenth of a microsecond is equal				  to 10 to the power of -7). Times				  that are larger than or equal to this value are considered suspicious and possibly				  incorrect.</td>
</tr>
<tr>
<td>SpikeWatchPeriod</td>
<td>Specifies how long, in seconds, that				  a suspicious time offset must persist before it is accepted as correct.</td>
</tr>
<tr>
<td>EventLogFlags</td>
<td>Stores configuration data for the				  policy setting, <b>Configure Windows NTP Client</b>.</td>
</tr>
<tr>
<td>Enabled</td>
<td>Indicates whether the NtpServer				  provider is enabled in the current Time Service.</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, when used with:</td>
</tr>
<tr>
<td class=textSub colspan=2>
<table class=list>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Windows Vista Enterprise 64-bit Edition</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Windows Vista Home Basic 64-bit Edition</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Windows Vista Home Premium 64-bit Edition</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Windows Vista Ultimate 64-bit Edition</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Windows Vista Business</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Windows Vista Business 64-bit Edition</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Windows Vista Enterprise</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Windows Vista Home Basic</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Windows Vista Home Premium</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Windows Vista Starter</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Windows Vista Ultimate</td>
</tr>
</table>
</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 kbexpertisebeginner kbprb KB952660</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/some-w32time-related-registry-settings-are-not-updated-after-you-upgrade-windows-xp-service-pack-2-to-windows-vista-or-to-windows-vista-service-pack-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error message when you run the &#8220;sysprep /generalize&#8221; command on a Windows Vista-based computer: &#8220;A fatal error occurred while running sysprep&#8221;</title>
		<link>http://ossmall.info/error-message-when-you-run-the-sysprep-generalize-command-on-a-windows-vista-based-computer-a-fatal-error-occurred-while-running-sysprep/</link>
		<comments>http://ossmall.info/error-message-when-you-run-the-sysprep-generalize-command-on-a-windows-vista-based-computer-a-fatal-error-occurred-while-running-sysprep/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 13:38:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Vista Tips]]></category>

		<guid isPermaLink="false">http://ossmall.info/error-message-when-you-run-the-sysprep-generalize-command-on-a-windows-vista-based-computer-a-fatal-error-occurred-while-running-sysprep/</guid>
		<description><![CDATA[
When you run the sysprep /generalize command on a Windows Vista-based computer, you receive the following error message:
A fatal error occurred while running sysprep.
Additionally, an error message that resembles the following may be logged in the Setuperr.log file:
SYSPRP LaunchDll:Failure occurred while executing  &#8216;C:\Windows\system32\msdtcprx.dll,SysPrepDtcCleanup&#8217;, returned error code -2146434815[gle=0x000000b7]
This error message is logged if you change [...]]]></description>
			<content:encoded><![CDATA[<p class="section">
<p class="sbody">When you run the <strong>sysprep /generalize</strong> command on a Windows Vista-based computer, you receive the following error message:</p>
<p class="errormsg"><font color="#ff0000">A fatal error occurred while running sysprep.</font></p>
<p>Additionally, an error message that resembles the following may be logged in the Setuperr.log file:</p>
<p class="errormsg"><font color="#ff0000">SYSPRP LaunchDll:Failure occurred while executing  &#8216;C:\Windows\system32\msdtcprx.dll,SysPrepDtcCleanup&#8217;, returned error code -2146434815[gle=0x000000b7]</font></p>
<p>This error message is logged if you change the value of the  following registry entry to 7:</p>
<p class="indent">HKEY_LOCAL_MACHINE\SYSTEM\Setup\Status\SysprepStatus\GeneralizationState</p>
<p class="topOfPage"><a href="http://kbalertz.com/947466/Error-message-command-Windows-fatal-error-occurred-while-running.aspx#top"><br />
</a></p>
<h2 class="subTitle" id="tocHeadRef">CAUSE</h2>
<p class="sbody">This problem occurs because Microsoft Distributed Transaction Coordinator (MS DTC) is corrupted.</p>
<p class="topOfPage"><a href="http://kbalertz.com/947466/Error-message-command-Windows-fatal-error-occurred-while-running.aspx#top"><br />
</a></p>
<h2 class="subTitle" id="tocHeadRef">RESOLUTION</h2>
<p class="sbody"><strong>Important</strong> 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.</p>
<p class="sbody">To resolve this problem, reinstall MS DTC. To do this, follow these steps:</p>
<p class="sbody">
<table class="list ol">
<tr>
<td class="number">1.</td>
<td class="text">Click <strong class="uiterm">Start</strong>, type <span class="userInput">regedit</span> in the <strong class="uiterm">Start Search</strong> box, and then press ENTER.</p>
<p>If you are prompted for an administrator password or for a confirmation, type the password, or click <strong class="uiterm">Continue</strong>.</td>
</tr>
<tr>
<td class="number">2.</td>
<td class="text">Locate and then click the following registry subkey:</p>
<p class="indent"><strong class="uiterm">HKEY_LOCAL_MACHINE\SYSTEM\Setup\Status\SysprepStatus</strong></p>
</td>
</tr>
<tr>
<td class="number">3.</td>
<td class="text">Right-click the <strong class="uiterm">GeneralizationState</strong> registry entry, click <strong class="uiterm">Modify</strong>, type <span class="userInput">7</span> in the <strong class="uiterm">Value data</strong> box, and then click <strong class="uiterm">OK</strong>.</td>
</tr>
<tr>
<td class="number">4.</td>
<td class="text">Run the following command at a command prompt:</p>
<p class="indent"><strong>msdtc -uninstall</strong></p>
</td>
</tr>
<tr>
<td class="number">5.</td>
<td class="text">Run the following command at a command prompt:</p>
<p class="indent"><strong>msdtc -install</strong></p>
</td>
</tr>
</table>
<p class="topOfPage"><a href="http://kbalertz.com/947466/Error-message-command-Windows-fatal-error-occurred-while-running.aspx#top"><br />
</a></p>
<h2 class="subTitle" id="tocHeadRef">MORE INFORMATION</h2>
<p class="sbody">
<h3 id="tocHeadRef">Steps to reproduce the problem</h3>
<p>On 				a computer on which MS DTC is corrupted, run the following command at a command prompt:</p>
<p class="indent"><strong>sysprep /generalize</strong></p>
<p class="topOfPage"><a href="http://kbalertz.com/947466/Error-message-command-Windows-fatal-error-occurred-while-running.aspx#top"><br />
</a></p>
<hr />
<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 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 Ultimate</td>
</tr>
</table>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<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/error-message-when-you-run-the-sysprep-generalize-command-on-a-windows-vista-based-computer-a-fatal-error-occurred-while-running-sysprep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You receive an Event ID 4999 and an Event ID 5000 error message when you try to mount a database on a server that is running the cluster continuous replication feature in Exchange 2007</title>
		<link>http://ossmall.info/you-receive-an-event-id-4999-and-an-event-id-5000-error-message-when-you-try-to-mount-a-database-on-a-server-that-is-running-the-cluster-continuous-replication-feature-in-exchange-2007/</link>
		<comments>http://ossmall.info/you-receive-an-event-id-4999-and-an-event-id-5000-error-message-when-you-try-to-mount-a-database-on-a-server-that-is-running-the-cluster-continuous-replication-feature-in-exchange-2007/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 12:56:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Commerce Server 2007]]></category>
		<category><![CDATA[Microsoft Exchange Server]]></category>
		<category><![CDATA[Microsoft SQL Server]]></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-receive-an-event-id-4999-and-an-event-id-5000-error-message-when-you-try-to-mount-a-database-on-a-server-that-is-running-the-cluster-continuous-replication-feature-in-exchange-2007</guid>
		<description><![CDATA[
Article ID: 962220 &#8211; Last Review: January 20, 2009 &#8211; Revision: 1.0
You receive an Event ID 4999 and an Event ID 5000 error message when you try to mount a database on a server that is running the cluster continuous replication feature in Exchange 2007
View products that this article applies to.

Expand all &#124; Collapse all
SYMPTOMS


You [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a>
<div class=articleProperty>Article ID: 962220 &#8211; Last Review: January 20, 2009 &#8211; Revision: 1.0</div>
<p><strong class=title>You receive an Event ID 4999 and an Event ID 5000 error message when you try to mount a database on a server that is running the cluster continuous replication feature in Exchange 2007</strong>
<div class=appliesToLink><a href=#appliesto>View products that this article applies to.</a></div>
<div id=kb_section class=section>
<div id=kb_expandcollapseall class=expandcollapseall><a >Expand all</a> | <a >Collapse all</a></div>
<h2 class=subTitle id=tocHeadRef><span><a >SYMPTOMS</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>You try to mount a Storage Group database on a server that is running the cluster continuous replication (CCR) feature in Microsoft Exchange Server 2007. If the database is repaired or is restored from a backup in such a way that its state is Clean shutdown, the database is not mounted. Additionally, error messages that resemble the following are logged in the Application log:
<div class=kb_errormsgbody>
<div class=kb_errorcontent>
<div class=errormsg>Event Type:         Error<br />Event Source:     MSExchange Common<br />Event Category: General <br />Event ID:              4999<br />Date:                      <var>date</var><br />Time:                     <var>time</var><br />User:                      N/A<br />Computer:           <var>computer_name</var><br />Description:Watson report about to be sent to dw20.exe for process id: <var>process_id</var>, with parameters: E12, c-RTL-AMD64, 08.00.0685.020, mmc, mscorlib, M.E.C.R.C.ResourceHelper.GetResourceByGuid, System.ArgumentNullException, e187, 08.00.0685.024</p>
<p>Event Type:         Error<br />Event Source:     Microsoft Exchange Server<br />Event Category: None<br />Event ID:              5000<br />Date:                      <var>date</var><br />Time:                     <var>time</var><br />User:                      N/A<br />Computer:            <var>computer_name</var><br />Description:EventType e12, P1 c-rtl-amd64, P2 08.00.0685.020, P3 mmc, P4 mscorlib, P5 m.e.c.r.c.resourcehelper.getresourcebyguid, P6 system.argumentnullexception, P7 e187, P8 08.00.0685.024, P9 NIL, P10 NIL.</div>
</div>
</div>
<p><b>Note</b> This problem also occurs when you create a new Storage Group, and then you try to mount the new database.
<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 problem occurs if the private properties for the nonworking Storage Group are blank. For example, the values for the DatabaseGuid, StorageGroupGuid, and Network Name properties are blank.
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<h2 class=subTitle id=tocHeadRef><span><a >RESOLUTION</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>To resolve this problem, follow these steps:
<ol>
<li>Click <strong class=uiterm>Start</strong>, click <strong class=uiterm>Run</strong>, type <span class=userInput>cmd</span>, and then click <strong class=uiterm>OK</strong>.</li>
<li>At the command prompt, type the following command, and then press ENTER:
<div class=indent><span class=userInput>cluster res Storage Group/Database (Exchange_CMS_Name) /priv</span></div>
<p> For example, if Storage Group 4 is the nonworking Storage Group and if ExchangeCCR is the name of the clustered mailbox server (CMS), type the following command:
<div class=indent><span class=userInput>cluster res Storage Group 4/Database4 (ExchangeCCR) /priv</span></div>
<p><b>Note</b> This command  gives you information for the affected Storage Group. Note whether there is value information that is populated for the DatabaseGuid, StorageGroupGuid, and Network Name properties. </li>
<li>Compare the information for a working Storage Group with the information for the nonworking Storage Group.
<p>The following is sample information for a working Storage Group and for a nonworking Storage Group.</p>
<p><b>Working Storage Group</b>
<div class=indent>
<div class=kb_intextwrapper>
<div class=kb_intextbody>
<pre class=in_text>Listing private properties for 'Storage Group 10/Database10 (ExchangeCCR)': T  Resource                    Name                              Value-- --------------------------- --------------------------------- -----------------------S  Storage Group 10/Database10 (ExchangeCCR) DatabaseGuid         9c7d918b-8916-40c3-954f-2297ff7948faS  Storage Group 10/Database10 (ExchangeCCR) StorageGroupGuid     1b9333f7-5582-45c0-8b73-efc28a945604S  Storage Group 10/Database10 (ExchangeCCR) NetworkName          ExchangeCCRS  Storage Group 10/Database10 (ExchangeCCR) LatestOfflineTime    0S  Storage Group 10/Database10 (ExchangeCCR) LastMountedOnServer  Node Name</pre>
</div>
</div>
</div>
<p><b>Nonworking Storage Group</b>
<div class=indent>
<div class=kb_intextwrapper>
<div class=kb_intextbody>
<pre class=in_text>Listing private properties for 'Storage Group 4/Database4 (ExchangeCCR1)': T  Resource                  Name                            Value-- ------------------------- ------------------------------- -----------------------S  Storage Group 4/Database4 (ExchangeCCR1) DatabaseGuid                   S  Storage Group 4/Database4 (ExchangeCCR1) StorageGroupGuid               S  Storage Group 4/Database4 (ExchangeCCR1) NetworkName </pre>
</div>
</div>
</div>
<p><b>Note</b> In the nonworking Storage Group example, there is no value information for the DatabaseGuid, StorageGroupGuid, and NetworkName properties. If you try to mount the database of this nonworking Storage Group, the database is not mounted, and you receive the error messages that are mentioned in the Symptoms section. This problem may occur when you use the Cluster Administrator instead  the command shell to re-create instances multiple times.</li>
<li>Register the value information for the DatabaseGuid,  StorageGroupGuid, and  Network Name properties of the nonworking Storage Group. To do this, follow these steps:
<ol>
<li type=a>Click <strong class=uiterm>Start</strong>, click <strong class=uiterm>Run</strong>, type <span class=userInput>cmd</span>, and then click <strong class=uiterm>OK</strong>.</li>
<li type=a>At the command prompt, type the following command to register the value for the DatabaseGuid property, and then press ENTER:
<div class=indent><span class=userInput>cluster res Storage Group/Database (Exchange_CMS_Name) /priv Databaseguid=<var>guid</var></span></div>
<p> For example, assume that Storage Group 4 is the nonworking Storage Group,  ExchangeCCR is the name of the clustered mailbox server (CMS), and  the DatabaseGuid property value is 20e668c6-e4c6-4511-8c50-ca1f9805823c. In this scenario, type the following command:
<div class=indent><span class=userInput>cluster res Storage Group 4/Database4 (ExchangeCCR) /priv DatabaseGuid=20e668c6-e4c6-4511-8c50-ca1f9805823c</span></div>
</li>
<li type=a>At the command prompt, type the following command to register the value for the StorageGroupGuid property, and then press ENTER:
<div class=indent><span class=userInput>cluster res Storage Group/Database (Exchange_CMS_Name) /priv StorageGroupGuid=<var>guid</var></span></div>
<p> For example, assume that Storage Group 4 is the nonworking Storage Group, ExchangeCCR is the name of the clustered mailbox server (CMS), and the StorageGroupGuid property value is f0cc8edb-83a3-4397-8ba9-e52dfd4ed9aa. In this scenario, type the following command:
<div class=indent><span class=userInput>cluster res Storage Group 4/Database4 (ExchangeCCR) /priv StorageGroupGuid=f0cc8edb-83a3-4397-8ba9-e52dfd4ed9aa</span></div>
</li>
<li type=a>At the command prompt, type the following command to register the value for the Network Name property, and then press ENTER:
<div class=indent><span class=userInput>cluster res Storage Group/Database (Exchange_CMS_Name) /priv NetworkName=<var>value</var></span></div>
<p> For example, assume that Storage Group 4 is the nonworking Storage Group, ExchangeCCR is the name of the clustered mailbox server (CMS), and the NetworkName property value is ExchangeCCR. In this scenario, type the following command:
<div class=indent><span class=userInput>cluster res Storage Group 4/Database4 (ExchangeCCR) /priv NetworkName=ExchangeCCR</span></div>
</li>
<li type=a>At the command prompt, type <span class=userInput>exit</span>, and then press ENTER.</li>
</ol>
<p><b>Note</b> To determine the values for DatabaseGuid  and StorageGroupGuid properties, use the LDP GUI tool (LDP.exe).</li>
<li>Replicate the domain controllers. After the domain controllers are replicated, the previously nonworking Storage Group database can be mounted.</li>
</ol>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<h2 class=subTitle id=tocHeadRef><span><a >MORE INFORMATION</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>For more information about the cluster continuous replication (CCR) feature in Exchange Server 2007, visit the following Microsoft Web site:
<div class=indent><a href=http://technet.microsoft.com/en-us/library/bb124521.aspx>http://technet.microsoft.com/en-us/library/bb124521.aspx</a><span class=pLink>            (http://technet.microsoft.com/en-us/library/bb124521.aspx)        </span></div>
<p> For more information about the LDP GUI tool, visit the following Microsoft Web site:
<div class=indent><a href=http://technet.microsoft.com/en-us/library/cc772839.aspx>http://technet.microsoft.com/en-us/library/cc772839.aspx</a><span class=pLink>            (http://technet.microsoft.com/en-us/library/cc772839.aspx)        </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>
</div>
</div>
<div class=sbody norollup>
<div class=appliesTo>
<hr /><a id=appliesto></a><br />
<h5>APPLIES TO</h5>
<ul>
<li>Microsoft Exchange Server 2007 Enterprise Edition</li>
<li>Microsoft Exchange Server 2007 Standard Edition</li>
</ul>
</div>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
<div class=keywords>
<table>
<tr>
<td class=header>
<h5>Keywords:Ã‚Â                             </h5>
</td>
<td class=text>kberrmsg kbtshoot kbexpertiseinter kbsurveynew kbprb KB962220</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/you-receive-an-event-id-4999-and-an-event-id-5000-error-message-when-you-try-to-mount-a-database-on-a-server-that-is-running-the-cluster-continuous-replication-feature-in-exchange-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You cannot turn on an optional feature, install a Windows update, install a hotfix, or install a language pack on a Windows Vista-based computer</title>
		<link>http://ossmall.info/you-cannot-turn-on-an-optional-feature-install-a-windows-update-install-a-hotfix-or-install-a-language-pack-on-a-windows-vista-based-computer/</link>
		<comments>http://ossmall.info/you-cannot-turn-on-an-optional-feature-install-a-windows-update-install-a-hotfix-or-install-a-language-pack-on-a-windows-vista-based-computer/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 11:50:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<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-turn-on-an-optional-feature-install-a-windows-update-install-a-hotfix-or-install-a-language-pack-on-a-windows-vista-based-computer/</guid>
		<description><![CDATA[You cannot turn on an optional feature, install a Windows update, install a hotfix, or install a language pack on a Windows Vista-based computer
View products that this article applies to.



Article ID
:
934538


Last Review
:
October 31, 2007


Revision
:
1.2




On This Page



SYMPTOMS
Consider the following scenario. On a Windows Vista-based computer, you try to turn on an optional feature. Or, you try [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>You cannot turn on an optional feature, install a Windows update, install a hotfix, or install a language pack 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>934538</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>October 31, 2007</td>
</tr>
<tr>
<td>Revision</td>
<td>:</td>
<td>1.2</td>
</tr>
</table>
</div>
<div class=toc id=tocDiv>
<h5>On This Page</h5>
</div>
<p><noscript></noscript>
<div class=section>
<h2 class=subTitle id=tocHeadRef>SYMPTOMS</h2>
<div class=sbody>Consider the following scenario. On a Windows Vista-based computer, you try to turn on an optional feature. Or, you try to install a Windows update, a hotfix, or a language pack.   However, the process is interrupted because of a power failure  or because the computer stops responding. After the interruption, you experience one or more of the following symptoms:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>You cannot turn on an optional feature, install a Windows update, install a hotfix, or install a language pack.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>If you click to select the <strong class=uiterm>Turn Windows Features on or off</strong> check box in the <strong class=uiterm>Programs and Features</strong> item in Control Panel, the <strong class=uiterm>Software Explorer</strong> list is empty.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The Windows Vista Language Pack Setup tool (LPKSetup.exe)    indicates that no additional language packs can be installed until you restart the computer.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>When you run the Windows Optional Component Setup tool (OCSetup.exe), you receive the following  error code:
<div class=errormsg>65535 (Unexpected)</div>
</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The System File Checker tool reports that there is a repair pending. This tool also reports that a restart is required.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The computer does not start.</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 problem occurs when one of the processes that the Symptoms section describes is not completed successfully. This prevents other optional features from being turned on. This also prevents Windows updates, hotfixes, and language packs from being installed.
<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, follow these steps:<br />
<table class=list ol>
<tr>
<td class=number>1.</td>
<td class=text>Restart the computer. Typically, when the computer restarts, Windows Vista tries to detect the problem. Then, Windows Vista  tries to complete the installation of the component. Or, Windows Vista tries to roll back to the system state that existed before the component was installed.  If this step is successful, go to step 4. If this step is not successful, go to step 2.</td>
</tr>
<tr>
<td class=number>2.</td>
<td class=text>Use the Startup Repair tool.For more information about how to use the Startup Repair tool, see the Startup Repair: frequently asked questions Help topic in Windows Vista. To do this, visit the following Microsoft Web site:
<div class=indent><span class=ll><a href=http://windowshelp.microsoft.com/Windows/en-US/Help/5c59f8c1-b0d1-4f1a-af55-74f3922f3f351033.mspx>http://windowshelp.microsoft.com/Windows/en-US/Help/5c59f8c1-b0d1-4f1a-af55-74f3922f3f351033.mspx</a></span><span class=pLink> (http://windowshelp.microsoft.com/Windows/en-US/Help/5c59f8c1-b0d1-4f1a-af55-74f3922f3f351033.mspx)</span></div>
<p> If this step is successful, go to step 4. If this step is not successful, go to step 3. </td>
</tr>
<tr>
<td class=number>3.</td>
<td class=text>Use the System Repair tool to restore the computer to an earlier, valid restore point. For more information about how to use the System Restore tool 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=936212>936212</a><span class=pLink> (/Feedback.aspx?kbNumber=936212/)</span> How to repair the operating system and how to restore the operating system configuration to an earlier point in time in Windows Vista</div>
</td>
</tr>
<tr>
<td class=number>4.</td>
<td class=text>Start Windows Update, and then install one update. By doing this, you confirm that Windows Update is working as expected. You also clear any temporary Setup files from previous installations. Temporary Setup files may have caused this issue to occur. To start Windows Update and install one update, follow these steps:<br />
<table class=list al>
<tr>
<td class=number>a. </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>, point to <strong class=uiterm>All Programs</strong>, and then click <strong class=uiterm>Windows Update</strong>.</td>
</tr>
<tr>
<td class=number>b. </td>
<td class=text>Click to clear the check boxes for all the updates except one. Leave one check box selected.</td>
</tr>
<tr>
<td class=number>c. </td>
<td class=text>Click <strong class=uiterm>Install Updates</strong>.</td>
</tr>
<tr>
<td class=number>d. </td>
<td class=text>When the update is installed, restart the computer.</td>
</tr>
</table>
</td>
</tr>
</table>
<p>If you cannot start the computer after you follow these steps, search the Microsoft Knowledge Base for more information. Or, if you experience symptoms that differ from those that are described in the Symptoms section after you follow these steps, search the Microsoft Knowledge Base for more information. To search the Microsoft  Knowledge Base, visit the following Microsoft Web site:
<div class=indent><a href=http://support.microsoft.com>http://support.microsoft.com</a><span class=pLink> (http://support.microsoft.com/)</span></div>
<p>Then, type the text of the error message that you receive, or type a description of the problem in the Search field.
<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>Methods that you can use to verify that the problem is resolved</h3>
<p> After Windows Vista consistently restarts without any errors, you can use one of the following methods to verify that the problem is resolved. </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>
<h3 id=tocHeadRef>Method 1: Try to turn on optional feature</h3>
<p> To turn on optional feature in Windows Vista, 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>programs and features</span> in the <strong class=uiterm>Start Search</strong> box, and then press ENTER.</td>
</tr>
<tr>
<td class=number>2.</td>
<td class=text>Click <strong class=uiterm>Turn Windows features on or off</strong>.  </td>
</tr>
<tr>
<td class=number>3.</td>
<td class=text><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>Allow</strong>.</td>
</tr>
<tr>
<td class=number>4.</td>
<td class=text>Click to select the check box next to the feature, and then click <strong class=uiterm>OK</strong>. </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>Method 2: Try to install an update or a hotfix</h3>
<p> To install a Windows update or a hotfix, visit the following Microsoft Web site:
<div class=indent><a href=http://update.microsoft.com>http://update.microsoft.com</a><span class=pLink> (http://update.microsoft.com)</span></div>
<p> This site will install all the updates and hotfixes that are required by Windows Vista. This includes the update or the hotfix that was being installed when the interruption occurred.<br />
<h4 id=tocHeadRef>Method 3: Try to install a Windows Vista language pack</h4>
<p>To install a Windows Vista language pack, 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>Regional and Language Options </span> in the <strong class=uiterm>Start Search</strong> box, and then press ENTER.</td>
</tr>
<tr>
<td class=number>2.</td>
<td class=text>Click the <strong class=uiterm>Keyboards and Languages</strong> tab.</td>
</tr>
<tr>
<td class=number>3.</td>
<td class=text>Under <strong class=uiterm>Display Language</strong>, click <strong class=uiterm>Install/uninstall languages</strong>, and then follow the instructions on the screen. </td>
</tr>
<tr>
<td class=number>4.</td>
<td class=text><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>
</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 Ultimate</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>
</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>kberrmsg kbtshoot kbsetup kbprb kbuninstall kbexpertiseadvanced kbexpertiseinter kbinstallation KB934538</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-turn-on-an-optional-feature-install-a-windows-update-install-a-hotfix-or-install-a-language-pack-on-a-windows-vista-based-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The logon screen is not available after you remove a second monitor when Windows Vista is asleep or in hibernation</title>
		<link>http://ossmall.info/the-logon-screen-is-not-available-after-you-remove-a-second-monitor-when-windows-vista-is-asleep-or-in-hibernation/</link>
		<comments>http://ossmall.info/the-logon-screen-is-not-available-after-you-remove-a-second-monitor-when-windows-vista-is-asleep-or-in-hibernation/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 11:50:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<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-logon-screen-is-not-available-after-you-remove-a-second-monitor-when-windows-vista-is-asleep-or-in-hibernation/</guid>
		<description><![CDATA[The logon screen is not available after you remove a second monitor when Windows Vista is asleep or in hibernation
View products that this article applies to.



Article ID
:
932339


Last Review
:
September 7, 2007


Revision
:
2.0




SYMPTOMS
Consider the following scenarios:


â€¢
 An additional monitor is connected to a Windows Vista-based desktop computer. The additional monitor is designated as the primary display (the main [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>The logon screen is not available after you remove a second monitor when Windows Vista is asleep or in hibernation</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>932339</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>September 7, 2007</td>
</tr>
<tr>
<td>Revision</td>
<td>:</td>
<td>2.0</td>
</tr>
</table>
</div>
<div class=section>
<h2 class=subTitle id=tocHeadRef>SYMPTOMS</h2>
<div class=sbody>Consider the following scenarios:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text> An additional monitor is connected to a Windows Vista-based desktop computer. The additional monitor is designated as the primary display (the main monitor). The computer goes into hibernation or goes to sleep. This additional monitor  is disconnected. The computer resumes from sleep or from hibernation.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text> An external monitor is connected to a portable Windows Vista-based computer. The additional monitor is designated as the primary display (the main monitor). The built-in screen is designated as the secondary display. The computer goes into hibernation or goes to sleep. This external monitor is disconnected. The computer resumes from sleep or from hibernation.</td>
</tr>
</table>
<p>In these scenarios, you cannot see the logon screen. Therefore, you cannot log on to the computer.
<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 primary monitor is removed from the computer when the operating system is inactive. The logon screen ordinarily appears on the primary monitor. Therefore, the logon screen is not viewable.
<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, install the hotfix that is described in Microsoft Knowledge Base article 939805. 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=939805>939805</a><span class=pLink> (/Feedback.aspx?kbNumber=939805/)</span>  The logon screen is not available after you remove a second monitor when Windows Vista is asleep or in hibernation</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>To work around this issue, the following methods in the order that they are presented:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Press CTRL+ALT+DEL, type your password, and then press ENTER. Windows Vista sets the current monitor as the primary monitor, and the display appears. </td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>If the previous method does not work, type your password, and then press ENTER. Do not press CTRL+ALT+DEL first. Windows Vista sets the current monitor as the primary monitor, and the display appears. </td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>If the previous methods do not work, reconnect the second monitor, and then log on. Turn off the computer, disconnect the monitor, and then start the computer. Windows Vista sets the current monitor as the primary monitor, and the display appears. </td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Use this method if the previous methods do not work and a second monitor is not available. Turn off the computer, and then restart the computer. In some cases, you may have to press and hold the power button for 5 seconds or longer to turn off the computer. Start the computer. Windows Vista sets the current monitor as the primary monitor, and the display appears. </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>We do not recommend that you remove devices from the computer while the computer is asleep or is in hibernation. Instead, remove devices when the computer is off or is in a fully running state.</p>
<p>For more information about how to set up multiple monitors, visit the following Microsoft Web page:
<div class=indent><span class=ll><a href=http://windowshelp.microsoft.com/Windows/en-US/Help/90b6964d-2673-40e5-9fdf-6edad3916af31033.mspx>http://windowshelp.microsoft.com/Windows/en-US/Help/90b6964d-2673-40e5-9fdf-6edad3916af31033.mspx</a></span><span class=pLink> (http://windowshelp.microsoft.com/Windows/en-US/Help/90b6964d-2673-40e5-9fdf-6edad3916af31033.mspx)</span></div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
</div>
<div class=appliesTo>
<hr /><a id=appliesto></a><br />
<h5>APPLIES TO</h5>
<table class=list>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista 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 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 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 Ultimate 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Premium 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Basic 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Enterprise 64-bit Edition</td>
</tr>
</table>
</div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<div class=keywords>
<table>
<tr>
<td class=header>
<h5>Keywords:Â </h5>
</td>
<td class=text>kbtshoot kbprb kbexpertiseinter KB932339</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-logon-screen-is-not-available-after-you-remove-a-second-monitor-when-windows-vista-is-asleep-or-in-hibernation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You cannot access a locked Sony USB hard disk drive in Windows Vista</title>
		<link>http://ossmall.info/you-cannot-access-a-locked-sony-usb-hard-disk-drive-in-windows-vista-1/</link>
		<comments>http://ossmall.info/you-cannot-access-a-locked-sony-usb-hard-disk-drive-in-windows-vista-1/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 11:49:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Office Access]]></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-access-a-locked-sony-usb-hard-disk-drive-in-windows-vista-1/</guid>
		<description><![CDATA[You cannot access a locked Sony USB hard disk drive in Windows Vista
View products that this article applies to.



Article ID
:
929705


Last Review
:
March 15, 2007


Revision
:
1.2




SYMPTOMS
Windows Vista does not recognize a locked Sony USB hard disk drive. Therfore, you cannot access the drive.
Back to the top

CAUSE
This problem occurs because the USB device sends an incorrect status code to [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>You cannot access a locked Sony USB hard disk drive in 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>929705</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>March 15, 2007</td>
</tr>
<tr>
<td>Revision</td>
<td>:</td>
<td>1.2</td>
</tr>
</table>
</div>
<div class=section>
<h2 class=subTitle id=tocHeadRef>SYMPTOMS</h2>
<div class=sbody>Windows Vista does not recognize a locked Sony USB hard disk drive. Therfore, you cannot access the drive.
<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 the USB device sends an incorrect status code to Windows Vista. Also, the device sends no additional sense code information before the device is unlocked. Therefore, Windows Vista does not recognize the device.
<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, contact Sony to obtain an approved Windows Vista firmware upgrade.</p>
<p>For information about how to contact Sony, click the appropriate article number in the following list to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=65416>65416</a><span class=pLink> (/Feedback.aspx?kbNumber=65416/)</span>   Hardware and software vendor contact information, A-K</p>
<p><a class=KBlink href=/Feedback.aspx?kbNumber=60781>60781</a><span class=pLink> (/Feedback.aspx?kbNumber=60781/)</span>   Hardware and software vendor contact information, L-P</p>
<p><a class=KBlink href=/Feedback.aspx?kbNumber=60782>60782</a><span class=pLink> (/Feedback.aspx?kbNumber=60782/)</span>   Hardware and software vendor contact information, Q-Z</div>
<p>Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact 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>WORKAROUND</h2>
<div class=sbody>To work around this problem, unlock the Sony USB hard disk drive before you try to access it.
<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.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>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>kbdriver kbtshoot kbexpertisebeginner kbprb KB929705</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-access-a-locked-sony-usb-hard-disk-drive-in-windows-vista-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Easy Transfer does not migrate some desktop settings from a 32-bit version of Windows Vista to a 64-bit version of Windows Vista</title>
		<link>http://ossmall.info/windows-easy-transfer-does-not-migrate-some-desktop-settings-from-a-32-bit-version-of-windows-vista-to-a-64-bit-version-of-windows-vista-1/</link>
		<comments>http://ossmall.info/windows-easy-transfer-does-not-migrate-some-desktop-settings-from-a-32-bit-version-of-windows-vista-to-a-64-bit-version-of-windows-vista-1/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 11:49:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<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-easy-transfer-does-not-migrate-some-desktop-settings-from-a-32-bit-version-of-windows-vista-to-a-64-bit-version-of-windows-vista-1/</guid>
		<description><![CDATA[Windows Easy Transfer does not migrate  some desktop settings from a 32-bit version of Windows Vista to a 64-bit version of Windows Vista
View products that this article applies to.



Article ID
:
929459


Last Review
:
March 15, 2007


Revision
:
1.2




INTRODUCTION
This article describes the settings that are not migrated  when you use  the Windows Easy Transfer tool to migrate  [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>Windows Easy Transfer does not migrate  some desktop settings from a 32-bit version of Windows Vista to a 64-bit version of 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>929459</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>March 15, 2007</td>
</tr>
<tr>
<td>Revision</td>
<td>:</td>
<td>1.2</td>
</tr>
</table>
</div>
<div class=section>
<h2 class=subTitle id=tocHeadRef>INTRODUCTION</h2>
<div class=sbody>This article describes the settings that are not migrated  when you use  the Windows Easy Transfer tool to migrate  files and settings from a computer that is running a 32-bit version of Windows Vista to a computer that is running a 64-bit version of Windows Vista. </div>
<h2 class=subTitle id=tocHeadRef>MORE INFORMATION</h2>
<div class=sbody>When you use the Windows Easy Transfer tool  to migrate  files and settings to a computer that is running a 64-bit version of Windows Vista, the following  desktop settings are not migrated:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The wallpaper</p>
<p>This includes the default Windows Vista wallpaper together with custom wallpaper images. </td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Taskbar settings</p>
<p>This includes the selections for the following options:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The <strong class=uiterm>Auto-hide the taskbar</strong> check box</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The  <strong class=uiterm>Keep the taskbar on top of other windows</strong> check box     </td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The <strong class=uiterm>Show Quick Launch</strong> check box</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The <strong class=uiterm>Show window previews (thumbnails)</strong> check box</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The Windows Aero color scheme</p>
<p>This setting is not migrated even if the destination computer  supports  Windows Aero settings. </td>
</tr>
</table>
</div>
</div>
<div class=appliesTo>
<hr /><a id=appliesto></a><br />
<h5>APPLIES TO</h5>
<table class=list>
<tr>
<td class=bullet>â€¢</td>
<td class=text>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 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>
<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 Starter</td>
</tr>
</table>
</div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<div class=keywords>
<table>
<tr>
<td class=header>
<h5>Keywords:Â </h5>
</td>
<td class=text>kbdeployment kbenv kbhowto kbinfo kbexpertisebeginner KB929459</td>
</tr>
</table>
</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-easy-transfer-does-not-migrate-some-desktop-settings-from-a-32-bit-version-of-windows-vista-to-a-64-bit-version-of-windows-vista-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error message when you perform an unattended installation of some East Asian language versions of Windows Vista: Setup could not set display language</title>
		<link>http://ossmall.info/error-message-when-you-perform-an-unattended-installation-of-some-east-asian-language-versions-of-windows-vista-setup-could-not-set-display-language/</link>
		<comments>http://ossmall.info/error-message-when-you-perform-an-unattended-installation-of-some-east-asian-language-versions-of-windows-vista-setup-could-not-set-display-language/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 01:46:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<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/error-message-when-you-perform-an-unattended-installation-of-some-east-asian-language-versions-of-windows-vista-setup-could-not-set-display-language/</guid>
		<description><![CDATA[Error message when you perform an unattended installation of some East Asian language versions of Windows Vista: Setup could not set display language
View products that this article applies to.



Article ID
:
949609


Last Review
:
March 19, 2008


Revision
:
1.1




SYMPTOMS
When you perform an unattended installation of East Asian		  language versions of Windows Vista, the installation is not successful. Additionally, you		  [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>Error message when you perform an unattended installation of some East Asian language versions of Windows Vista: Setup could not set display language</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>949609</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>March 19, 2008</td>
</tr>
<tr>
<td>Revision</td>
<td>:</td>
<td>1.1</td>
</tr>
</table>
</div>
<div class=section>
<h2 class=subTitle id=tocHeadRef>SYMPTOMS</h2>
<div class=sbody>When you perform an unattended installation of East Asian		  language versions of Windows Vista, the installation is not successful. Additionally, you		  receive the following error message:
<div class=errormsg>Setup could not		  set display language</div>
<p><b>Note</b> This problem has been verified in the Japanese, Chinese (Taiwan),		  and Chinese (PRC) versions of Windows Vista. The problem does not occur in the		  Korean version of Windows Vista.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<div class=sbody>This problem occurs if the <b>SetupUILanguage</b> element is not specified in the Unattend.xml file.
<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, configure the <b>SetupUILanguage</b>		  element in the Unattend.xml file.</p>
<p>The following XML output shows how		  you can  configure the Windows Setup UI language to display Chinese (PRC):
<div class=indent>
<pre class=in_text>&lt;SetupUILanguage&gt;       &lt;UILanguage&gt;zh-cn&lt;/UILanguage&gt;&lt;/SetupUILanguage&gt;</pre>
</div>
<p><b>Note</b> The Windows OEM Preinstallation Kit (OPK) documentation will be		  updated in Windows Vista Service Pack 1 (SP1) to indicate that this setting is		  mandatory.
<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 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 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>
<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 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>kbexpertiseinter kbtshoot kbprb KB949609</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/error-message-when-you-perform-an-unattended-installation-of-some-east-asian-language-versions-of-windows-vista-setup-could-not-set-display-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vista Customize the Start menu</title>
		<link>http://ossmall.info/vista-customize-the-start-menu/</link>
		<comments>http://ossmall.info/vista-customize-the-start-menu/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 14:12:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Visual Help]]></category>

		<guid isPermaLink="false">http://ossmall.info/vista-customize-the-start-menu/</guid>
		<description><![CDATA[Organizing the Start menu can make it easier to find your favorite programs and folders.


Note Some   of the following steps do not apply if you&#8217;re using the Classic Start menu.






To pin a program icon to the Start menu



If you use a program regularly, you can create a shortcut to it by pinning the [...]]]></description>
			<content:encoded><![CDATA[<p>Organizing the Start menu can make it easier to find your favorite programs and folders.</p>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><strong>Note</strong> Some   of the following steps do not apply if you&#8217;re using the Classic Start menu.</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td nowrap="nowrap" valign="top"><!--[if gte vml 1]>                                                                                          <![endif]--><img src="file:///C:/DOCUME%7E1/marius/LOCALS%7E1/Temp/msohtml1/01/clip_image001.gif" v:shapes="_x0000_i1025" border="0" height="9" width="9" /></td>
<td tabindex="0" onkeypress="this.parentElement.click();" valign="top"><a title="E1" name="E1"></a></p>
<h3><a href="http://windowshelp.microsoft.com/Windows/en-US/help/c45acd5d-98b5-4245-8ce6-1f7bba6547671033.mspx#E1">To pin a program icon to the Start menu</a></h3>
</td>
</tr>
<tr>
<td valign="top">If you use a program regularly, you can create a shortcut to it by pinning the program icon to the Start menu. Pinned program icons     appear on the left side of the Start menu, above the horizontal line.</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<table border="0" cellpadding="0">
<tr>
<td>Right-click the program icon you want to pin to the     Start menu, and then click <strong>Pin to Start Menu</strong>.</td>
</tr>
<tr>
<td colspan="2">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">Notes</p>
<ul type="disc">
<li>To unpin a program            icon, right-click it, and then click <strong>Unpin from Start Menu</strong>.</li>
<li>To change the            order of a pinned item, drag the program icon to a new position            in the list.</li>
</ul>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td nowrap="nowrap" valign="top"><!--[if gte vml 1]>       <![endif]--><img src="file:///C:/DOCUME%7E1/marius/LOCALS%7E1/Temp/msohtml1/01/clip_image001.gif" v:shapes="_x0000_i1027" border="0" height="9" width="9" /></td>
<td tabindex="0" onkeypress="this.parentElement.click();" valign="top"><a title="EOC" name="EOC"></a></p>
<h3>To remove a program icon from the Start menu</h3>
</td>
</tr>
<tr>
<td colspan="2" valign="top">Removing a program icon from the Start menu doesn&#8217;t remove it from the     All Programs list or uninstall the program.</td>
</tr>
<tr>
<td>1.</td>
<td valign="top" width="100%">Click the <strong>Start</strong> button <!--[if gte vml 1]>           <![endif]--><img src="file:///C:/DOCUME%7E1/marius/LOCALS%7E1/Temp/msohtml1/01/clip_image003.gif" alt="Picture of the Start button" title="Picture of the Start button" v:shapes="_x0000_i1028" border="0" height="15" width="15" />.</td>
</tr>
<tr>
<td>2.</td>
<td valign="top" width="100%">Right-click the program icon you want to remove from     the Start menu, and then click <strong>Remove from this list</strong>.</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td nowrap="nowrap" valign="top"><!--[if gte vml 1]>       <![endif]--><img src="file:///C:/DOCUME%7E1/marius/LOCALS%7E1/Temp/msohtml1/01/clip_image001.gif" v:shapes="_x0000_i1029" border="0" height="9" width="9" /></td>
<td tabindex="0" onkeypress="this.parentElement.click();" valign="top"><a title="EED" name="EED"></a></p>
<h3>To move the Start button</h3>
</td>
</tr>
<tr>
<td colspan="2" valign="top">The Start button <!--[if gte vml 1]>           <![endif]--><img src="file:///C:/DOCUME%7E1/marius/LOCALS%7E1/Temp/msohtml1/01/clip_image003.gif" alt="Picture of the Start button" title="Picture of the Start button" v:shapes="_x0000_i1030" border="0" height="15" width="15" />is located on the taskbar. Although you can&#8217;t remove the Start     button from the taskbar, you can move the taskbar-and the Start button     along with it.</td>
</tr>
<tr>
<td>1.</td>
<td valign="top" width="100%">Right-click an empty space on the taskbar. If <strong>Lock     the Taskbar</strong> has a check mark beside it, click it to remove the check     mark.</td>
</tr>
<tr>
<td>2.</td>
<td valign="top" width="100%">Click an empty space on the taskbar, and then hold     down the mouse button as you drag the taskbar to one of the four edges of the     desktop. When the taskbar is where you want it, release the mouse button.</td>
</tr>
<tr>
<td colspan="2">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">NoteTo lock the taskbar into place, right-click an empty       space on the taskbar, and then click <strong>Lock the Taskbar</strong> so that the       check mark reappears.</td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td nowrap="nowrap" valign="top"><!--[if gte vml 1]>       <![endif]--><img src="file:///C:/DOCUME%7E1/marius/LOCALS%7E1/Temp/msohtml1/01/clip_image001.gif" v:shapes="_x0000_i1031" border="0" height="9" width="9" /></td>
<td tabindex="0" onkeypress="this.parentElement.click();" valign="top"><a title="EPE" name="EPE"></a></p>
<h3>To clear recent items from the Start menu</h3>
</td>
</tr>
<tr>
<td colspan="2" valign="top">Clearing the Recent Items list does not delete the items from your     computer.</td>
</tr>
<tr>
<td>1.</td>
<td valign="top" width="100%">Click the <strong>Start</strong> button <!--[if gte vml 1]>           <![endif]--><img src="file:///C:/DOCUME%7E1/marius/LOCALS%7E1/Temp/msohtml1/01/clip_image003.gif" alt="Picture of the Start button" title="Picture of the Start button" v:shapes="_x0000_i1032" border="0" height="15" width="15" />.</td>
</tr>
<tr>
<td>2.</td>
<td valign="top" width="100%">Right-click <strong>Recent Items</strong>, and then click <strong>Clear     Recent Items List</strong>.</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td nowrap="nowrap" valign="top"><!--[if gte vml 1]>       <![endif]--><img src="file:///C:/DOCUME%7E1/marius/LOCALS%7E1/Temp/msohtml1/01/clip_image001.gif" v:shapes="_x0000_i1033" border="0" height="9" width="9" /></td>
<td tabindex="0" onkeypress="this.parentElement.click();" valign="top"><a title="EHF" name="EHF"></a></p>
<h3>To adjust the number of shortcuts for frequently   used programs</h3>
</td>
</tr>
<tr>
<td colspan="2" valign="top">Windows displays shortcuts on the Start menu for the programs you use     most frequently. You can change the number of program shortcuts displayed.</td>
</tr>
<tr>
<td>1.</td>
<td valign="top" width="100%">Open Taskbar and Start Menu Properties by clicking     the <strong>Start</strong> button <!--[if gte vml 1]>           <![endif]--><img src="file:///C:/DOCUME%7E1/marius/LOCALS%7E1/Temp/msohtml1/01/clip_image003.gif" alt="Picture of the Start button" title="Picture of the Start button" v:shapes="_x0000_i1034" border="0" height="15" width="15" />, clicking <strong>Control     Panel</strong>, clicking <strong>Appearance and Personalization</strong>, and then     clicking <strong>Taskbar and Start Menu</strong>.</td>
</tr>
<tr>
<td>2.</td>
<td valign="top" width="100%">Click the <strong>Start Menu</strong> tab, and then click <strong>Customize</strong>.</td>
</tr>
<tr>
<td>3.</td>
<td valign="top" width="100%">In the <strong>Customize Start Menu</strong> dialog box, in     the <strong>Number of recent programs to display</strong> box, enter the number of     programs you want to display on the Start menu, and then click <strong>OK</strong>.</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td nowrap="nowrap" valign="top"><!--[if gte vml 1]>       <![endif]--><img src="file:///C:/DOCUME%7E1/marius/LOCALS%7E1/Temp/msohtml1/01/clip_image001.gif" v:shapes="_x0000_i1035" border="0" height="9" width="9" /></td>
<td tabindex="0" onkeypress="this.parentElement.click();" valign="top"><a title="EWG" name="EWG"></a></p>
<h3>To customize the right pane of the Start menu</h3>
</td>
</tr>
<tr>
<td colspan="2" valign="top">You can add or remove items, such as Computer, Control Panel, and     Pictures, that appear on the right side of the Start menu. You can also     change some items so that they appear as links or menus.</td>
</tr>
<tr>
<td>1.</td>
<td valign="top" width="100%">Open Taskbar and Start Menu Properties by clicking     the <strong>Start</strong> button <!--[if gte vml 1]>           <![endif]--><img src="file:///C:/DOCUME%7E1/marius/LOCALS%7E1/Temp/msohtml1/01/clip_image003.gif" alt="Picture of the Start button" title="Picture of the Start button" v:shapes="_x0000_i1036" border="0" height="15" width="15" />, clicking <strong>Control     Panel</strong>, clicking <strong>Appearance and Personalization</strong>, and then clicking     <strong>Taskbar and Start Menu</strong>.</td>
</tr>
<tr>
<td>2.</td>
<td valign="top" width="100%">Click the <strong>Start Menu</strong> tab, and then click <strong>Customize</strong>.</td>
</tr>
<tr>
<td>3.</td>
<td valign="top" width="100%">In the <strong>Customize Start Menu</strong> dialog box,     select the options in the list that you want, and then click <strong>OK</strong>.</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td nowrap="nowrap" valign="top"><!--[if gte vml 1]>       <![endif]--><img src="file:///C:/DOCUME%7E1/marius/LOCALS%7E1/Temp/msohtml1/01/clip_image001.gif" v:shapes="_x0000_i1037" border="0" height="9" width="9" /></td>
<td tabindex="0" onkeypress="this.parentElement.click();" valign="top"><a title="ECAAC" name="ECAAC"></a></p>
<h3>To restore Start menu default settings</h3>
</td>
</tr>
<tr>
<td colspan="2" valign="top">You can restore the Start menu to its original, default settings.</td>
</tr>
<tr>
<td>1.</td>
<td valign="top" width="100%">Open Taskbar and Start Menu Properties by clicking     the <strong>Start</strong> button <!--[if gte vml 1]>           <![endif]--><img src="file:///C:/DOCUME%7E1/marius/LOCALS%7E1/Temp/msohtml1/01/clip_image003.gif" alt="Picture of the Start button" title="Picture of the Start button" v:shapes="_x0000_i1038" border="0" height="15" width="15" />, clicking <strong>Control     Panel</strong>, clicking <strong>Appearance and Personalization</strong>, and then     clicking <strong>Taskbar and Start Menu</strong>.</td>
</tr>
<tr>
<td>2.</td>
<td valign="top" width="100%">Click the <strong>Start Menu</strong> tab, and then click <strong>Customize</strong>.</td>
</tr>
<tr>
<td>3.</td>
<td valign="top" width="100%">In the <strong>Customize Start Menu</strong> dialog box, click     <strong>Use Default Settings</strong>, and then click <strong>OK</strong>.</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td nowrap="nowrap" valign="top"><!--[if gte vml 1]>       <![endif]--><img src="file:///C:/DOCUME%7E1/marius/LOCALS%7E1/Temp/msohtml1/01/clip_image001.gif" v:shapes="_x0000_i1039" border="0" height="9" width="9" /></td>
<td tabindex="0" onkeypress="this.parentElement.click();" valign="top"><a title="EXBAC" name="EXBAC"></a></p>
<h3>To search for programs from the Start menu</h3>
</td>
</tr>
<tr>
<td></td>
<td>Click the <strong>Start</strong> button <!--[if gte vml 1]>           <![endif]--><img src="file:///C:/DOCUME%7E1/marius/LOCALS%7E1/Temp/msohtml1/01/clip_image003.gif" alt="Picture of the Start button" title="Picture of the Start button" v:shapes="_x0000_i1040" border="0" height="15" width="15" />, and then type a word     or phrase in the <strong>Search</strong> box.</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td nowrap="nowrap" valign="top"><!--[if gte vml 1]>       <![endif]--><img src="file:///C:/DOCUME%7E1/marius/LOCALS%7E1/Temp/msohtml1/01/clip_image001.gif" v:shapes="_x0000_i1041" border="0" height="9" width="9" /></td>
<td tabindex="0" onkeypress="this.parentElement.click();" valign="top"><a title="EICAC" name="EICAC"></a></p>
<h3>To add the Run command to the Start menu</h3>
</td>
</tr>
<tr>
<td>1.</td>
<td valign="top" width="100%">Open Taskbar and Start Menu Properties by clicking     the <strong>Start</strong> button <!--[if gte vml 1]>           <![endif]--><img src="file:///C:/DOCUME%7E1/marius/LOCALS%7E1/Temp/msohtml1/01/clip_image003.gif" alt="Picture of the Start button" title="Picture of the Start button" v:shapes="_x0000_i1042" border="0" height="15" width="15" />, clicking <strong>Control     Panel</strong>, clicking <strong>Appearance and Personalization</strong>, and then clicking     <strong>Taskbar and Start Menu</strong>.</td>
</tr>
<tr>
<td>2.</td>
<td valign="top" width="100%">Click the <strong>Start Menu</strong> tab, and then click <strong>Customize</strong>.</td>
</tr>
<tr>
<td>3.</td>
<td valign="top" width="100%">In the <strong>Customize Start Menu</strong> dialog box,     scroll through the list of options to find the <strong>Run command </strong>check     box, select it, and then click <strong>OK</strong>.</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/vista-customize-the-start-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Description of the Excel 2007 hotfix package: April 29, 2008</title>
		<link>http://ossmall.info/description-of-the-excel-2007-hotfix-package-april-29-2008/</link>
		<comments>http://ossmall.info/description-of-the-excel-2007-hotfix-package-april-29-2008/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 13:51:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Office Excel]]></category>

		<guid isPermaLink="false">http://ossmall.info/description-of-the-excel-2007-hotfix-package-april-29-2008/</guid>
		<description><![CDATA[Description of the Excel 2007 hotfix package: April 29, 2008
View products that this article applies to.



Article ID
:
951996


Last Review
:
May 16, 2008


Revision
:
1.0




On This Page



SUMMARY
This article describes the Microsoft Office Excel 2007 issues that are fixed in the hotfix package that is dated April 29, 2008.
This article describes the following items about the hotfix package:


â€¢
The issues that the [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>Description of the Excel 2007 hotfix package: April 29, 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>951996</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>May 16, 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>SUMMARY</h2>
<div class=sbody>This article describes the Microsoft Office Excel 2007 issues that are fixed in the hotfix package that is dated April 29, 2008.
<div class=indent>This article describes the following items about the hotfix package:</div>
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The issues that the hotfix package fixes.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The prerequisites for installing the hotfix package.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Whether you must restart the computer after you install the hotfix package.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Whether the hotfix package is replaced by any other hotfix package.</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 package 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 package 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>When you open a shared Excel 2007 workbook in multiple Excel 2007 instances, the records in the workbook may lose data integrity.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>You export a spreadsheet from a SharePoint site that does not have a root site. Then, you open the spreadsheet in Excel 2007, and you try to synchronize the list that is in the spreadsheet. However, you receive the following error message:
<div class=errormsg>A connection to the SharePoint site cannot be established. To synchronize or refresh your list, you must be able to connect to the SharePoint site.</div>
</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 Excel 2007, you open a workbook that has a link to another workbook. For example, <var>workbook A</var> contains a link to <var>workbook B</var>.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>You click the link in <var>workbook A</var> to open <var>workbook B</var>.</td>
</tr>
</table>
<p>In this scenario, when you try to save <var>workbook A</var>, Excel 2007 crashes.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>On a client computer, the default path for saving the files is set to the path of a network share instead of the path of the My Documents folder. In Excel 2007, when you try to save a workbook in the PDF (.pdf) format or in the XPS Document (.xps) format, the default path for saving the workbook is unexpectedly changed to the path of the My Documents folder. However, if you try to save the workbook in other formats, the default path is the path of the network share expectedly.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>In Excel 2007, when you run a macro that sets the Application.ScreenUpdating property to False before the macro calls the ActiveWindow.SelectedSheets.PrintPreview, the <strong class=uiterm>Print Preview</strong> tab will be missing.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>In Excel 2007, you publish a workbook in the PDF format or in the XPS Document format. Then, when you use Microsoft Visual Basic for Applications (VBA) code to select a worksheet in the workbook, Excel 2007 crashes.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>In Excel 2007, you try to use the <b>ExportAsFixedFormat</b> method to publish a protected chart in a  workbook to either the PDF format or in the XPS format. Then, you receive the following error message:
<div class=errormsg>Run-time error &#8216;1004&#8242;; Application defined or object defined error is shown and No PDF is created</div>
<p>However, you can use the <b>ExportAsFixedFormat</b> method to publish a non-protected chart in the workbook to either the PDF format or to the XPS Document format.</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>To apply this hotfix package, you must have Excel 2007 installed.<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 does not replace any other hotfixes.<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.</p>
<p>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.</p>
<p>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-kb951996-fullfile-x86-glb.exe</td>
<td>12.0.6300.5000</td>
<td>20,598,544</td>
<td>25-Apr-2008</td>
<td>15:42</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>Excel.msp</td>
<td>Not Applicable</td>
<td>11,931,648</td>
<td>25-Apr-2008</td>
<td>20:16</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Xlconv.msp</td>
<td>Not Applicable</td>
<td>11,759,616</td>
<td>25-Apr-2008</td>
<td>20:16</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>Contents of the Excel.msp file</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>Excel.exe</td>
<td>12.0.6313.5000</td>
<td>17,929,752</td>
<td>25-Apr-2008</td>
<td>09:10</td>
<td>x86</td>
</tr>
<tr>
<td>Excel.man</td>
<td>Not Applicable</td>
<td>791</td>
<td>22-Apr-2008</td>
<td>13:09</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Excel.pip</td>
<td>Not Applicable</td>
<td>1,656</td>
<td>07-Dec-2007</td>
<td>11:26</td>
<td>Not Applicable</td>
</tr>
<tr>
<td>Xlcall32.dll</td>
<td>12.0.6300.5000</td>
<td>13,368</td>
<td>07-Dec-2007</td>
<td>12:59</td>
<td>x86</td>
</tr>
</table>
<h5 id=tocHeadRef>Contents of the Xlconv.msp file</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>Excelcnv.exe</td>
<td>12.0.6313.5000</td>
<td>14,712,344</td>
<td>25-Apr-2008</td>
<td>09:02</td>
<td>x86</td>
</tr>
</table>
<p><b>Note</b>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 Excel 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>kbhotfixrollup kbfix kbhotfixserver kbqfe kbexpertiseinter KB951996</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-excel-2007-hotfix-package-april-29-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Folders may have to be excluded from antivirus scanning when you use a file-level antivirus program in Windows SharePoint Services 3.0 or in SharePoint Server 2007</title>
		<link>http://ossmall.info/folders-may-have-to-be-excluded-from-antivirus-scanning-when-you-use-a-file-level-antivirus-program-in-windows-sharepoint-services-30-or-in-sharepoint-server-2007/</link>
		<comments>http://ossmall.info/folders-may-have-to-be-excluded-from-antivirus-scanning-when-you-use-a-file-level-antivirus-program-in-windows-sharepoint-services-30-or-in-sharepoint-server-2007/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 13:51:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Commerce Server 2007]]></category>
		<category><![CDATA[MS Office SharePoint]]></category>
		<category><![CDATA[Microsoft Exchange Server]]></category>
		<category><![CDATA[Microsoft SQL Server]]></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/folders-may-have-to-be-excluded-from-antivirus-scanning-when-you-use-a-file-level-antivirus-program-in-windows-sharepoint-services-30-or-in-sharepoint-server-2007/</guid>
		<description><![CDATA[Folders may have to be excluded from antivirus scanning when you use a file-level antivirus program in Windows SharePoint Services 3.0 or in SharePoint Server 2007
View products that this article applies to.



Article ID
:
952167


Last Review
:
May 19, 2008


Revision
:
2.0




On This Page



INTRODUCTION
This article includes information about folders that may have to be excluded from antivirus scanning in Microsoft Windows [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>Folders may have to be excluded from antivirus scanning when you use a file-level antivirus program in Windows SharePoint Services 3.0 or in SharePoint Server 2007</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>952167</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>May 19, 2008</td>
</tr>
<tr>
<td>Revision</td>
<td>:</td>
<td>2.0</td>
</tr>
</table>
</div>
<div class=toc id=tocDiv>
<h5>On This Page</h5>
</div>
<p><noscript></noscript>
<div class=section>
<h2 class=subTitle id=tocHeadRef>INTRODUCTION</h2>
<div class=sbody>This article includes information about folders that may have to be excluded from antivirus scanning in Microsoft Windows SharePoint Services 3.0  and in Microsoft Office SharePoint Server 2007. These folders may have to be excluded from antivirus scanning when you use a file-level antivirus program in Windows SharePoint Services 3.0 or in SharePoint Server 2007. If these folders are not excluded, you may see many unexpected behaviors. For example, you may receive access denied error messages when files are uploaded.
<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>When you use certain file-level antivirus software programs in Windows SharePoint Service 3.0 or in SharePoint Server 2007, it is important to exclude certain folders from being scanned.  If you do not exclude these folders, you may experience many unexpected issues. These issues could include service interruption.</p>
<p>This article contains information about the folders that may have to be excluded from antivirus scanning.
<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>Folders that may have to be excluded from antivirus scanning for Windows SharePoint Services 3.0</h3>
<p> You may have to configure the antivirus software to exclude the following folders and subfolders from antivirus scanning.</p>
<p><b>Note</b> The <var>Drive</var> placeholder represents the drive letter in which you have installed Windows SharePoint Services 3.0 or SharePoint Server 2007.Typically, this drive letter is C.<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text><var>Drive</var>: Program Files Common Files Microsoft Shared Web Service Extensions</p>
<p>	If you do not want to exclude the whole Web Services Extensions folder from antivirus scanning, you can exclude only the following two folders:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text><var>Drive</var>: Program Files Common Files Microsoft Shared Web Server Extensions 12 Logs</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text><var>Drive</var>: Program Files Common Files Microsoft Shared Web Server Extensions 12 Data Applications</p>
<p><b>Note</b> The  Applications  folder must be excluded only if the computer is running the Windows SharePoint Services Search service.  If the folder that contains the index file is located in some other location, you must also exclude that folder.</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text><var>Drive</var>: Windows Microsoft.NET Framework v2.0.50727 Temporary ASP.NET Files</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text><var>Drive</var>: Documents and Settings All Users Application Data Microsoft SharePoint Config</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text><var>Drive</var>: Windows Temp WebTempDir</p>
<p><b>Note</b> The  WebTempDir  folder is a replacement for the FrontPageTempDir folder.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text><var>Drive</var>: WINDOWS system32 LogFiles </p>
<p><b>Note</b> If you use a specific account for SharePoint services or application pools identities, you may also have to exclude the  following folders:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text><var>Drive</var>: Documents and Settings &lt;ServiceAccount&gt; Local Settings Application Data</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text><var>Drive</var>: Documents and Settings &lt;ServiceAccount&gt; Local Settings Temp </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>
<h3 id=tocHeadRef>Folders that may have to be excluded from antivirus scanning for SharePoint Server 2007</h3>
<p> You may have to configure the antivirus software to exclude the <var>Drive</var>: Program Files Microsoft Office Servers folder from antivirus scanning for SharePoint Server 2007. If you do not want to exclude the whole Microsoft Office Server folder from antivirus scanning, you can exclude only the following folders:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text><var>Drive</var>: Program Files Microsoft Office Servers 12.0 Data.  (This folder is used for the indexing process.)</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text><var>Drive</var>: Program Files Microsoft Office Servers 12.0 Logs</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text><var>Drive</var>: Program Files Office SharePoint Server Bin</td>
</tr>
</table>
<p><b>Note</b> When you install SharePoint Server 2007 or when you apply a hotfix to an existing installation of SharePoint Server 2007, you may have to disable the real-time option of the antivirus program. Or, you may have to exclude the  <var>Drive</var>: Windows Temp  folder from antivirus scanning if it is required.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>REFERENCES</h2>
<div class=sbody>For more information about error messages that may occur when antivirus software scans occur in SharePoint Portal Server 2001 and in SharePoint Portal Server 2003, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=320111>320111</a><span class=pLink> (/Feedback.aspx?kbNumber=320111/)</span> Random errors may occur when antivirus software scans Microsoft Web Storage System in SharePoint Portal Server 2001 and in SharePoint Portal Server 2003</div>
<p>For more information, click the following article numbers to view the articles in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=910449>910449</a><span class=pLink> (/Feedback.aspx?kbNumber=910449/)</span> Troubleshooting common permissions and security-related issues in ASP.NET</div>
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=813833>813833</a><span class=pLink> (/Feedback.aspx?kbNumber=813833/)</span> PRB: Access Denied error messages when you do not put strong-named assemblies in the global assembly cache</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 SharePoint Server 2007</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Microsoft Windows SharePoint Services 3.0</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 kbhowto kbinfo KB952167</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/folders-may-have-to-be-excluded-from-antivirus-scanning-when-you-use-a-file-level-antivirus-program-in-windows-sharepoint-services-30-or-in-sharepoint-server-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When you send e-mail from Outlook to a non-SMTP address, you receive a non-delivery report message if your organization includes Exchange Server 2007</title>
		<link>http://ossmall.info/when-you-send-e-mail-from-outlook-to-a-non-smtp-address-you-receive-a-non-delivery-report-message-if-your-organization-includes-exchange-server-2007/</link>
		<comments>http://ossmall.info/when-you-send-e-mail-from-outlook-to-a-non-smtp-address-you-receive-a-non-delivery-report-message-if-your-organization-includes-exchange-server-2007/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 12:56:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Commerce Server 2007]]></category>
		<category><![CDATA[MS Office Outlook]]></category>
		<category><![CDATA[Microsoft Exchange Server]]></category>
		<category><![CDATA[Microsoft SQL Server]]></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-send-e-mail-from-outlook-to-a-non-smtp-address-you-receive-a-non-delivery-report-message-if-your-organization-includes-exchange-server-2007</guid>
		<description><![CDATA[
Article ID: 959956 &#8211; Last Review: December 19, 2008 &#8211; Revision: 1.0
When you send e-mail from Outlook to a non-SMTP address, you receive a non-delivery report message if your organization includes Exchange Server 2007  
View products that this article applies to.

Expand all &#124; Collapse all
SYMPTOMS


 You are running a Microsoft Exchange Server environment that [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a>
<div class=articleProperty>Article ID: 959956 &#8211; Last Review: December 19, 2008 &#8211; Revision: 1.0</div>
<p><strong class=title>When you send e-mail from Outlook to a non-SMTP address, you receive a non-delivery report message if your organization includes Exchange Server 2007  </strong>
<div class=appliesToLink><a href=#appliesto>View products that this article applies to.</a></div>
<div id=kb_section class=section>
<div id=kb_expandcollapseall class=expandcollapseall><a >Expand all</a> | <a >Collapse all</a></div>
<h2 class=subTitle id=tocHeadRef><span><a >SYMPTOMS</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody> You are running a Microsoft Exchange Server environment that includes  Exchange Server 2007. You are using Microsoft Office Outlook 2007 or Microsoft Office Outlook 2003 in cached mode on a client computer. You send an e-mail message from Outlook on the client computer to a non-Simple Mail Transfer Protocol (SMTP) address. For example, you address the e-mail message to an address, such as FAX. In this scenario, you receive a non-deliverable report (NDR) message that resembles the following message:
<div class=message>None of your e-mail accounts could send to this recipient.<br />Address a FAX or SMS in the following way (one-off address):<br />[SMS:0171020225]<br />[FAX:0171020225] </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 >CAUSE</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>This problem can occur in several circumstances. Outlook  generates an NDR message  when one of the following conditions is true:
<ul>
<li>If you do not have an SMTP connector that includes the required address space type.</li>
<li>If you have an address space that is scoped to the whole Exchange organization in a custom connector, and the custom connector is configured on a computer that is running Exchange 2000 Server or an Exchange Server 2003.</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 >RESOLUTION</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>To resolve this problem, follow these steps:
<ol>
<li>Create a new Send connector on the Exchange Server 2007 computer. Make sure that this connector includes the required custom address space type and that the connector points to a smart host. For more information about how to create a Send connector in Exchange Server 2007, visit the following Microsoft Web site:
<div class=indent><a href=http://technet.microsoft.com/en-us/library/aa998814.aspx>http://technet.microsoft.com/en-us/library/aa998814.aspx</a><span class=pLink>            (http://technet.microsoft.com/en-us/library/aa998814.aspx)        </span></div>
</li>
<li>Restart the Microsoft Exchange Information Store service in the Services snap-in. This updates the registry entry on the client.</li>
<li>Restart Outlook.</li>
<li>Send e-mail to the custom address.</li>
</ol>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
<div class=sbody>Outlook 2007 and Outlook 2003 maintain a list of allowed address types in the registry. Outlook hands over messages that are addressed to an allowed address type to Exchange Server for further processing. When messages are addressed to an address type that is not included in the allowed list, Outlook does not reference Exchange Server but immediately returns an NDR message.</p>
<p>This list in the registry is refreshed every time that Outlook starts a MAPI session in cached mode. This list is stored in the 01026687 registry entry under the following registry subkey:
<div class=indent>HKEY_CURRENT_USER Software Microsoft Windows NT CurrentVersion Windows Messaging Subsystem Profiles &lt;Outlook Profile&gt; 13dbb0c8aa05101a9bb000aa002fc45a</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 >MORE INFORMATION</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>For more information about address spaces and connector scope, visit the following Microsoft Web site, and see the Address Spaces and Connector Scope section:
<div class=indent><a href=http://technet.microsoft.com/en-us/library/aa998662.aspx>http://technet.microsoft.com/en-us/library/aa998662.aspx</a><span class=pLink>            (http://technet.microsoft.com/en-us/library/aa998662.aspx)        </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>
</div>
</div>
<div class=sbody norollup>
<div class=appliesTo>
<hr /><a id=appliesto></a><br />
<h5>APPLIES TO</h5>
<ul>
<li>Microsoft Exchange Server 2007 Enterprise Edition</li>
<li>Microsoft Exchange Server 2007 Standard Edition</li>
</ul>
</div>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
<div class=keywords>
<table>
<tr>
<td class=header>
<h5>Keywords:Ã‚Â                             </h5>
</td>
<td class=text>kbnamespace kbemail kbexpertiseadvanced kbprb kbtshoot kbsurveynew KB959956</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/when-you-send-e-mail-from-outlook-to-a-non-smtp-address-you-receive-a-non-delivery-report-message-if-your-organization-includes-exchange-server-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A long delay occurs when you try to open a network share by entering a path in the Run box on a Windows Vista-based or Windows Server 2008-based computer</title>
		<link>http://ossmall.info/a-long-delay-occurs-when-you-try-to-open-a-network-share-by-entering-a-path-in-the-run-box-on-a-windows-vista-based-or-windows-server-2008-based-computer/</link>
		<comments>http://ossmall.info/a-long-delay-occurs-when-you-try-to-open-a-network-share-by-entering-a-path-in-the-run-box-on-a-windows-vista-based-or-windows-server-2008-based-computer/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 12:56:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Commerce Server 2007]]></category>
		<category><![CDATA[Microsoft Exchange Server]]></category>
		<category><![CDATA[Microsoft SQL Server]]></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-long-delay-occurs-when-you-try-to-open-a-network-share-by-entering-a-path-in-the-run-box-on-a-windows-vista-based-or-windows-server-2008-based-computer</guid>
		<description><![CDATA[
Article ID: 958970 &#8211; Last Review: January 7, 2009 &#8211; Revision: 1.0
A long delay occurs when you try to open a network share by entering a path in the Run box on a Windows Vista-based or Windows Server 2008-based computer



Hotfix Download AvailableView and request hotfix downloads



View products that this article applies to.

On This Page




Expand all [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a>
<div class=articleProperty>Article ID: 958970 &#8211; Last Review: January 7, 2009 &#8211; Revision: 1.0</div>
<p><strong class=title>A long delay occurs when you try to open a network share by entering a path in the Run box on a Windows Vista-based or Windows Server 2008-based computer</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>On a Windows Vista-based or Windows Server 2008-based computer, you try to access a network share by typing the path of the share in the <strong class=uiterm>Run</strong> box.  However, it may take more than 10 seconds for the network share to open in Windows Explorer.</p>
<p>For example, in the <strong class=uiterm>Run</strong> box, you type the universal naming convention (UNC) path of the share, such as   <var>ServerName</var> <var>ShareName</var>. When you do this, it takes the Windows Explorer more than 10 seconds to open the share.</p>
<p>This issue occurs if the firewall of the server on which the share resides blocks traffic on port 80.
<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 Shell32.dll applies the file  name extension detection logic to the path that you type.</p>
<p>After you enter the share name in the <strong class=uiterm>Run</strong> box, an additional period (.) is appended to the server name. This behavior results in requests for the path   <var>ServerName</var> .*. Because this path is an invalid network path for the server message block (SMB), the WebClient service tries to connect to the server through TCP port 80. If the firewall is enabled on the server, and the TCP port 80 is blocked, no response is sent by the server. Therefore, the client waits for the time out to expire. This  results in a delay of 10 to 20 seconds.
<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>Shell32.dll</td>
<td>6.0.6001.22333</td>
<td>11,584,000</td>
<td>18-Dec-2008</td>
<td>20:44</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>Shell32.dll</td>
<td>6.0.6001.22333</td>
<td>12,899,840</td>
<td>18-Dec-2008</td>
<td>21:10</td>
<td>x64</td>
</tr>
<tr>
<td>Shell32.dll</td>
<td>6.0.6001.22333</td>
<td>11,584,000</td>
<td>18-Dec-2008</td>
<td>20:44</td>
<td>x86</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>Shell32.dll</td>
<td>6.0.6001.22333</td>
<td>19,081,728</td>
<td>18-Dec-2008</td>
<td>20:52</td>
<td>IA-64</td>
</tr>
<tr>
<td>Shell32.dll</td>
<td>6.0.6001.22333</td>
<td>11,584,000</td>
<td>18-Dec-2008</td>
<td>20:44</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 >WORKAROUND</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>To work around this issue, disable the WebClient service on your Vista computer. Or, open port 80 on the file server firewall.
<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, 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 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>
<td><b>File name</b></td>
<td>Package_for_kb958970_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,367</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>19-Dec-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>01:32</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb958970_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>19-Dec-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>01:32</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb958970_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,421</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>19-Dec-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>01:32</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb958970_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>19-Dec-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>01:32</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb958970_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>19-Dec-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>01:32</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb958970_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>19-Dec-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>01:32</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb958970_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>19-Dec-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>01:32</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb958970_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,429</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>19-Dec-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>01:32</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>X86_d11cd1ff34804bb4445f44cd2f88da2e_31bf3856ad364e35_6.0.6001.22333_none_07ba0850b2f44c3c.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>695</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>19-Dec-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>01:32</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>X86_microsoft-windows-shell32_31bf3856ad364e35_6.0.6001.22333_none_6c955c8f2b2f27af.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>904,299</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>18-Dec-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>21:06</td>
</tr>
<tr>
<td></td>
</tr>
</table>
</div>
</div>
<h4 id=tocHeadRef>Additional files for all supported x64-based versions of Windows Server 2008 and Windows Vista</h4>
<div class=kb_outertablewrapper kb_outertablewrapper_closed>
<div class=kb_tabletop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this table</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this table</span></div>
<div class=kb_tablewrapper>
<table cellspacing=1 class=table>
<tr>
<td><b>File name</b></td>
<td>Amd64_195e891b305cca13940e4093608d40d7_31bf3856ad364e35_6.0.6001.22333_none_5437b182ebf027c7.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>699</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>19-Dec-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>01:32</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Amd64_fcdc6923cb0a25d0b9aadd6e91d24971_31bf3856ad364e35_6.0.6001.22333_none_10db6a34ff936fa9.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>19-Dec-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>01:32</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Amd64_microsoft-windows-shell32_31bf3856ad364e35_6.0.6001.22333_none_c8b3f812e38c98e5.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>906,231</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>18-Dec-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>21:30</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb958970_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,375</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>19-Dec-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>01:32</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb958970_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>19-Dec-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>01:32</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb958970_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,429</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>19-Dec-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>01:32</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb958970_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>19-Dec-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>01:32</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb958970_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>19-Dec-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>01:32</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb958970_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>19-Dec-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>01:32</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb958970_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>19-Dec-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>01:32</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb958970_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,437</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>19-Dec-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>01:32</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Wow64_microsoft-windows-shell32_31bf3856ad364e35_6.0.6001.22333_none_d308a26517ed5ae0.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>899,202</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>18-Dec-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>20:58</td>
</tr>
<tr>
<td></td>
</tr>
</table>
</div>
</div>
<h4 id=tocHeadRef>Additional files 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>
<td><b>File name</b></td>
<td>Ia64_8154f8113ecd3018f4356ebf24766af3_31bf3856ad364e35_6.0.6001.22333_none_d7b1640beccf7adc.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>1,038</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>19-Dec-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>01:32</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Ia64_f5fbee28dd746d45c44a5e87730aacd4_31bf3856ad364e35_6.0.6001.22333_none_91edf2e648316e5a.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>697</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>19-Dec-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>01:32</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Ia64_microsoft-windows-shell32_31bf3856ad364e35_6.0.6001.22333_none_6c9700852b2d30ab.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>906,144</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>18-Dec-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>21:10</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb958970_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>19-Dec-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>01:32</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb958970_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>19-Dec-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>01:32</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb958970_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>19-Dec-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>01:32</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb958970_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>19-Dec-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>01:32</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb958970_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>19-Dec-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>01:32</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Package_for_kb958970_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>19-Dec-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>01:32</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td><b>File name</b></td>
<td>Wow64_microsoft-windows-shell32_31bf3856ad364e35_6.0.6001.22333_none_d308a26517ed5ae0.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>899,202</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>18-Dec-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>20:58</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 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>kbexpertiseinter kbautohotfix kbfix kbsurveynew kbqfe kbhotfixserver KB958970</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-long-delay-occurs-when-you-try-to-open-a-network-share-by-entering-a-path-in-the-run-box-on-a-windows-vista-based-or-windows-server-2008-based-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In a Word 2007 document, the hyperlink that should link to a UNC path resolves to the mapped local drive unexpectedly</title>
		<link>http://ossmall.info/in-a-word-2007-document-the-hyperlink-that-should-link-to-a-unc-path-resolves-to-the-mapped-local-drive-unexpectedly/</link>
		<comments>http://ossmall.info/in-a-word-2007-document-the-hyperlink-that-should-link-to-a-unc-path-resolves-to-the-mapped-local-drive-unexpectedly/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 12:56:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple Products]]></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[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/in-a-word-2007-document-the-hyperlink-that-should-link-to-a-unc-path-resolves-to-the-mapped-local-drive-unexpectedly</guid>
		<description><![CDATA[
Article ID: 967538 &#8211; Last Review: March 4, 2009 &#8211; Revision: 1.0
In a Word 2007 document, the hyperlink that should link to a UNC path resolves to the mapped local drive unexpectedly
View products that this article applies to.

Expand all &#124; Collapse all
SYMPTOMS


Consider the following scenario:

You map a local drive to a UNC path to share [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a>
<div class=articleProperty>Article ID: 967538 &#8211; Last Review: March 4, 2009 &#8211; Revision: 1.0</div>
<p><strong class=title>In a Word 2007 document, the hyperlink that should link to a UNC path resolves to the mapped local drive unexpectedly</strong>
<div class=appliesToLink><a href=#appliesto>View products that this article applies to.</a></div>
<div id=kb_section class=section>
<div id=kb_expandcollapseall class=expandcollapseall><a >Expand all</a> | <a >Collapse all</a></div>
<h2 class=subTitle id=tocHeadRef><span><a >SYMPTOMS</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody>Consider the following scenario:
<ul>
<li>You map a local drive to a UNC path to share the files on the local drive with other users.</li>
<li>In a Microsoft Office Word 2007 document, you insert a hyperlink that links to a file on the mapped local drive.
<p><b>Note</b> The hyperlink resolves to file:/// <var>&lt;UNC path&gt;</var> <var>&lt;file name&gt;</var> as expected.</li>
</ul>
<p>In this scenario, after you save and then reopen the document, the hyperlink resolves to file:/// <var>&lt;local drive letter&gt;</var>:  <var>&lt;file name&gt;</var> unexpectedly.</p>
<p>When this problem occurs, it is impossible for this file to be shared with other users if they do not map the same local drive to the same UNC path.</p></div>
<h2 class=subTitle id=tocHeadRef><span><a >RESOLUTION</a></span>
<div class=sectionpreview_closed></div>
</h2>
<div class=sbody><b>Important</b> This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=322756>322756</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=322756/                        )        </span> How to back up and restore the registry in Windows</div>
<p>To resolve this problem, install the Word 2007 hotfix package that is dated February 24, 2009. Then, set the SaveAbsolutePath4MappedDrive registry entry to enable the hotfix. To do this, follow these steps:
<ol>
<li>Install the Word 2007 hotfix package that is dated February 24, 2009.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=962872>962872</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=962872/                        )        </span> Description of the Word 2007 hotfix package (Word.msp, Wordconv.msp): February 24, 2009</div>
</li>
<li>Set the SaveAbsolutePath4MappedDrive registry entry. To do this, follow these steps:
<ol>
<li type=a>Start Registry Editor.
<ul>
<li>In Windows Vista, click Start
<div class=kb_outergraphicwrapper kb_outergraphicwrapper_closed>
<div class=kb_graphictop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this image</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this image</span></div>
<div class=kb_graphicwrapper><img class=graphic src=http://support.microsoft.com/library/images/support/kbgraphics/Public/EN-US/VistaStartButton.jpg alt=the Start button title=the Start button></div>
</div>
<p>, type <span class=userInput>regedit</span> in the <strong class=uiterm>Start Search</strong> box, and then press ENTER.</p>
<div class=kb_outergraphicwrapper kb_outergraphicwrapper_closed>
<div class=kb_graphictop><span class=kb_collapsetext_close><span class=kb_collapsetext_background></span>Collapse this image</span><span class=kb_expandtext><span class=kb_expandtext_background></span>Expand this image</span></div>
<div class=kb_graphicwrapper><img class=graphic src=http://support.microsoft.com/library/images/support/kbgraphics/Public/EN-US/SecurityShield.jpg alt=User Account Control title=User Account Control></div>
</div>
<p>If you are prompted for an administrator password or for confirmation, type the password, or provide confirmation.  </li>
<li>In Windows XP, click <strong class=uiterm>Start</strong>, click <strong class=uiterm>Run</strong>, type <span class=userInput>regedit</span> in the <strong class=uiterm>Open</strong> box, and then click <strong class=uiterm>OK</strong>.</li>
</ul>
</li>
<li type=a>Locate and then select  the following registry subkey:
<div class=indent><strong class=uiterm>HKEY_CURRENT_USER Software Microsoft Office 12.0 Word Options</strong></div>
</li>
<li type=a>On the <strong class=uiterm>Edit</strong> menu, point to <strong class=uiterm>New</strong>, and then click <strong class=uiterm>DWORD Value</strong>.</li>
<li type=a>Type <span class=userInput>SaveAbsolutePath4MappedDrive</span>, and then press ENTER:</li>
<li type=a>Right-click <strong class=uiterm>SaveAbsolutePath4MappedDrive</strong>, and then click <strong class=uiterm>Modify</strong>.</li>
<li type=a>In the <strong class=uiterm>Value data</strong> box, type <span class=userInput>1</span>, and then click <strong class=uiterm>OK</strong>.</li>
<li type=a>On the <strong class=uiterm>File</strong> menu, click <strong class=uiterm>Exit</strong> to exit Registry Editor.</li>
</ol>
</li>
</ol>
</div>
</div>
<div class=sbody norollup>
<div class=appliesTo>
<hr /><a id=appliesto></a><br />
<h5>APPLIES TO</h5>
<ul>
<li>Microsoft Office Word 2007</li>
</ul>
</div>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
<div class=keywords>
<table>
<tr>
<td class=header>
<h5>Keywords:Ã‚Â                             </h5>
</td>
<td class=text>kbexpertiseinter kbqfe kbsurveynew KB967538</td>
</tr>
</table>
</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/in-a-word-2007-document-the-hyperlink-that-should-link-to-a-unc-path-resolves-to-the-mapped-local-drive-unexpectedly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The &#8220;netsh firewall&#8221; command together with the &#8220;profile=all&#8221; parameter does not configure the public profile on a Windows Vista-based computer</title>
		<link>http://ossmall.info/the-netsh-firewall-command-together-with-the-profileall-parameter-does-not-configure-the-public-profile-on-a-windows-vista-based-computer/</link>
		<comments>http://ossmall.info/the-netsh-firewall-command-together-with-the-profileall-parameter-does-not-configure-the-public-profile-on-a-windows-vista-based-computer/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 11:58:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Vista Tips]]></category>

		<guid isPermaLink="false">http://ossmall.info/the-netsh-firewall-command-together-with-the-profileall-parameter-does-not-configure-the-public-profile-on-a-windows-vista-based-computer/</guid>
		<description><![CDATA[
On a Windows Vista-based computer, the netsh firewall command together with the profile=all parameter does not configure the public profile. For example, the 		  following command opens local port 80 to TCP traffic for the domain profile and 		  for the private profile. But the following command does not open the public 		 [...]]]></description>
			<content:encoded><![CDATA[<p class="section">
<p class="sbody">On a Windows Vista-based computer, the <strong>netsh firewall</strong> command together with the <strong>profile=all</strong> parameter does not configure the public profile. For example, the 		  following command opens local port 80 to TCP traffic for the domain profile and 		  for the private profile. But the following command does not open the public 		  profile:</p>
<p class="indent"><strong>netsh firewall add portopening protocol=TCP port=80 name=&#8221;Web Port&#8221; profile=all</strong></p>
<p>The Windows Firewall Control Panel program only 		  displays settings for the currently active profile. Therefore, if you run this 		  command, and you then open the Windows Firewall Control Panel program when the public 		  profile is active, you receive the following exception:</p>
<p class="message">&#8220;Web Port&#8221; was not created for the public profile.</p>
<p><strong>Note</strong> This is expected behavior.</p>
<p>If you open the Windows Firewall Control Panel program when the domain profile or the private profile is 		  active, you will receive the following exception:</p>
<p class="message">&#8220;Web 		  Port&#8221; was created.</p>
<p class="topOfPage">&nbsp;</p>
<h2 class="subTitle" id="tocHeadRef">CAUSE</h2>
<p class="sbody">The <strong>netsh firewall </strong> command-line tool is used to configure Windows Firewall on a 		  local computer. This command provides the functionality that was supported by 		  Windows Firewall in versions of Windows that are earlier than Windows Vista. 		  The <strong>netsh firewall </strong>context will continue to function on Windows Vista. However, this 		  command cannot fully configure many new features, such as the public profile.</p>
<p class="topOfPage">&nbsp;</p>
<h2 class="subTitle" id="tocHeadRef">WORKAROUND</h2>
<p class="sbody">The 		  new <strong>netsh</strong> context 		  is the <strong>netsh advfirewall</strong> 		  command-line tool. This 		  command fully supports the domain profile, the private 		  profile, and the public profile. To work around this issue, use the <strong>netsh advfirewall</strong> context instead of the <strong>netsh firewall </strong>context.</p>
<p class="topOfPage">&nbsp;</p>
<h2 class="subTitle" id="tocHeadRef">MORE INFORMATION</h2>
<p class="sbody">
<h3 id="tocHeadRef">Profiles in versions earlier than Windows Vista</h3>
<p>In versions of Windows that are earlier than Windows Vista, 		  Windows Firewall supported the following two profiles:</p>
<table class="list ul">
<tr>
<td class="bullet">•</td>
<td class="text"><strong>The domain profile</strong>: This profile applies when all interfaces on the computer are 				connected to the domain of which it is a member.</td>
</tr>
<tr>
<td class="bullet">•</td>
<td class="text"><strong>The standard profile</strong>: This profile applies the rest of the time.</td>
</tr>
</table>
<p>When you run the <strong>netsh firewall</strong> command together with the <strong>profile=all</strong> parameter, the command applies to both the domain profile and to 		  the standard profile. For example, the following command opens local port 80 to 		  TCP traffic for both the domain profile and the standard profile:</p>
<p class="indent"><strong>netsh firewall add portopening protocol=TCP port=80 name=&#8221;Web Port&#8221; profile=all </strong></p>
<p class="topOfPage">&nbsp;</p>
<h3 id="tocHeadRef">Profiles in Windows Vista</h3>
<p>In Windows Vista, profile support has been extended to include the 		  following three profiles:</p>
<table class="list ul">
<tr>
<td class="bullet">•</td>
<td class="text"><strong>The domain profile</strong>: The domain profile applies when all interfaces are connected to 				domain locations. A network is automatically considered as a domain network 				location type when the network is authenticated to the domain of which it is a 				member.</td>
</tr>
<tr>
<td class="bullet">•</td>
<td class="text"><strong>The private profile</strong>: The private profile applies when at least one interface is 				connected to a private network location, and any additional interfaces are 				connected to either private or domain locations. A local administrator can 				classify a non-domain network as private. The private network location type is 				intended for use in the home or in the small office when it is connected behind 				an edge device such a router.</td>
</tr>
<tr>
<td class="bullet">•</td>
<td class="text"><strong>The public 		  profile</strong>: The public profile applies when an interface is connected to a 				public network location. Any network is considered a public network when the 				network is not connected to the domain, and a local administrator has not 				specified the network as private. The public network location is intended for 				use in locations such as airports or coffee shops.</td>
</tr>
</table>
<p>When you use <strong>netsh firewall</strong> to configure the local firewall policy, and you specify the 				standard profile, a new private profile is configured. When you use the <strong>netsh firewall</strong> command-line tool together with the <strong>profile=all</strong> parameter to configure the firewall policy , the <strong>netsh firewall</strong> command maps only the two profiles that were available in 				versions of Windows that are earlier than Windows Vista, the domain profile and 				the standard profile. (However, notice that the private profile replaces the 				standard profile in this case.) Therefore, the public profile is not configured 				when you use the <strong>netsh firewall</strong> command together with <strong>profile=all</strong>.</p>
<p>When 				you specify the <strong>profile=current</strong> parameter, the exception for the public profile is created if the 				current profile is the public profile. This is not the case when you specify 				the <strong>profile=all</strong> parameter. This behavior is intended to maintain application 				compatibility. For example, when the public profile is the active profile at 				the time that the command is run, the following command opens local port 80 to 				TCP traffic for the public profile:</p>
<p class="indent"><strong>netsh firewall add portopening protocol=TCP port=80 name=&#8221;Web Port&#8221; profile=current</strong></p>
<p class="topOfPage">&nbsp;</p>
<hr />
<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>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<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>
<p><o:p> </o:p></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-netsh-firewall-command-together-with-the-profileall-parameter-does-not-configure-the-public-profile-on-a-windows-vista-based-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Windows XP startup option is unavailable in the System Configuration Utility in Windows Vista</title>
		<link>http://ossmall.info/the-windows-xp-startup-option-is-unavailable-in-the-system-configuration-utility-in-windows-vista/</link>
		<comments>http://ossmall.info/the-windows-xp-startup-option-is-unavailable-in-the-system-configuration-utility-in-windows-vista/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 11:50:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<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-windows-xp-startup-option-is-unavailable-in-the-system-configuration-utility-in-windows-vista/</guid>
		<description><![CDATA[The Windows XP startup option is unavailable in the System Configuration Utility in Windows Vista
View products that this article applies to.



Article ID
:
934564


Last Review
:
April 19, 2007


Revision
:
1.0




On This Page



SYMPTOMS
You have a computer on which Microsoft Windows XP with Service Pack 2 (SP2) is installed on the main partition. On this computer, you install Windows Vista on a [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>The Windows XP startup option is unavailable in the System Configuration Utility in 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>934564</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>April 19, 2007</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>You have a computer on which Microsoft Windows XP with Service Pack 2 (SP2) is installed on the main partition. On this computer, you install Windows Vista on a different partition. Then, you try to use the System Configuration Utility (Msconfig.exe) in Windows Vista to remove or change the Windows XP startup option. However, the option is unavailable. You expect the option to be available on the <strong class=uiterm>Boot</strong> tab of the utility.</p>
<p>This problem does not occur if you install Windows Vista on both partitions.
<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.
<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>Method 1: Use the System Properties dialog box</h3>
<p> To use the <strong class=uiterm>System Properties</strong> dialog box to configure Windows Vista as the default operating system, 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>, right-click <strong class=uiterm>Computer</strong>, and then click <strong class=uiterm>Properties</strong>.</td>
</tr>
<tr>
<td class=number>2.</td>
<td class=text> Under <strong class=uiterm>Computer name, domain, and workgroup settings</strong>, click <strong class=uiterm>Change settings</strong>.</p>
<p><img class=graphic src=http://support.microsoft.com/library/images/support/kbgraphics/Public/EN-US/SecurityShield.jpg alt=User Access Control permission title=User Access 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>3.</td>
<td class=text>	In the <strong class=uiterm>System Properties</strong> dialog box, click the <strong class=uiterm>Advanced</strong> tab.</td>
</tr>
<tr>
<td class=number>4.</td>
<td class=text>	Under <strong class=uiterm>Startup and Recovery</strong>, click <strong class=uiterm>Settings</strong>.</td>
</tr>
<tr>
<td class=number>5.</td>
<td class=text>	Under <strong class=uiterm>System Startup</strong>, click <strong class=uiterm>Microsoft Windows Vista</strong> in the <strong class=uiterm>Default operating system</strong> drop-down list.</td>
</tr>
<tr>
<td class=number>6.</td>
<td class=text>	Set the value of the <strong class=uiterm>Time to display list of operating systems</strong> box to 0, and then click <strong class=uiterm>OK</strong>.</td>
</tr>
<tr>
<td class=number>7.</td>
<td class=text>	Click <strong class=uiterm>OK</strong> to close the <strong class=uiterm>System Properties</strong> dialog box.</td>
</tr>
<tr>
<td class=number>8.</td>
<td class=text>	Close all the active windows, and then restart the computer.</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>Method 2: Use the Boot Configuration Data Editor</h3>
<p> To prevent the operating system selection menu from appearing when you start the computer, you can use the Boot Configuration Data Editor (Bcdedit.exe) to remove the Windows XP startup option. 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>, type <span class=userInput>cmd</span> in the <strong class=uiterm>Start Search</strong> box, and then click <strong class=uiterm>Command Prompt</strong> in the application list.</td>
</tr>
<tr>
<td class=number>2.</td>
<td class=text>At the command prompt, type the following command, and then press ENTER:
<div class=indent><span class=userInput>bcdedit /enum all</span></div>
<p><b>Note</b> This command displays the GUIDs of the installed operating systems. Note the GUID for the Windows XP operating system.</td>
</tr>
<tr>
<td class=number>3.</td>
<td class=text>At the command prompt, type the following command, and then press ENTER:
<div class=indent><span class=userInput>bcdedit /delete <var>ID</var></span></div>
<p>For example, the <b>bcdedit /delete {802d5e32-0784-11da-bd33-000476eba25f}</b> command deletes the entry with ID {802d5e32-0784-11da-bd33-000476eba25f}.</p>
<p><b>Note</b> The <var>ID</var> placeholder specifies the GUID of the startup option for the operating system that you want to delete. If you do not specify the ID, the startup option for the current operating system will be deleted. If you specify a well-known GUID, you must force the deletion by using the /f switch. For example,  type the following command:
<div class=indent><span class=userInput>bcdedit /delete {default} /f</span></div>
</td>
</tr>
<tr>
<td class=number>4.</td>
<td class=text> Close the Command Prompt window.</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>The Boot Configuration Data Editor modifies the boot configuration data (BCD) store. The BCD store contains boot configuration parameters. The BCD store also controls how the operating system is loaded. You can use the Bcdedit.exe command-line tool to take the following actions on  entries in the BCD store:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>add</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>delete</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>edit</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>append</td>
</tr>
</table>
<p> The Bcdedit.exe file is in the  Windows System32 folder on the Windows Vista partition.</p>
<p>In BIOS-based operating systems before Windows Vista, these parameters were in the Boot.ini file. In operating systems that were based on the Extensible Firmware Interface before Windows Vista, these parameters were in the nonvolatile RAM (NVRAM) entries.</p>
<p>For more information about the Boot Configuration Data Editor, visit the following Microsoft Web site:
<div class=indent><span class=ll><a href=http://technet2.microsoft.com/WindowsVista/en/library/85cd5efe-c349-427c-b035-c2719d4af7781033.mspx?mfr=true>http://technet2.microsoft.com/WindowsVista/en/library/85cd5efe-c349-427c-b035-c2719d4af7781033.mspx?mfr=true</a></span><span class=pLink> (http://technet2.microsoft.com/WindowsVista/en/library/85cd5efe-c349-427c-b035-c2719d4af7781033.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 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>
<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 Starter</td>
</tr>
</table>
</div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<div class=keywords>
<table>
<tr>
<td class=header>
<h5>Keywords:Â </h5>
</td>
<td class=text>kbexpertiseinter kbtshoot kbprb KB934564</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-windows-xp-startup-option-is-unavailable-in-the-system-configuration-utility-in-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some properties of a WordPad document may not appear in Windows Vista</title>
		<link>http://ossmall.info/some-properties-of-a-wordpad-document-may-not-appear-in-windows-vista-2/</link>
		<comments>http://ossmall.info/some-properties-of-a-wordpad-document-may-not-appear-in-windows-vista-2/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 11:49:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<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/some-properties-of-a-wordpad-document-may-not-appear-in-windows-vista-2/</guid>
		<description><![CDATA[Some properties of a WordPad document may not appear in Windows Vista
View products that this article applies to.



Article ID
:
927689


Last Review
:
March 15, 2007


Revision
:
1.3




SYMPTOMS
In Windows Vista, when you view the properties of a WordPad document that was created in Windows XP, some properties may not appear.
This problem occurs if the document was created by right-clicking the desktop, [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>Some properties of a WordPad document may not appear in 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>927689</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>March 15, 2007</td>
</tr>
<tr>
<td>Revision</td>
<td>:</td>
<td>1.3</td>
</tr>
</table>
</div>
<div class=section>
<h2 class=subTitle id=tocHeadRef>SYMPTOMS</h2>
<div class=sbody>In Windows Vista, when you view the properties of a WordPad document that was created in Windows XP, some properties may not appear.</p>
<p>This problem occurs if the document was created by right-clicking the desktop, pointing to <strong class=uiterm>New</strong>, and then clicking <strong class=uiterm>WordPad Document</strong>. When you do this is Windows XP,  the WordPad document uses the .doc file name extension.</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 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 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 Starter</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 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>kbexpertisebeginner kbtshoot kbprb KB927689</td>
</tr>
</table>
</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/some-properties-of-a-wordpad-document-may-not-appear-in-windows-vista-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When you establish a Terminal Services session that requires smart card authentication to log on to a Windows Server 2008-based terminal server, the Terminal Services session stops responding</title>
		<link>http://ossmall.info/when-you-establish-a-terminal-services-session-that-requires-smart-card-authentication-to-log-on-to-a-windows-server-2008-based-terminal-server-the-terminal-services-session-stops-responding/</link>
		<comments>http://ossmall.info/when-you-establish-a-terminal-services-session-that-requires-smart-card-authentication-to-log-on-to-a-windows-server-2008-based-terminal-server-the-terminal-services-session-stops-responding/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 06:03:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Commerce Server 2007]]></category>
		<category><![CDATA[Microsoft Exchange Server]]></category>
		<category><![CDATA[Microsoft SQL Server]]></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-establish-a-terminal-services-session-that-requires-smart-card-authentication-to-log-on-to-a-windows-server-2008-based-terminal-server-the-terminal-services-session-stops-responding/</guid>
		<description><![CDATA[When you establish a Terminal Services session that requires smart card authentication to log on to a Windows Server 2008-based terminal server, the Terminal Services session stops responding
View products that this article applies to.



Article ID
:
952234


Last Review
:
July 4, 2008


Revision
:
1.0




On This Page



SYMPTOMS
Consider the following scenario:


â€¢
You establish a Terminal Services session  to a Windows Server 2008-based terminal [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>When you establish a Terminal Services session that requires smart card authentication to log on to a Windows Server 2008-based terminal server, the Terminal Services session stops responding</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>952234</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>July 4, 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>You establish a Terminal Services session  to a Windows Server 2008-based terminal server.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The Terminal Services session requires  smart card authentication for the client to log on to the terminal server.</td>
</tr>
</table>
<p>In this scenario, the Terminal Services session stops responding during the waiting for user profile service process. To continue,  the terminal server must be restarted.
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
</div>
<h2 class=subTitle id=tocHeadRef>CAUSE</h2>
<div class=sbody>This issue occurs because of a deadlock condition in the Scksp.dll module.
<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 available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing this specific problem. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next software update that contains this hotfix.</p>
<p>If the hotfix is available for download, there is a Hotfix download available section at the top of this Knowledge Base article. If this section does not appear, contact Microsoft Customer Service and Support to obtain the hotfix. </p>
<p><b>Note</b> If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or to  create a separate service request, visit the following Microsoft Web site:
<div class=indent><a href=http://support.microsoft.com/contactus/?ws=support>http://support.microsoft.com/contactus/?ws=support</a><span class=pLink> (http://support.microsoft.com/contactus/?ws=support)</span></div>
<p><b>Note</b> The Hotfix download available form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.<br />
<h4 id=tocHeadRef>Prerequisites</h4>
<p>To apply this hotfix on the terminal server, you must have Windows Server 2008 or Windows Vista Service Pack 1 (SP1) installed.<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 Server 2008 and Windows Vista SP1, 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>
<th>Service branch</th>
</tr>
<tr>
<td>Package_1_for_kb952234~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not applicable</td>
<td>1,947</td>
<td>25-Jun-2008</td>
<td>08:23</td>
<td>Not applicable</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_2_for_kb952234~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not applicable</td>
<td>1,785</td>
<td>25-Jun-2008</td>
<td>08:23</td>
<td>Not applicable</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_3_for_kb952234~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not applicable</td>
<td>1,785</td>
<td>25-Jun-2008</td>
<td>08:23</td>
<td>Not applicable</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb952234_client_1~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not applicable</td>
<td>1,367</td>
<td>25-Jun-2008</td>
<td>08:23</td>
<td>Not applicable</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb952234_client~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not applicable</td>
<td>1,430</td>
<td>25-Jun-2008</td>
<td>08:23</td>
<td>Not applicable</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb952234_sc_0~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not applicable</td>
<td>1,421</td>
<td>25-Jun-2008</td>
<td>08:23</td>
<td>Not applicable</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb952234_sc~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not applicable</td>
<td>1,422</td>
<td>25-Jun-2008</td>
<td>08:23</td>
<td>Not applicable</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb952234_server_0~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not applicable</td>
<td>1,425</td>
<td>25-Jun-2008</td>
<td>08:23</td>
<td>Not applicable</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb952234_server~31bf3856ad364e35~x86~~6.0.1.0.mum</td>
<td>Not applicable</td>
<td>1,430</td>
<td>25-Jun-2008</td>
<td>08:23</td>
<td>Not applicable</td>
<td>Not applicable</td>
</tr>
<tr>
<td>X86_91ad8a05c5cbe22241e808359131a227_31bf3856ad364e35_6.0.6001.22210_none_aaee05cb11881706.manifest</td>
<td>Not applicable</td>
<td>700</td>
<td>25-Jun-2008</td>
<td>08:23</td>
<td>Not applicable</td>
<td>Not applicable</td>
</tr>
<tr>
<td>X86_microsoft-windows-smartcardksp_31bf3856ad364e35_6.0.6001.22210_none_b66f3dc29c7e7e61.manifest</td>
<td>Not applicable</td>
<td>12,479</td>
<td>25-Jun-2008</td>
<td>03:46</td>
<td>Not applicable</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Basecsp.dll</td>
<td>6.0.6001.22210</td>
<td>131,640</td>
<td>25-Jun-2008</td>
<td>03:14</td>
<td>x86</td>
<td>X86_MICROSOFT-WINDOWS-SMARTCARDKSP</td>
</tr>
<tr>
<td>Scksp.dll</td>
<td>6.0.6001.22210</td>
<td>140,288</td>
<td>25-Jun-2008</td>
<td>03:16</td>
<td>x86</td>
<td>X86_MICROSOFT-WINDOWS-SMARTCARDKSP</td>
</tr>
</table>
<h5 id=tocHeadRef>Windows Server 2008 and Windows Vista SP1, 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>
<th>Service branch</th>
</tr>
<tr>
<td>Amd64_030e63c19d5c62f38efc3a0115b45270_31bf3856ad364e35_6.0.6001.22210_none_f7dedd57a6fac923.manifest</td>
<td>Not applicable</td>
<td>1,048</td>
<td>25-Jun-2008</td>
<td>08:23</td>
<td>Not applicable</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Amd64_microsoft-windows-smartcardksp_31bf3856ad364e35_6.0.6001.22210_none_128dd94654dbef97.manifest</td>
<td>Not applicable</td>
<td>12,507</td>
<td>25-Jun-2008</td>
<td>04:15</td>
<td>Not applicable</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_1_for_kb952234~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not applicable</td>
<td>2,177</td>
<td>25-Jun-2008</td>
<td>08:23</td>
<td>Not applicable</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_2_for_kb952234~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not applicable</td>
<td>2,013</td>
<td>25-Jun-2008</td>
<td>08:23</td>
<td>Not applicable</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_3_for_kb952234~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not applicable</td>
<td>2,013</td>
<td>25-Jun-2008</td>
<td>08:23</td>
<td>Not applicable</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb952234_client_1~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not applicable</td>
<td>1,375</td>
<td>25-Jun-2008</td>
<td>08:23</td>
<td>Not applicable</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb952234_client~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not applicable</td>
<td>1,438</td>
<td>25-Jun-2008</td>
<td>08:23</td>
<td>Not applicable</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb952234_sc_0~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not applicable</td>
<td>1,429</td>
<td>25-Jun-2008</td>
<td>08:23</td>
<td>Not applicable</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb952234_sc~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not applicable</td>
<td>1,430</td>
<td>25-Jun-2008</td>
<td>08:23</td>
<td>Not applicable</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb952234_server_0~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not applicable</td>
<td>1,433</td>
<td>25-Jun-2008</td>
<td>08:23</td>
<td>Not applicable</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb952234_server~31bf3856ad364e35~amd64~~6.0.1.0.mum</td>
<td>Not applicable</td>
<td>1,438</td>
<td>25-Jun-2008</td>
<td>08:23</td>
<td>Not applicable</td>
<td>Not applicable</td>
</tr>
<tr>
<td>X86_microsoft-windows-smartcardksp_31bf3856ad364e35_6.0.6001.22210_none_b66f3dc29c7e7e61.manifest</td>
<td>Not applicable</td>
<td>12,479</td>
<td>25-Jun-2008</td>
<td>03:46</td>
<td>Not applicable</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Basecsp.dll</td>
<td>6.0.6001.22210</td>
<td>154,680</td>
<td>25-Jun-2008</td>
<td>03:48</td>
<td>x64</td>
<td>AMD64_MICROSOFT-WINDOWS-SMARTCARDKSP</td>
</tr>
<tr>
<td>Scksp.dll</td>
<td>6.0.6001.22210</td>
<td>186,880</td>
<td>25-Jun-2008</td>
<td>03:47</td>
<td>x64</td>
<td>AMD64_MICROSOFT-WINDOWS-SMARTCARDKSP</td>
</tr>
<tr>
<td>Basecsp.dll</td>
<td>6.0.6001.22210</td>
<td>131,640</td>
<td>25-Jun-2008</td>
<td>03:14</td>
<td>x86</td>
<td>X86_MICROSOFT-WINDOWS-SMARTCARDKSP</td>
</tr>
<tr>
<td>Scksp.dll</td>
<td>6.0.6001.22210</td>
<td>140,288</td>
<td>25-Jun-2008</td>
<td>03:16</td>
<td>x86</td>
<td>X86_MICROSOFT-WINDOWS-SMARTCARDKSP</td>
</tr>
</table>
<h5 id=tocHeadRef>Windows Server 2008, Itanium-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>
<th>Service branch</th>
</tr>
<tr>
<td>Ia64_df0da09d85cd5801bfe647fe0b685e07_31bf3856ad364e35_6.0.6001.22210_none_9dc6f9e1232c1683.manifest</td>
<td>Not applicable</td>
<td>1,046</td>
<td>25-Jun-2008</td>
<td>08:23</td>
<td>Not applicable</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Ia64_microsoft-windows-smartcardksp_31bf3856ad364e35_6.0.6001.22210_none_b670e1b89c7c875d.manifest</td>
<td>Not applicable</td>
<td>12,493</td>
<td>25-Jun-2008</td>
<td>04:16</td>
<td>Not applicable</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_1_for_kb952234~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
<td>Not applicable</td>
<td>2,008</td>
<td>25-Jun-2008</td>
<td>08:23</td>
<td>Not applicable</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_2_for_kb952234~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
<td>Not applicable</td>
<td>2,008</td>
<td>25-Jun-2008</td>
<td>08:23</td>
<td>Not applicable</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb952234_sc_0~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
<td>Not applicable</td>
<td>1,425</td>
<td>25-Jun-2008</td>
<td>08:23</td>
<td>Not applicable</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb952234_sc~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
<td>Not applicable</td>
<td>1,426</td>
<td>25-Jun-2008</td>
<td>08:23</td>
<td>Not applicable</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb952234_server_0~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
<td>Not applicable</td>
<td>1,429</td>
<td>25-Jun-2008</td>
<td>08:23</td>
<td>Not applicable</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Package_for_kb952234_server~31bf3856ad364e35~ia64~~6.0.1.0.mum</td>
<td>Not applicable</td>
<td>1,434</td>
<td>25-Jun-2008</td>
<td>08:23</td>
<td>Not applicable</td>
<td>Not applicable</td>
</tr>
<tr>
<td>X86_microsoft-windows-smartcardksp_31bf3856ad364e35_6.0.6001.22210_none_b66f3dc29c7e7e61.manifest</td>
<td>Not applicable</td>
<td>12,479</td>
<td>25-Jun-2008</td>
<td>03:46</td>
<td>Not applicable</td>
<td>Not applicable</td>
</tr>
<tr>
<td>Basecsp.dll</td>
<td>6.0.6001.22210</td>
<td>305,208</td>
<td>25-Jun-2008</td>
<td>03:44</td>
<td>IA-64</td>
<td>IA64_MICROSOFT-WINDOWS-SMARTCARDKSP</td>
</tr>
<tr>
<td>Scksp.dll</td>
<td>6.0.6001.22210</td>
<td>343,040</td>
<td>25-Jun-2008</td>
<td>03:40</td>
<td>IA-64</td>
<td>IA64_MICROSOFT-WINDOWS-SMARTCARDKSP</td>
</tr>
<tr>
<td>Basecsp.dll</td>
<td>6.0.6001.22210</td>
<td>131,640</td>
<td>25-Jun-2008</td>
<td>03:14</td>
<td>x86</td>
<td>X86_MICROSOFT-WINDOWS-SMARTCARDKSP</td>
</tr>
<tr>
<td>Scksp.dll</td>
<td>6.0.6001.22210</td>
<td>140,288</td>
<td>25-Jun-2008</td>
<td>03:16</td>
<td>x86</td>
<td>X86_MICROSOFT-WINDOWS-SMARTCARDKSP</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, 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 Server 2008 Datacenter without Hyper-V</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Server 2008 Enterprise without Hyper-V</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>Windows Server 2008 Standard without Hyper-V</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 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 Vista 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>Windows Vista Enterprise 64-bit Edition</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Windows Vista Ultimate 64-bit Edition</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Windows Vista Business</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Windows Vista Business 64-bit Edition</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Windows Vista Enterprise</td>
</tr>
<tr>
<td>Â </td>
<td>Â </td>
<td class=text>Windows Vista Ultimate</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<p class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></p>
<div class=keywords>
<table>
<tr>
<td class=header>
<h5>Keywords:Â </h5>
</td>
<td class=text>kbautohotfix kbexpertiseadvanced kbfix kbqfe kbhotfixserver KB952234</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-establish-a-terminal-services-session-that-requires-smart-card-authentication-to-log-on-to-a-windows-server-2008-based-terminal-server-the-terminal-services-session-stops-responding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error message when you save an exported template in Microsoft Office Accounting Professional 2008 : &#8220;Save failed&#8221;</title>
		<link>http://ossmall.info/error-message-when-you-save-an-exported-template-in-microsoft-office-accounting-professional-2008-save-failed/</link>
		<comments>http://ossmall.info/error-message-when-you-save-an-exported-template-in-microsoft-office-accounting-professional-2008-save-failed/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 15:48:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MS Office Accounting]]></category>

		<guid isPermaLink="false">http://ossmall.info/error-message-when-you-save-an-exported-template-in-microsoft-office-accounting-professional-2008-save-failed/</guid>
		<description><![CDATA[
&#160;
Consider the following scenario in Microsoft Office Accounting Professional 2008 or in Microsoft Office Accounting Express 2008. You enable an accountant transfer. Then, you export a template. Next, you save the exported template. In this scenario, you receive the following error message:
Save failed.


CAUSE
This problem occurs because the accountant transfer is active.


RESOLUTION
To resolve this problem, use [...]]]></description>
			<content:encoded><![CDATA[<p><span id="ctl00_ContentPlaceHolder1_MicrosoftKBArticle"></span></p>
<p class="section">&nbsp;</p>
<p class="sbody">Consider the following scenario in Microsoft Office Accounting Professional 2008 or in Microsoft Office Accounting Express 2008. You enable an accountant transfer. Then, you export a template. Next, you save the exported template. In this scenario, you receive the following error message:</p>
<p class="errormsg"><font color="#ff0000">Save failed.</font></p>
<p class="topOfPage"><a href="http://kbalertz.com/948217/Error-message-exported-template-Microsoft-Office-Accounting-Professional-Microsoft-Office-Accounting-Express.aspx#top"><br />
</a></p>
<h2 class="subTitle" id="tocHeadRef">CAUSE</h2>
<p class="sbody">This problem occurs because the accountant transfer is active.</p>
<p class="topOfPage"><a href="http://kbalertz.com/948217/Error-message-exported-template-Microsoft-Office-Accounting-Professional-Microsoft-Office-Accounting-Express.aspx#top"><br />
</a></p>
<h2 class="subTitle" id="tocHeadRef">RESOLUTION</h2>
<p class="sbody">To resolve this problem, use one of the following methods.</p>
<p class="topOfPage"><a href="http://kbalertz.com/948217/Error-message-exported-template-Microsoft-Office-Accounting-Professional-Microsoft-Office-Accounting-Express.aspx#top"><br />
</a></p>
<h3 id="tocHeadRef">Method 1</h3>
<p>Receive your books from your accountant. To do this, follow these steps:</p>
<table class="list ol">
<tr>
<td class="number">1.</td>
<td class="text">Start Microsoft Office Accounting 2008.</td>
</tr>
<tr>
<td class="number">2.</td>
<td class="text">On the <strong class="uiterm">File</strong> menu, point to <strong class="uiterm">Accountant Transfer</strong>, and then click <strong class="uiterm">Receive Books</strong>.</td>
</tr>
<tr>
<td class="number">3.</td>
<td class="text">Complete the steps in the wizard.</td>
</tr>
<tr>
<td class="number">4.</td>
<td class="text">On the <strong class="uiterm">File</strong> menu, point to <strong class="uiterm">Utilities</strong>, and then click <strong class="uiterm">Export as Template</strong>.</td>
</tr>
<tr>
<td class="number">5.</td>
<td class="text">In the <strong class="uiterm">File name</strong> field, type a file name, and then click <strong class="uiterm">Save</strong>.</td>
</tr>
</table>
<p class="topOfPage"><a href="http://kbalertz.com/948217/Error-message-exported-template-Microsoft-Office-Accounting-Professional-Microsoft-Office-Accounting-Express.aspx#top"><br />
</a></p>
<h3 id="tocHeadRef">Method 2</h3>
<p>Cancel the accountant transfer. To do this, follow these steps:</p>
<table class="list ol">
<tr>
<td class="number">1.</td>
<td class="text">Start Office Accounting 2008.</td>
</tr>
<tr>
<td class="number">2.</td>
<td class="text">On the <strong class="uiterm">File</strong> menu, point to <strong class="uiterm">Accountant Transfer</strong>, and then click <strong class="uiterm">Cancel Transfer</strong>.</td>
</tr>
<tr>
<td class="number">3.</td>
<td class="text">On the <strong class="uiterm">File</strong> menu, point to <strong class="uiterm">Utilities</strong>, and then click <strong class="uiterm">Export as Template</strong>.</td>
</tr>
<tr>
<td class="number">4.</td>
<td class="text">In the <strong class="uiterm">File name</strong> field, type a file name, and then click <strong class="uiterm">Save</strong>.</td>
</tr>
</table>
<p class="topOfPage"><a href="http://kbalertz.com/948217/Error-message-exported-template-Microsoft-Office-Accounting-Professional-Microsoft-Office-Accounting-Express.aspx#top"><br />
</a></p>
<p class="sbody">&nbsp;</p>
<h3 id="tocHeadRef">DISCLAIMER</h3>
<p>MICROSOFT AND/OR ITS SUPPLIERS MAKE NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY, THE RELIABILITY OR THE ACCURACY OF THE INFORMATION THAT IS CONTAINED IN THE DOCUMENTS AND THE RELATED GRAPHICS PUBLISHED ON THIS WEB SITE (THE “MATERIALS”) FOR ANY PURPOSE.</p>
<p>THE MATERIALS MAY INCLUDE TECHNICAL INACCURACIES OR TYPOGRAPHICAL ERRORS AND MAY BE REVISED AT ANY TIME WITHOUT NOTICE. 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>
<p class="topOfPage"><a href="http://kbalertz.com/948217/Error-message-exported-template-Microsoft-Office-Accounting-Professional-Microsoft-Office-Accounting-Express.aspx#top"><br />
</a></p>
<p class="appliesTo">&nbsp;</p>
<hr />
<h5>APPLIES TO</h5>
<table class="list">
<tr>
<td class="bullet">•</td>
<td class="text">Microsoft Office Accounting Professional 2008</td>
</tr>
<tr>
<td class="bullet">•</td>
<td class="text">Microsoft Office Accounting Express 2008</td>
</tr>
</table>
<p class="appliesTo">&nbsp;</p>
<p class="appliesTo">      <meta http-equiv="content-type" content="text/html;charset=UTF-8" /><title></title></p>
<style type="text/css">       </style>
<p dir="ltr">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p dir="ltr">Microsoft Knowledge Base Article</p>
<p dir="ltr">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>
<p dir="ltr">&nbsp;</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/error-message-when-you-save-an-exported-template-in-microsoft-office-accounting-professional-2008-save-failed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a basic MySQL table</title>
		<link>http://ossmall.info/create-a-basic-mysql-table/</link>
		<comments>http://ossmall.info/create-a-basic-mysql-table/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 14:08:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://ossmall.info/create-a-basic-mysql-table/</guid>
		<description><![CDATA[Creating tables in databases is the  first step to store your data
To create a table you must describe the columns and their atributes. We will create a table to hold contact information with four columns: contact_id, name, email, and birthdate.
contact_id column =  integer number that is 20 decimal places long ( it is created with [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Creating tables in databases is the  first step to store your data</strong></p>
<p>To create a table you must describe the columns and their atributes. We will create a table to hold contact information with four columns: contact_id, name, email, and birthdate.<br />
<strong>contact_id column</strong> =  integer number that is 20 decimal places long ( it is created with an INT(20) datatype).<br />
<strong>name</strong> column holds the full name of a contact, which we  will will set be no longer than 50 characters long, so the datatype is VARCHAR(50).<br />
<strong>birthdate</strong> will be stored as a DATE datatype.</p>
<p>The following SQL command will create a table called <span style="font-weight: bold">mycontact</span> as described above:</p>
<p><strong>CREATE TABLE </strong><span style="font-weight: bold">mycontact</span><strong> (<br />
contact_id INT(20),<br />
name VARCHAR(50),<br />
birthdate DATE,<br />
); </strong></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/create-a-basic-mysql-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FIX: Incorrect methods are called when you call some COM APIs that are included in a .NET Framework 2.0-based 64-bit application</title>
		<link>http://ossmall.info/fix-incorrect-methods-are-called-when-you-call-some-com-apis-that-are-included-in-a-net-framework-20-based-64-bit-application/</link>
		<comments>http://ossmall.info/fix-incorrect-methods-are-called-when-you-call-some-com-apis-that-are-included-in-a-net-framework-20-based-64-bit-application/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 13:42:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Application Center]]></category>
		<category><![CDATA[Microsoft .NET Framework]]></category>

		<guid isPermaLink="false">http://ossmall.info/fix-incorrect-methods-are-called-when-you-call-some-com-apis-that-are-included-in-a-net-framework-20-based-64-bit-application/</guid>
		<description><![CDATA[FIX: Incorrect methods are called when you call some COM APIs that are included in a .NET Framework 2.0-based 64-bit application
View products that this article applies to.



Article ID
:
947148


Last Review
:
June 4, 2008


Revision
:
1.0




On This Page



SYMPTOMS
Consider the following scenario:


â€¢
A 64-bit application that is created by using the Microsoft .NET Framework 2.0 calls some COM APIs. 


â€¢
The COM APIs [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>FIX: Incorrect methods are called when you call some COM APIs that are included in a .NET Framework 2.0-based 64-bit application</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>947148</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>June 4, 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>A 64-bit application that is created by using the Microsoft .NET Framework 2.0 calls some COM APIs. </td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The COM APIs have multiple instances of the same method. </td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The method uses the <b>lcid</b> attribute. </td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>You use one of the following to call the COM APIs:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The managed COM interop</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text> Platform Invoke (P/Invoke) code</td>
</tr>
</table>
</td>
</tr>
</table>
<p>In this scenario, incorrect methods are called. </p>
<p>For example, consider the following scenario:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>	You have a 64-bit application that uses a 64-bit version of common language runtime (CLR).</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The application has two managed P/Invoke functions that have the same signature. The signature points to a single native method.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The two P/Invoke functions rely on the <b>LCIDConversionAttribute</b> class for localization support.</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>You run the application.</td>
</tr>
</table>
<p>In this scenario, you may receive an error message that resembles the following:
<div class=errormsg>System.Runtime.InteropServices.COMException (0&#215;800706F4): A null reference pointer was passed to the stub. (Exception from HRESULT: 0&#215;800706F4)</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>RESOLUTION</h2>
<div class=sbody>
<h3 id=tocHeadRef>Hotfix information</h3>
<p>A supported hotfix is now available from Microsoft. However, it is intended to correct only the problem that is described in this article. Apply it only to systems that are experiencing this specific problem. This hotfix may receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next Windows Vista or .NET Framework 2.0 service pack that contains this hotfix.</p>
<p>To resolve this problem immediately, contact Microsoft Customer Support Services to obtain the hotfix. For a complete list of Microsoft Customer Support Services telephone numbers and information about support costs, 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>   In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will apply to additional support questions and issues that do not qualify for the specific update in question.<br />
<h4 id=tocHeadRef>Prerequisites</h4>
<p>You must have one of the following installed to apply this hotfix:<br />
<table class=list ul>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Service Pack 1</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>The .NET Framework 2.0 Service Pack 1</td>
</tr>
</table>
<h4 id=tocHeadRef>Restart requirement</h4>
<p>You do not have to restart the computer after you apply this hotfix.<br />
<h4 id=tocHeadRef>Hotfix replacement information</h4>
<p>This hotfix does not replace any other hotfixes.<br />
<h4 id=tocHeadRef>File information</h4>
<p>The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the <strong class=uiterm>Time Zone</strong> tab in the <strong class=uiterm>Date and Time</strong> item in Control Panel.<br />
<h5 id=tocHeadRef>The .NET Framework 2.0, 32-bit versions, on a computer that is not running Windows Vista</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>Cordacwks.dll</td>
<td>2.0.50727.1812</td>
<td>822,280</td>
<td>29-Jan-2008</td>
<td>10:48</td>
<td>x86</td>
</tr>
<tr>
<td>Mscorlib.dll</td>
<td>2.0.50727.1812</td>
<td>4,345,856</td>
<td>29-Jan-2008</td>
<td>10:48</td>
<td>x86</td>
</tr>
<tr>
<td>Mscorwks.dll</td>
<td>2.0.50727.1812</td>
<td>5,852,672</td>
<td>29-Jan-2008</td>
<td>10:48</td>
<td>x86</td>
</tr>
</table>
<h5 id=tocHeadRef>The .NET Framework 2.0, Itanium-based versions, on a computer that is not running Windows Vista</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>Cordacwks.dll</td>
<td>2.0.50727.1812</td>
<td>822,280</td>
<td>29-Jan-2008</td>
<td>10:48</td>
<td>x86</td>
</tr>
<tr>
<td>Cordacwks.dll</td>
<td>2.0.50727.1812</td>
<td>2,769,416</td>
<td>29-Jan-2008</td>
<td>02:26</td>
<td>IA-64</td>
</tr>
<tr>
<td>Mscorlib.dll</td>
<td>2.0.50727.1812</td>
<td>4,345,856</td>
<td>29-Jan-2008</td>
<td>10:48</td>
<td>x86</td>
</tr>
<tr>
<td>Mscorlib.dll</td>
<td>2.0.50727.1812</td>
<td>3,997,696</td>
<td>29-Jan-2008</td>
<td>02:26</td>
<td>IA-64</td>
</tr>
<tr>
<td>Mscorwks.dll</td>
<td>2.0.50727.1812</td>
<td>5,852,672</td>
<td>29-Jan-2008</td>
<td>10:48</td>
<td>x86</td>
</tr>
<tr>
<td>Mscorwks.dll</td>
<td>2.0.50727.1812</td>
<td>21,686,272</td>
<td>29-Jan-2008</td>
<td>02:26</td>
<td>IA-64</td>
</tr>
</table>
<h5 id=tocHeadRef>The .NET Framework 2.0, 64-bit versions, on a computer that is not running Windows Vista</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>Cordacwks.dll</td>
<td>2.0.50727.1810</td>
<td>1,652,744</td>
<td>14-Jan-2008</td>
<td>23:36</td>
<td>x64</td>
</tr>
<tr>
<td>Cordacwks.dll</td>
<td>2.0.50727.1812</td>
<td>822,280</td>
<td>29-Jan-2008</td>
<td>10:48</td>
<td>x86</td>
</tr>
<tr>
<td>Mscorlib.dll</td>
<td>2.0.50727.1810</td>
<td>4,345,856</td>
<td>14-Jan-2008</td>
<td>23:36</td>
<td>x64</td>
</tr>
<tr>
<td>Mscorlib.dll</td>
<td>2.0.50727.1812</td>
<td>4,345,856</td>
<td>29-Jan-2008</td>
<td>10:48</td>
<td>x86</td>
</tr>
<tr>
<td>Mscorwks.dll</td>
<td>2.0.50727.1810</td>
<td>10,547,200</td>
<td>14-Jan-2008</td>
<td>23:36</td>
<td>x64</td>
</tr>
<tr>
<td>Mscorwks.dll</td>
<td>2.0.50727.1812</td>
<td>5,852,672</td>
<td>29-Jan-2008</td>
<td>10:48</td>
<td>x86</td>
</tr>
</table>
<h5 id=tocHeadRef>The .NET Framework 2.0 on a computer that is running a 32-bit version of Windows Vista with Service Pack 1</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>Mscorlib.dll</td>
<td>2.0.50727.1826</td>
<td>4,345,856</td>
<td>06-May-2008</td>
<td>22:18</td>
<td>x86</td>
</tr>
<tr>
<td>Mscordacwks.dll</td>
<td>2.0.50727.1826</td>
<td>822,280</td>
<td>06-May-2008</td>
<td>22:18</td>
<td>x86</td>
</tr>
<tr>
<td>Mscorwks.dll</td>
<td>2.0.50727.1826</td>
<td>5,852,672</td>
<td>01-May-2008</td>
<td>23:34</td>
<td>x86</td>
</tr>
</table>
<h5 id=tocHeadRef>The .NET Framework 2.0 on a computer that is running a 64-bit version of Windows Vista with Service Pack 1</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>Mscorlib.dll</td>
<td>2.0.50727.1826</td>
<td>4,345,856</td>
<td>05-May-2008</td>
<td>22:13</td>
<td>x64</td>
</tr>
<tr>
<td>Mscordacwks.dll</td>
<td>2.0.50727.1826</td>
<td>1,652,744</td>
<td>05-May-2008</td>
<td>22:13</td>
<td>x64</td>
</tr>
<tr>
<td>Mscorwks.dll</td>
<td>2.0.50727.1826</td>
<td>10,543,104</td>
<td>01-May-2008</td>
<td>23:36</td>
<td>x64</td>
</tr>
<tr>
<td>Mscorlib.dll</td>
<td>2.0.50727.1826</td>
<td>4,345,856</td>
<td>06-May-2008</td>
<td>22:18</td>
<td>x86</td>
</tr>
<tr>
<td>Mscordacwks.dll</td>
<td>2.0.50727.1826</td>
<td>822,280</td>
<td>06-May-2008</td>
<td>22:18</td>
<td>x86</td>
</tr>
<tr>
<td>Mscorwks.dll</td>
<td>2.0.50727.1826</td>
<td>5,852,672</td>
<td>01-May-2008</td>
<td>23:34</td>
<td>x86</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 P/Invoke, visit the following Microsoft Developer Network (MSDN) Web site:
<div class=indent><a href=http://msdn.microsoft.com/en-us/library/aa719104(VS.71).aspx>http://msdn.microsoft.com/en-us/library/aa719104(VS.71).aspx</a><span class=pLink> (http://msdn.microsoft.com/en-us/library/aa719104(VS.71).aspx)</span></div>
<p>For more information about the <b>lcid</b> attribute, visit the following MSDN Web site:
<div class=indent><a href=http://msdn.microsoft.com/en-us/library/aa367067(VS.85).aspx>http://msdn.microsoft.com/en-us/library/aa367067(VS.85).aspx</a><span class=pLink> (http://msdn.microsoft.com/en-us/library/aa367067(VS.85).aspx)</span></div>
<p>For more information about software update terminology, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=>824684</a><span class=pLink> (/)</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 .NET Framework 2.0</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 kbqfe kbhotfixserver KB947148</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/fix-incorrect-methods-are-called-when-you-call-some-com-apis-that-are-included-in-a-net-framework-20-based-64-bit-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error message when you try to perform a backup on a Windows Server 2008-based computer on which the time zone is set to Jerusalem: The parameter is incorrect, 0&#215;80070057</title>
		<link>http://ossmall.info/error-message-when-you-try-to-perform-a-backup-on-a-windows-server-2008-based-computer-on-which-the-time-zone-is-set-to-jerusalem-the-parameter-is-incorrect-0x80070057-1/</link>
		<comments>http://ossmall.info/error-message-when-you-try-to-perform-a-backup-on-a-windows-server-2008-based-computer-on-which-the-time-zone-is-set-to-jerusalem-the-parameter-is-incorrect-0x80070057-1/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 12:56:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Commerce Server 2007]]></category>
		<category><![CDATA[Microsoft Exchange Server]]></category>
		<category><![CDATA[Microsoft SQL Server]]></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/error-message-when-you-try-to-perform-a-backup-on-a-windows-server-2008-based-computer-on-which-the-time-zone-is-set-to-jerusalem-the-parameter-is-incorrect-0x80070057-1</guid>
		<description><![CDATA[
Article ID: 953406 &#8211; Last Review: December 22, 2008 &#8211; Revision: 1.1
Error message when you try to perform a backup on a Windows Server 2008-based computer on which the time zone is set to Jerusalem: The parameter is incorrect, 0&#215;80070057



Hotfix Download AvailableView and request hotfix downloads



View products that this article applies to.

On This Page




Expand all [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a>
<div class=articleProperty>Article ID: 953406 &#8211; Last Review: December 22, 2008 &#8211; Revision: 1.1</div>
<p><strong class=title>Error message when you try to perform a backup on a Windows Server 2008-based computer on which the time zone is set to Jerusalem: The parameter is incorrect, 0&#215;80070057</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>On a Windows Server 2008-based computer, you receive the following error		  message  when you try to perform a backup by using		  Windows Server Backup:
<div class=kb_errormsgbody>
<div class=kb_errorcontent>
<div class=errormsg>SystemTimeToTzSpecificLocalTime failed		  due to error: The parameter is incorrect, (0&#215;80070057).</div>
</div>
</div>
<p>This issue occurs if   the following conditions are true:
<ul>
<li>The time zone  on the computer is		  set to <strong class=uiterm>Jerusalem</strong>. </li>
<li>The <strong class=uiterm>Automatically adjust clock for Daylight Saving		  Time</strong> option is selected.  </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 >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.
<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>To apply this hotfix, you must have Windows Server 2008 installed		  on the computer.
<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>Restart requirement</h3>
<p>You do not have to restart the computer after you apply this		  hotfix.
<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 replacement information</h3>
<p> This hotfix does not replace any other previously released		  hotfixes.
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
<h3 id=tocHeadRef>Registry information</h3>
<p> To use this hotfix, you do not have to make any changes to the		  registry.
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
<h3 id=tocHeadRef>File information</h3>
<p>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 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 important  to maintaining the state of the updated		  component. The security catalog files (attributes not listed) are signed with a		  Microsoft digital signature. </p>
<h4 id=tocHeadRef>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>
<th>File name</th>
<th>File version</th>
<th>File				  size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td>Blbproxycmdlet.dll</td>
<td>6.0.6001.22201</td>
<td>247,296</td>
<td>12-Jun-2008</td>
<td>05:22</td>
<td>x86</td>
</tr>
<tr>
<td>Blbproxy.dll</td>
<td>6.0.6001.22201</td>
<td>248,320</td>
<td>12-Jun-2008</td>
<td>05:22</td>
<td>x86</td>
</tr>
</table>
</div>
</div>
<h4 id=tocHeadRef>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>
<th>File name</th>
<th>File version</th>
<th>File				  size</th>
<th>Date</th>
<th>Time</th>
<th>Platform</th>
</tr>
<tr>
<td>Blbproxycmdlet.dll</td>
<td>6.0.6001.22201</td>
<td>254,976</td>
<td>12-Jun-2008</td>
<td>05:51</td>
<td>x64</td>
</tr>
<tr>
<td>Blbproxy.dll</td>
<td>6.0.6001.22201</td>
<td>256,512</td>
<td>12-Jun-2008</td>
<td>05:51</td>
<td>x64</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>Blbproxycmdlet.dll</td>
<td>6.0.6001.22201</td>
<td>309,248</td>
<td>12-Jun-2008</td>
<td>05:51</td>
<td>IA-64</td>
</tr>
<tr>
<td>Blbproxy.dll</td>
<td>6.0.6001.22201</td>
<td>312,832</td>
<td>12-Jun-2008</td>
<td>05:51</td>
<td>IA-64</td>
</tr>
</table>
</div>
</div>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</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 software update terminology, click the following article number to view the article in the Microsoft Knowledge Base:
<div class=indent><a class=KBlink href=/Feedback.aspx?kbNumber=824684>824684</a>Ã‚Â                             <span class=pLink>            (/Feedback.aspx?kbNumber=824684/                        )        </span> Description of the standard terminology that is used to describe Microsoft software updates</div>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
<h3 id=tocHeadRef>Additional file information for Windows Vista and Windows Server 2008</h3>
<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_for_kb953406_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,875</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>12-Jun-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>21: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>Package_for_kb953406_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,430</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>12-Jun-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>21: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>X86_blbproxycmdlet_31bf3856ad364e35_6.0.6001.22201_none_c2b57ba5428a0df0.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>5,636</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>12-Jun-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>06:15</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_blbproxy_31bf3856ad364e35_6.0.6001.22201_none_5b0fe620855166e9.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>6,555</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>12-Jun-2008</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>
</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_blbproxycmdlet_31bf3856ad364e35_6.0.6001.22201_none_1ed41728fae77f26.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>5,656</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>12-Jun-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>07:36</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_blbproxy_31bf3856ad364e35_6.0.6001.22201_none_b72e81a43daed81f.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>6,581</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>12-Jun-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>07:36</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_kb953406_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,887</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>12-Jun-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>21: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>Package_for_kb953406_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,438</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>12-Jun-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>21:34</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 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>
<td><b>File				  name</b></td>
<td>Ia64_blbproxycmdlet_31bf3856ad364e35_6.0.6001.22201_none_c2b71f9b428816ec.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>5,646</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>12-Jun-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>07:22</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_blbproxy_31bf3856ad364e35_6.0.6001.22201_none_5b118a16854f6fe5.manifest</td>
</tr>
<tr>
<td><b>File version</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td><b>File size</b></td>
<td>6,568</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>12-Jun-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>07:22</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_kb953406~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,756</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>12-Jun-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>21:33</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_kb953406~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,742</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>12-Jun-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>21:33</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_kb953406_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,881</td>
</tr>
<tr>
<td><b>Date (UTC)</b></td>
<td>12-Jun-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>21:33</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_kb953406_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>12-Jun-2008</td>
</tr>
<tr>
<td><b>Time (UTC)</b></td>
<td>21:33</td>
</tr>
<tr>
<td><b>Platform</b></td>
<td>Not Applicable</td>
</tr>
<tr>
<td></td>
</tr>
</table>
</div>
</div>
<div class=topOfPage><a href=#top><img src=http://support.microsoft.com/library/images/support/kbgraphics/public/en-us/uparrow.gif alt=>Back to the top</a></div>
</div>
</div>
<div class=sbody norollup>
<div class=appliesTo>
<hr /><a id=appliesto></a><br />
<h5>APPLIES TO</h5>
<ul>
<li>Windows Server 2008 Datacenter without Hyper-V</li>
<li>Windows Server 2008 Enterprise without Hyper-V</li>
<li>Windows Server 2008 for Itanium-Based Systems</li>
<li>Windows Server 2008 Standard without Hyper-V</li>
<li>Windows Server 2008 Datacenter</li>
<li>Windows Server 2008 Enterprise</li>
<li>Windows Server 2008 Standard</li>
<li>Windows Small Business Server 2008 Premium</li>
<li>Windows Small Business Server 2008 Standard</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 KB953406</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/error-message-when-you-try-to-perform-a-backup-on-a-windows-server-2008-based-computer-on-which-the-time-zone-is-set-to-jerusalem-the-parameter-is-incorrect-0x80070057-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>802.11g is displayed instead of 802.11n for the wireless network adapter in Windows Vista</title>
		<link>http://ossmall.info/80211g-is-displayed-instead-of-80211n-for-the-wireless-network-adapter-in-windows-vista/</link>
		<comments>http://ossmall.info/80211g-is-displayed-instead-of-80211n-for-the-wireless-network-adapter-in-windows-vista/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 11:50:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<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/80211g-is-displayed-instead-of-80211n-for-the-wireless-network-adapter-in-windows-vista/</guid>
		<description><![CDATA[802.11g is displayed instead of 802.11n for the wireless network adapter in Windows Vista
View products that this article applies to.



Article ID
:
935279


Last Review
:
May 1, 2007


Revision
:
1.0




SYMPTOMS
On a Windows Vista-based computer that is using an 802.11n wireless network adapter, you pause the pointer over the network connection in the Connect to a network dialog box. Then, you receive [...]]]></description>
			<content:encoded><![CDATA[<div><span id=oss><!-- - -KB 3 start- - --><a id=top></a><strong class=title>802.11g is displayed instead of 802.11n for the wireless network adapter in 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>935279</td>
</tr>
<tr>
<td>Last Review</td>
<td>:</td>
<td>May 1, 2007</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>On a Windows Vista-based computer that is using an 802.11n wireless network adapter, you pause the pointer over the network connection in the <strong class=uiterm>Connect to a network</strong> dialog box. Then, you receive a message that resembles the following:
<div class=message>Radio Type: 802.11g</div>
<p>The message suggests that the computer is using an 802.11g wireless network adapter instead of an 802.11n wireless network adapter.
<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>RESOLUTION</h2>
<div class=sbody>No action is required to resolve this problem. This problem is a display problem only. The display problem does not affect the correct operation of the 802.11n wireless network adapter.
<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 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 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>
<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 Ultimate 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Business N 64-bit Edition</td>
</tr>
<tr>
<td class=bullet>â€¢</td>
<td class=text>Windows Vista Home Basic 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>kbnetwork kbexpertiseinter kbbug kbtshoot KB935279</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/80211g-is-displayed-instead-of-80211n-for-the-wireless-network-adapter-in-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
