<?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>snydersoft.com &#187; Windows Tips</title>
	<atom:link href="http://snydersoft.com/category/sys-admin/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://snydersoft.com</link>
	<description>Sharing Web Development Information</description>
	<lastBuildDate>Thu, 17 Jun 2010 19:07:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Netscape 7.2 Email Client and Internet Explorer Browser</title>
		<link>http://snydersoft.com/2008/08/18/netscape-72-email-client-and-internet-explorer-browser/</link>
		<comments>http://snydersoft.com/2008/08/18/netscape-72-email-client-and-internet-explorer-browser/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 18:50:39 +0000</pubDate>
		<dc:creator>Jeremy Snyder</dc:creator>
				<category><![CDATA[Windows Tips]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[netscape]]></category>

		<guid isPermaLink="false">http://snydersoft.com/?p=94</guid>
		<description><![CDATA[I realize that many have already migrated to another program for email (instead of Netscape 7.2). However, I was asked to solve the problem of getting Netscape 7.2 email to open links in IE 7 that required a non-obvious answer (and some googling). I am documenting it here, incase someone else wants to do the [...]]]></description>
			<content:encoded><![CDATA[<p><span class="drop">I</span> realize that many have already migrated to another program for email (instead of Netscape 7.2).  However, I was asked to solve the problem of getting Netscape 7.2 email to open links in IE 7 that required a non-obvious answer (and some googling).</p>
<p>I am documenting it here, incase someone else wants to do the same thing.</p>
<p>Basically, you need to edit the prefs.js file for Netscape (C:\Documents and Settings\*username*\Application Data\Mozilla\Profiles\default\*.slt\prefs.js)</p>
<p>Adding the following lines:</p>
<blockquote><p><code>user_pref("network.protocol-handler.app.http", "iexplore.exe");<br />
user_pref("network.protocol-handler.app.https", "iexplore.exe");<br />
user_pref("network.protocol-handler.expose.http", false);<br />
user_pref("network.protocol-handler.expose.https", false);<br />
</code></p></blockquote>
<p>Also, important to note that you need to have Netscape closed when editing this file&#8230; otherwise the changes will not take effect.  Easiest way to ensure this, make sure that netscp.exe isn&#8217;t running in Task manager.</p>
]]></content:encoded>
			<wfw:commentRss>http://snydersoft.com/2008/08/18/netscape-72-email-client-and-internet-explorer-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing a couple of nuisance icons from &#8220;My computer&#8221;</title>
		<link>http://snydersoft.com/2008/08/05/removing-a-couple-of-nuisance-icons-from-my-computer/</link>
		<comments>http://snydersoft.com/2008/08/05/removing-a-couple-of-nuisance-icons-from-my-computer/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 17:28:49 +0000</pubDate>
		<dc:creator>Jeremy Snyder</dc:creator>
				<category><![CDATA[Windows Tips]]></category>
		<category><![CDATA[MyComputer]]></category>
		<category><![CDATA[MySharingFolders]]></category>
		<category><![CDATA[NeroScout]]></category>
		<category><![CDATA[Removal]]></category>

		<guid isPermaLink="false">http://snydersoft.com/?p=87</guid>
		<description><![CDATA[How to remove &#8220;Nero Scout&#8221; from &#8220;My Computer&#8221; [Link] This command worked for me: regsvr32 /u "%commonprogramfiles%\Ahead\Lib\MediaLibraryNSE.dll" How to remove &#8220;My Sharing Folders&#8221; from &#8220;My Computer&#8221; [Link] This command worked for me: regsvr32 /u "C:\Program Files\Windows Live\Messenger\fsshext.8.5.1302.1018.dll"]]></description>
			<content:encoded><![CDATA[<p><span class="drop">H</span>ow to remove &#8220;Nero Scout&#8221; from &#8220;My Computer&#8221; [<a href="http://djlizard.net/2005/12/11/108/">Link</a>]</p>
<p>This command worked for me:<br />
	<code>regsvr32 /u "%commonprogramfiles%\Ahead\Lib\MediaLibraryNSE.dll"</code></p>
<p>How to remove &#8220;My Sharing Folders&#8221; from &#8220;My Computer&#8221; [<a href="http://www.winhelponline.com/articles/51/1/How-to-remove-My-Sharing-Folders-from-My-Computer.html">Link</a>]</p>
<p>This command worked for me:<br />
	<code>regsvr32 /u "C:\Program Files\Windows Live\Messenger\fsshext.8.5.1302.1018.dll" </code></p>
]]></content:encoded>
			<wfw:commentRss>http://snydersoft.com/2008/08/05/removing-a-couple-of-nuisance-icons-from-my-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Content Preparation Progress Dialog in Adobe Acrobat</title>
		<link>http://snydersoft.com/2008/04/09/disable-content-preparation-progress-dialog-in-adobe-acrobat/</link>
		<comments>http://snydersoft.com/2008/04/09/disable-content-preparation-progress-dialog-in-adobe-acrobat/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 14:19:39 +0000</pubDate>
		<dc:creator>Jeremy Snyder</dc:creator>
				<category><![CDATA[Windows Tips]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Acrobat]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[Dialog]]></category>
		<category><![CDATA[Preparation]]></category>
		<category><![CDATA[Progress]]></category>
		<category><![CDATA[ReadOutLoud]]></category>

		<guid isPermaLink="false">http://snydersoft.com/2008/04/09/disable-content-preparation-progress-dialog-in-adobe-acrobat/</guid>
		<description><![CDATA[If you have been annoyed by this following dialog when you open PDF files in Adobe Acrobat v8, here are the two different ways is the way you can disable it. Rename the Accessibility.api and ReadOutLoud.api to Accessibility.old and ReadOutLoud.old (or you can move them to a different folder). These files are found in C:\Program [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm4.static.flickr.com/3048/2401053996_f98c3dbc65.jpg?v=0" alt="Content Preparation Progress Dialog" /></p>
<p><span class="drop">I</span>f you have been annoyed by this following dialog when you open PDF files in Adobe Acrobat v8, here <strike>are the two different ways</strike> is the way you can disable it.</p>
<ul>
<li>Rename the Accessibility.api and ReadOutLoud.api to Accessibility.old and ReadOutLoud.old (or you can move them to a different folder).  These files are found in C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins.  This solution however, has the possibilty that a future upgrade of Acrobat would cause these plugins to renable.</li>
<li><strike>Remove &#8220;Speech Recognition&#8221; from the Language Tool bar, settings, Installed Services.  The other way to get this, if you don&#8217;t have the Language Toolbar visible, is via the Regional and Language Options Control Panel, under the Languages Tab, and click on the Details button and then you can remove any references to &#8220;Speech Recognition&#8221; that you find under the Installed Services.</strike></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://snydersoft.com/2008/04/09/disable-content-preparation-progress-dialog-in-adobe-acrobat/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>Winmail.dat Viewers (Mac and Windows)</title>
		<link>http://snydersoft.com/2008/03/29/winmaildat-viewers-mac-and-windows/</link>
		<comments>http://snydersoft.com/2008/03/29/winmaildat-viewers-mac-and-windows/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 13:45:33 +0000</pubDate>
		<dc:creator>Jeremy Snyder</dc:creator>
				<category><![CDATA[MacOSX Tips]]></category>
		<category><![CDATA[Windows Tips]]></category>
		<category><![CDATA[attachment]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[tnef]]></category>
		<category><![CDATA[winmail.dat]]></category>

		<guid isPermaLink="false">http://snydersoft.com/2008/03/29/winmaildat-viewers-mac-and-windows/</guid>
		<description><![CDATA[I occasionally run into a winmail.dat file that I can&#8217;t open (typically because some outlook user has &#8220;rich text&#8221; as their default email type. Although, occasionally they aren&#8217;t sure how this happened and the default is HTML or plain text. I wanted to post on two utilities (one for MacOSX and one for Windows) that [...]]]></description>
			<content:encoded><![CDATA[<p><span class="drop">I</span> occasionally run into a winmail.dat file that I can&#8217;t open (typically because some outlook user has &#8220;rich text&#8221; as their default email type.  Although, occasionally they aren&#8217;t sure how this happened and the default is HTML or plain text.</p>
<p>I wanted to post on two utilities (one for MacOSX and one for Windows) that allows you to open these files and see the attachments contained within these annoying files.  Thanks Microsoft!</p>
<p>Windows:<br />
Winmail Opener<br />
<a href="http://www.eolsoft.com/freeware/winmail_opener/">http://www.eolsoft.com/freeware/winmail_opener/</a></p>
<p>MacOSX:<br />
TNEF&#8217;s Enough:<br />
<a href="http://www.joshjacob.com/macdev/tnef/index.html">http://www.joshjacob.com/macdev/tnef/index.html</a></p>
<p>Useful little programs for getting around these problematic files, and definitely a lifesaver when you have a winmail.dat and need the contents.</p>
]]></content:encoded>
			<wfw:commentRss>http://snydersoft.com/2008/03/29/winmaildat-viewers-mac-and-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VPN issues when Local network matches Corporate network</title>
		<link>http://snydersoft.com/2007/10/08/vpn-issues-when-local-network-matches-corporate-network/</link>
		<comments>http://snydersoft.com/2007/10/08/vpn-issues-when-local-network-matches-corporate-network/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 13:58:45 +0000</pubDate>
		<dc:creator>Jeremy Snyder</dc:creator>
				<category><![CDATA[Windows Tips]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[openvpn]]></category>
		<category><![CDATA[pptp]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://snydersoft.com/2007/10/08/vpn-issues-when-local-network-matches-corporate-network/</guid>
		<description><![CDATA[I have been experiencing this problem more and more, as the proliferation of non-routable ip networks increases. Basically, I am at an airport, hotel, customer site, or other location and they happen to be using the same ip address range as we do at the corporate offices. For example: Corporate uses 10.1.x.x network range (mail [...]]]></description>
			<content:encoded><![CDATA[<p><span class="drop">I</span> have been experiencing this problem more and more, as the proliferation of non-routable ip networks increases.  Basically, I am at an airport, hotel, customer site, or other location and they happen to be using the same ip address range as we do at the corporate offices.</p>
<p>For example:</p>
<p><span style="white-space: pre" class="Apple-tab-span">	</span>Corporate uses 10.1.x.x network range (mail server is at 10.1.1.5 as an example)</p>
<p><span style="white-space: pre" class="Apple-tab-span">	</span>The location that I am getting network from uses either 10.x.x.x or maybe just 10.1.1.x&#8230; but either way, the problem is the same.</p>
<p>The VPN connects successfully however after that all traffic for the mail server (as an example) is not routed thru the VPN since it matches the local network and doesn&#8217;t forward it thru the tunnel.</p>
<p>Possible solutions:</p>
<p>1) Setup a secondary VPN server on a different ip network and over-lay for example a 192.168.x.x range over the 10.1.x.x range (but all servers would need an address on both networks, hard to maintain)&#8230; and the user would need to change the &#8220;mail server&#8221; in their client to use the other VPN connection.</p>
<p>2) Attempt to get a &#8220;routable&#8221; ip address from the location you are at&#8230; this may be viable if you are using a cable-modem or DSL from a provider and will be doing this all the time.  However, the typical hotspot isn&#8217;t going to be willing to accomodate you and may not even have a clue when you ask.</p>
<p>3) Try another VPN solution&#8230;. PPTP or IPSEC or OpenVPN&#8230; but they all are routed and expect that you will not have matching networks.</p>
<p>4) Final solution, and one that I have working as a &#8220;demo&#8221; but am not really happy with the administration overhead of the solution&#8230;. is to use SSH tunneling to get to specific servers.  This is fast and works pretty well&#8230; but then mail clients/etc need to be configured to use localhost:port with special ports for each service&#8230;. and they need to have a putty ssh window open to the ssh-server (minor I know).  But if you configure the mail client to use this as their mail server&#8230; then even when they are in the building they would need to download all their emails thru this ssh tunnel (not ideal).</p>
<p>I am still searching for the best practice for this issue&#8230; and I have to imagine that we are not the only company running into this issue.   However, this isn&#8217;t something that google has turned up any great ideas for.  Please post a comment with your suggestions or send me an email with your solution to this problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://snydersoft.com/2007/10/08/vpn-issues-when-local-network-matches-corporate-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Profile Error Currently Fighting</title>
		<link>http://snydersoft.com/2007/10/02/profile-error-currently-fighting/</link>
		<comments>http://snydersoft.com/2007/10/02/profile-error-currently-fighting/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 18:17:53 +0000</pubDate>
		<dc:creator>Jeremy Snyder</dc:creator>
				<category><![CDATA[Windows Tips]]></category>

		<guid isPermaLink="false">http://snydersoft.com/2007/10/02/profile-error-currently-fighting/</guid>
		<description><![CDATA[I have been researching and trying to resolve this error for the past couple of weeks (off and on). It only happens on Windows 2000 machines, and seems to have started sometime in Aug-2007. Other items, it only happens if the machine is left on over night, and rebooting will fix the problem. The &#8220;Details: [...]]]></description>
			<content:encoded><![CDATA[<div><span class="drop">I</span> have been researching and trying to resolve this error for the past couple of weeks (off and on).  It only happens on Windows 2000 machines, and seems to have started sometime in Aug-2007.  Other items, it only happens if the machine is left on over night, and rebooting will fix the problem.</div>
<p>
<div></div>
<p>
<div>The &#8220;Details: The system cannot find the file specified&#8221; would be helpful if it listed a file it was having problems with.</div>
<p>
<div></div>
<p>
<div><a target="_blank" href="http://www.flickr.com/photos/14489567@N06/1473229886/"><img width="240" height="126" border="0" alt="Profile-Error-Message" src="http://farm2.static.flickr.com/1027/1473229886_b4d34e3c4f_m.jpg"></a></div>
<p>
<div></div>
<p>
<div>TIDBIT: This post was the first using the Adobe Air Application &#8220;Bee&#8221; and it&#8217;s ability to work with my Flickr Photos and this blog at the same time.</div>
]]></content:encoded>
			<wfw:commentRss>http://snydersoft.com/2007/10/02/profile-error-currently-fighting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restore Missing &#8220;Show Desktop&#8221; Icon</title>
		<link>http://snydersoft.com/2007/09/05/restore-missing-show-desktop-icon/</link>
		<comments>http://snydersoft.com/2007/09/05/restore-missing-show-desktop-icon/#comments</comments>
		<pubDate>Wed, 05 Sep 2007 12:25:43 +0000</pubDate>
		<dc:creator>Jeremy Snyder</dc:creator>
				<category><![CDATA[Windows Tips]]></category>

		<guid isPermaLink="false">http://snydersoft.com/2007/09/05/restore-missing-show-desktop-icon/</guid>
		<description><![CDATA[I recently had to help someone restore the &#8220;Show Desktop&#8221; icon, after theyaccidentally deleted it from their Quick Launch bar in Windows XP. I foundthis handy little utility, and wanted to pass it along to those that mayneed it. http://www.dougknox.com/xp/utils/xp_showdesktop.htm]]></description>
			<content:encoded><![CDATA[<p><span class="drop">I</span> recently had to help someone restore the &#8220;Show Desktop&#8221; icon, after they<br />accidentally deleted it from their Quick Launch bar in Windows XP.  I found<br />this handy little utility, and wanted to pass it along to those that may<br />need it.</p>
<p><a target="_blank" title="http://www.dougknox.com/xp/utils/xp_showdesktop.htm" href="http://www.dougknox.com/xp/utils/xp_showdesktop.htm">http://www.dougknox.com/xp/utils/xp_showdesktop.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://snydersoft.com/2007/09/05/restore-missing-show-desktop-icon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Large Outlook PST files</title>
		<link>http://snydersoft.com/2007/07/11/large-outlook-pst-files/</link>
		<comments>http://snydersoft.com/2007/07/11/large-outlook-pst-files/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 15:10:11 +0000</pubDate>
		<dc:creator>Jeremy Snyder</dc:creator>
				<category><![CDATA[Windows Tips]]></category>

		<guid isPermaLink="false">http://snydersoft.com/2007/07/11/large-outlook-pst-files/</guid>
		<description><![CDATA[If you are using Outlook 2003, or possibly Outlook 2007, and are getting a message about your Personal Folder (.pst file) being full, you can fix it using the details below: If you have upgraded from a version Office before 2003, the PST files that are being created are in a Office97-2002 format, and those [...]]]></description>
			<content:encoded><![CDATA[<p><span class="drop">I</span>f you are using Outlook 2003, or possibly Outlook 2007, and are<br />
getting a message about your Personal Folder (.pst file) being full,<br />
you can fix it using the details below:</p>
<p>If you have upgraded from a version Office before 2003, the PST files<br />
that are being created are in a Office97-2002 format, and those pst<br />
files have a limit of 2GB in maximum size.  However, you can create a<br />
new &#8220;Personal Folder&#8221; in the new &#8220;Personal Folder File&#8221; format that<br />
allows you to grow the file to 20GB.  You can then import the<br />
messages from the older PST file into this new file.  And then you<br />
can setup Outlook to use that new file as the primary storage file<br />
for email and you can store 20GB of email in a single PST.  To change<br />
the primary storage, just go to Tools-&gt;Email Accounts-&gt; View/Change<br />
Email Account Settings and in the pull down at the bottom pick your<br />
new Personal Storage file.  Once you have done that you can close the<br />
old PST file and not show it in Outlook (just right-click on the top<br />
level of it and choose &#8220;close &#8216;old pst name&#8217;&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://snydersoft.com/2007/07/11/large-outlook-pst-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Factory PreInstall Flag causing problems</title>
		<link>http://snydersoft.com/2007/07/10/factory-preinstall-flag-causing-problems/</link>
		<comments>http://snydersoft.com/2007/07/10/factory-preinstall-flag-causing-problems/#comments</comments>
		<pubDate>Tue, 10 Jul 2007 07:01:58 +0000</pubDate>
		<dc:creator>Jeremy Snyder</dc:creator>
				<category><![CDATA[Windows Tips]]></category>

		<guid isPermaLink="false">http://snydersoft.com/2007/07/10/factory-preinstall-flag-causing-problems/</guid>
		<description><![CDATA[This weekend, I was asked to look at a system that wouldn&#8217;t allow the owner to use a USB External Harddrive (Maxtor Personal Storage 3200, 160GB). It was correctly seen by the machine and available in device manager, and the disk management utilities. However, it wasn&#8217;t assigned a drive letter by default, and attempts to [...]]]></description>
			<content:encoded><![CDATA[<p><span class="drop">T</span>his weekend, I was asked to look at a system that wouldn&#8217;t allow the owner to use a USB External Harddrive (Maxtor Personal Storage 3200, 160GB).  It was correctly seen by the machine and available in device manager, and the disk management utilities.  However, it wasn&#8217;t assigned a drive letter by default, and attempts to assign it one failed.  Windows would indicate that it had a drive letter but it never showed up in Explorer and reboot or refresh the disk management list and the drive-letter would be removed.</p>
<p>In the Event Viewer, I found the following error:</p>
<p>Event ID:270</p>
<p>Event Type: Warning<br />
Event Source: PlugPlayManager<br />
Event Category: None<br />
Event ID: 270<br />
Date: 7/10/2007<br />
Time: 7:54:53 AM<br />
User: N/A<br />
Computer: computer<br />
Description:<br />
Plug and Play user-interface dialogs have been suppressed in Factory Mode.</p>
<p>After searching the internet, I found a reference to this message, and a &#8220;FactoryPreInstallInProgress&#8221; registry key that appears to have fixed the problem:<br />
<a title="http://forums.techguy.org/..." href="http://forums.techguy.org/windows-nt-2000-xp/115841-add-hardware-wizard-unavailable-5.html"> http://forums.techguy.org/&#8230;</a></p>
<p>Details:</p>
<p>Under the Startup key, deleted the<br />
&#8220;FactoryPreInstallInProgress&#8221;=dword:00000001</p>
<p>Deleted the entire<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Factory key.</p>
<p>Reboot, and it detected the hardware and displayed the balloon help indicating that it was successfully connected to the system.  The USB hard drive was given a drive letter and everything worked as expected.</p>
<p>According to Microsoft, we as consumers shouldn&#8217;t see a system in this state.  However, this particular user had a replacement e-Machine sent to him when his original failed, under warranty.  I am guessing that some e-Machine technician didn&#8217;t complete some final step (removing this key/etc) before boxing and shipping the system out.</p>
]]></content:encoded>
			<wfw:commentRss>http://snydersoft.com/2007/07/10/factory-preinstall-flag-causing-problems/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Microsoft Virtual Server 2005 R2 issues with TCP Offloading</title>
		<link>http://snydersoft.com/2007/06/28/microsoft-virtual-server-2005-r2-issues-with-tcp-offloading/</link>
		<comments>http://snydersoft.com/2007/06/28/microsoft-virtual-server-2005-r2-issues-with-tcp-offloading/#comments</comments>
		<pubDate>Thu, 28 Jun 2007 13:11:16 +0000</pubDate>
		<dc:creator>Jeremy Snyder</dc:creator>
				<category><![CDATA[Windows Tips]]></category>

		<guid isPermaLink="false">http://snydersoft.com/?p=23</guid>
		<description><![CDATA[If you install Microsoft Virtual Server on a &#8220;server&#8221; machine and after starting a virtual host on the machine you lose all network connectivity to the &#8220;host&#8221; machine you should read the following: http://support.microsoft.com/kb/888750 It indicates that VS2005R2 has an issue with TCP segmentation offloading or other &#8220;offloading&#8221; to the NIC &#8230; so you have [...]]]></description>
			<content:encoded><![CDATA[<p><span class="drop">I</span>f you install Microsoft Virtual Server on a &#8220;server&#8221; machine and after<br />
starting a virtual host on the machine you lose all network connectivity to<br />
the &#8220;host&#8221; machine you should read the following:</p>
<p>http://support.microsoft.com/kb/888750</p>
<p>It indicates that VS2005R2 has an issue with TCP segmentation offloading or<br />
other &#8220;offloading&#8221; to the NIC &#8230; so you have to disable those features of<br />
your network card to maintain connections with the &#8220;host&#8221; machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://snydersoft.com/2007/06/28/microsoft-virtual-server-2005-r2-issues-with-tcp-offloading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.456 seconds -->
