<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp" />
  <link rel="self" type="application/atom+xml" href="http://blog.tmcnet.com/blog/tom-keating/atom.xml" />
  <id>tag:blog.tmcnet.com,2013:/blog/tom-keating//4/tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-</id>
  <updated>2013-02-22T21:05:08Z</updated>
  <title>Comments for Remote Desktop slow problem solved</title>
  <subtitle>VoIP &amp; Gadgets blog - Latest news in VoIP &amp; gadgets, wireless, mobile phones, reviews, &amp; opinions</subtitle>
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.38</generator>
  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400</id>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp" />
    <link rel="service.edit" type="application/atom+xml" href="http://blog.tmcnet.com/mt/mt-atom.cgi/weblog/blog_id=4/entry_id=32400" title="Remote Desktop slow problem solved" />
    <published>2007-04-19T14:41:16Z</published>
    <updated>2011-06-30T16:03:23Z</updated>
    <title>Remote Desktop slow problem solved</title>
    <summary>Remote Desktop 6.0, the latest version of Microsoft Remote Desktop client, which comes pre-installed with Vista was slower than molasses when I tried connecting to some Windows 2003 servers. In particular, I was trying to manage a Windows 2003 R2...</summary>
    <author>
      <name>Tom Keating</name>
      <uri>http://blog.tmcnet.com/blog/tom-keating/</uri>
    </author>
    
    <category term="Microsoft" />
    
    <category term="TMCnet" />
    
    <category term="VoIP" />
    
    <content type="html" xml:lang="en" xml:base="http://blog.tmcnet.com/blog/tom-keating/">
      <![CDATA[<img src="http://blog.tmcnet.com/blog/tom-keating/images/remote-desktop-icon.gif" alt="Remote Desktop icon" align="right" />Remote Desktop 6.0, the latest version of Microsoft Remote Desktop client, which comes pre-installed with Vista was slower than molasses when I tried connecting to some Windows 2003 servers. In particular, I was trying to manage a Windows 2003 R2 64-bit Server running Exchange 2007 with 4GB of RAM and a fast&nbsp;1.83Ghz dual-core processor. I'd click on something and wait and wait for my click to register. Moving a Window would also be painfully slow. It didn't seem related to network connectivity since the screen redraw was fairly fast, but it just took a long time for the server to respond to keystrokes, mouse-clicks, etc. It had all the earmarks of a server's CPU being overwhelmed.<br /> <br /> But surely, this brand-spankin' new server will all this horsepower couldn't possibly be overloaded unless it had spyware or a virus. That wasn't likely either since I'm pretty diligent about protecting my servers. I logged on locally to the server and the server's performance was normal. Thus, only when I used Remote Desktop was it slow. Further, when I tried Remote Desktop from a Windows XP Professional PC, the server was also fast. It was only when I used Remote Desktop from my brand new Windows Vista Ultimate Edition PC that the performance was terrible. It was very odd, because from my Vista PC I could connect to many other machines with no problems. I was aware that Vista comes with a new RDP (Remote Desktop Protocol) client called Remote Desktop 6.0, which has more security and networking features, so perhaps there was some sort of network security conflict.<br /> <br /> <img src="http://blog.tmcnet.com/blog/tom-keating/images/remote-desktop-connection.gif" alt="Remote Desktop Connection" /><br /> <br /> After doing some more research I discovered that Remote Desktop 6.0 leverages a new feature called auto-tuning for the TCP/IP receive window that could be causing the trouble. What is auto-tuning for the TCP/IP receive window? Well, the new Microsoft TCP/IP stack supports Receive Window Auto-Tuning. Receive Window Auto-Tuning continually determines the optimal receive window size by measuring the bandwidth-delay product and the application retrieve rate, and adjusts the maximum receive window size based on changing network conditions.]]>
      <![CDATA[<br /> In Vista, Receive Window Auto-Tuning enables TCP window scaling by default, allowing up to a 16 MB window size. As the data flows over the connection, the TCP/IP stack monitors the connection, measures the current bandwidth-delay product for the connection and the application receive rate, and adjusts the receive window size to optimize throughput. The new TCP/IP stack no longer uses the TCPWindowSize registry values which many third-party utilities used to "tweak".<br /> <br /> Receive Window Auto-Tuning has a number of benefits. It automatically determines the optimal receive window size on a per-connection basis. In Windows XP, the TCPWindowSize registry value applies to all connections. Applications no longer need to specify TCP window sizes through Windows Sockets options. And IT administrators no longer need to manually configure a TCP receive window size for specific computers.<br /> <br /> According to <a href="http://www.microsoft.com/technet/technetmag/issues/2007/01/CableGuy/">Microsoft</a>, with Receive Window Auto-Tuning, a Windows Vista-based TCP peer will typically advertise much larger receive window sizes than a Windows XP-based TCP peer. This allows the other TCP peer to fill the pipe to the Windows Vista-based TCP peer by sending more TCP data segments without having to wait for an ACK (subject to TCP congestion control). For typical client-based networking traffic such as Web pages or e-mail, the Web server or e-mail server will be able to send more TCP data more quickly to the client computer, resulting in an overall increase in network performance. The higher the BDP and application retrieve rate for the connection, the better the performance increase.<br /> <br /> The impact on the network is that a stream of TCP data packets that would normally be sent out at a lower, measured pace, are sent much faster resulting in a larger spike of network utilization during the data transfer. For Windows XP and Windows Vista-based computers performing the same data transfer over a long, fat pipe, the same amount of data is transferred. However, the data transfer for the Windows Vista-based client computer is faster due to the larger receive window size and the server's ability to fill the pipe from the server to the client.<br /> <br /> With better throughput between TCP peers, the utilization of network bandwidth increases during data transfer. If all the applications are optimized to receive TCP data, then the overall utilization of the network can increase substantially, making the use of <strong>Quality of Service (QoS)</strong> more important on networks that are operating at or near capacity. Obviously, this feature is good for ensuring better <strong>Voice over IP quality </strong>as well.<br /> <br /> In any event, I discovered that Vista's (Windows 7 as well) Receive Window Auto-Tuning could have issues on some networks. I really didn't want to disable Receive Window Auto-Tuning due to it's QoS, bandwidth speed/throughput, and VoIP quality benefits, but I had no choice. I use Remote Desktop all the time to manage 30+ servers. After disabling Receive Window Auto-Tuning, the "slowness" problem with mouse-clicks, keystrokes, and screen redraws went away. Problem solved! Woo-hoo!<br /> <br /> Here is what you need to do if you have the same issue:<br /> <br /> - Run a command prompt (cmd.exe) as an Administrator<br /> - Type: <strong>netsh interface tcp set global autotuninglevel=disabled</strong><br /> Disable the autotunning feature in Vista completely, and fit and lock the RWIN receive window to default value 65536 bytes.<br /><br /> If you want to to re-enable it:<br /> - Type: <strong>netsh interface tcp set global autotuninglevel=normal</strong><br /> <br /> In some cases you may need to use this command in addition to the above, but I didn't have to:<br /> - Type: <strong>netsh interface tcp set global rss=disabled</strong><br /> <br /><span style="color: #ff0000;"><strong>Update! This command makes your network connection EVEN FASTER</strong></span><br />Type: <strong>netsh interface tcp set global autotuninglevel=</strong><span style="color: #ff0000;"><strong>highlyrestricted</strong></span><br /><br />The reason is that this command will still "auto tune" your TCP connections, but not as drastically as 'normal' mode. It will allow the receive window to grow beyond the default value, but again it will do so <em>very conservatively</em>. In this mode, Vista will by default use RWIN (receive window) of 16,384 bytes with a scale factor of 2. I was browsing computers in my Network Neighborhood and trying to get to \\computername\c$ which was taking forever to load. I changed it to highlyrestricted and it was much faster. 'highlyrestricted' mode is my recommendation for the fastest network performance whether you are using Remote Desktop, Internet browsing, or doing SMB file copies across your network.<br /><br /> Now, because Receive Window Auto-Tuning increases network utilization of high-BDP transmission paths, the use of Quality of Service (QoS) or application send rate throttling is important for networks that are operating at or near capacity. So I'd like to get this feature working, which will require some network topology examination. I did read that Windows Vista supports Group Policy-based QoS settings that allow you to define throttling rates for sent traffic <strong>on an IP address or TCP port basis.</strong> So perhaps I can just disable auto-tuning for the RDP port 3389 and leave it on for all other ports.<br /> <br /> I'm headed over to Microsoft's site which has some <a href="http://www.microsoft.com/technet/itsolutions/network/qos/default.mspx">excellent resources on policy-based QoS</a>. From my initial research it looks like you can configure some pretty nifty QoS policies. For example, you can specify a QoS policy with a DSCP value of 46 for a VoIP application, allowing routers to place those packets in a low-latency queue, or you can use a QoS policy to throttle a set of servers' outbound traffic to 512 KBps when sending from TCP port 443 (HTTPS port). In theory, I can set Remote Desktop to have "top" priority and give it all the bandwidth it needs. Heck, maybe I'll set just my IP address and my Remote Desktop port to have top priority on our network. To hell with the rest of my fellow co-workers! They don't need no stinkin' bandwidth. It's mine! All mine! <img src="http://blog.tmcnet.com/mtstatic/FCKeditor/emoticons/devil_smile.gif" alt="" /> Now that I solved the slowness problem with Remote Desktop, it's time to head over to Amazon to check out their <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&location=http%3A%2F%2Fwww.amazon.com%2Fgp%2Fbestsellers%2Fdvd%2F16295751%3Fie%3DUTF8%26ref_%3Damb_link_7181242_1%23&amp;tag=vf0f-20&linkCode=ur2&camp=217145&creative=399373">top Bluray deals of the week</a>!<br /><iframe src="http://rcm.amazon.com/e/cm?t=vf0f-20&amp;o=1&amp;p=12&amp;l=ur1&amp;category=dvd&amp;banner=1SDQVA1DWHAHX2JQR782&amp;f=ifr" width="300" height="250" frameborder="0" scrolling="no" marginwidth="0"></iframe>]]>
    </content>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:25237</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c25237" />
    <title>Comment from Ben on 2007-04-21</title>
    <author>
        <name>Ben</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Thank you so much for this, I just wasted an entire afternoon trying to solve this problem!</p>

<p>It only happened for me when remote desktopping to certain servers .. others in the same DC on the same network were unaffected.  Those affected servers had been recently patched so I mistakenly focused my attention on the server, rather than the client.</p>

<p>Anyway, yet another thing to hate in Vista.  </p>

<p>Thanks again<br />
Ben<br />
</p>]]>
    </content>
    <published>2007-04-21T07:10:04Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:25376</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c25376" />
    <title>Comment from Tim on 2007-04-26</title>
    <author>
        <name>Tim</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Tom Keating, you are a god. THANK YOU!!!</p>]]>
    </content>
    <published>2007-04-26T12:53:46Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:25563</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c25563" />
    <title>Comment from Bon on 2007-05-14</title>
    <author>
        <name>Bon</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Be aware, this problem affects more than just remote desktop applications. Firefox 2.0 will have trouble talking to your server. So if you are hosting a website you are better to disable the feature on the server.</p>

<p>See: <a href="http://support.microsoft.com/kb/224829"><a href="http://support.microsoft.com/kb/224829"><a href="http://support.microsoft.com/kb/224829">http://support.microsoft.com/kb/224829</a></a></a><br />
</p>]]>
    </content>
    <published>2007-05-14T19:26:52Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:26510</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c26510" />
    <title>Comment from AnT0ha on 2007-06-14</title>
    <author>
        <name>AnT0ha</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I'm tied of problems with MS Remote Desktop. It's too hard for me. <a href="http://www.techinline.com target=">TechinlineRemoteDesctop</a> (www.techinline.com) seems to be easier and cheep enough.</p>]]>
    </content>
    <published>2007-06-14T16:58:07Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:26672</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c26672" />
    <title>Comment from Boris on 2007-06-20</title>
    <author>
        <name>Boris</name>
        <uri>http://webborg.blogspot.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://webborg.blogspot.com">
        <![CDATA[<p>Thanks! You're a lifesaver, this helped me so much that I've refferenced it from my blog also!</p>]]>
    </content>
    <published>2007-06-20T11:29:01Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:26993</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c26993" />
    <title>Comment from AussiedeviL on 2007-06-30</title>
    <author>
        <name>AussiedeviL</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Absolute Genius...you have single handedly fixed all my windows vista networking woes... CHEERS!!!</p>]]>
    </content>
    <published>2007-06-30T19:18:41Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:27462</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c27462" />
    <title>Comment from bobby on 2007-07-15</title>
    <author>
        <name>bobby</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Hey....gr8 work dude....i got my problem solved...thank u so much...</p>]]>
    </content>
    <published>2007-07-15T21:50:59Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:27858</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c27858" />
    <title>Comment from Alex on 2007-07-29</title>
    <author>
        <name>Alex</name>
        <uri>http://worldwidesmith.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://worldwidesmith.com">
        <![CDATA[<p>Thank youuuuu,<br />
I was about to hit a cardiac arrest i have worked very,very,very slowly the past day i was going nuts...<br />
Thanks</p>]]>
    </content>
    <published>2007-07-29T16:22:07Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:27947</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c27947" />
    <title>Comment from Jacco Manneken on 2007-08-01</title>
    <author>
        <name>Jacco Manneken</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Thanks for the solution!<br />
</p>]]>
    </content>
    <published>2007-08-01T17:16:53Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:28286</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c28286" />
    <title>Comment from Web Design Scotland on 2007-08-14</title>
    <author>
        <name>Web Design Scotland</name>
        <uri>http://www.intraspin.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.intraspin.com">
        <![CDATA[<p>Thank you - this has been a thorn in my side for a good while now.  It's a major relief!</p>]]>
    </content>
    <published>2007-08-14T07:53:46Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:28537</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c28537" />
    <title>Comment from John Dogger on 2007-08-20</title>
    <author>
        <name>John Dogger</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Thank you -- we were about to send our Vista laptops back to Redmond 'discus' style...they should send you dividend payments...</p>]]>
    </content>
    <published>2007-08-20T13:28:28Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:28891</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c28891" />
    <title>Comment from Bogdan on 2007-09-01</title>
    <author>
        <name>Bogdan</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>This looks great, but | am having a mouse problem with remote desktop connecting from XP to a XP system.. both of them are very capable systems.. just that the mouse is updating with a refresh rate of 0.3 seconds.. it doesn't move smoothly across the screen.. and the problem is just in one way.. connecting in reverse works perfectly ...</p>

<p>any ideas ? tryied google.. but nothing :(<br />
thanks</p>]]>
    </content>
    <published>2007-09-01T21:19:47Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:29037</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c29037" />
    <title>Comment from shady on 2007-09-07</title>
    <author>
        <name>shady</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>it didn't work.</p>

<p>the following response occured:<br />
Set global command failed on IPv4 The requested operation requires elevation.</p>]]>
    </content>
    <published>2007-09-07T12:52:32Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:29052</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c29052" />
    <title>Comment from Scott Crutchfield on 2007-09-07</title>
    <author>
        <name>Scott Crutchfield</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>This is awesome! I was just about to give up on Vista when I found this and something finally worked.</p>]]>
    </content>
    <published>2007-09-07T21:28:34Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:29055</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c29055" />
    <title>Comment from Ben on 2007-09-07</title>
    <author>
        <name>Ben</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>You need to run the command prompt as administrator.  </p>

<p>Right click on Start / All Programs / Accessories / Command Prompt and choose "Run as administrator"</p>]]>
    </content>
    <published>2007-09-08T02:02:46Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:29156</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c29156" />
    <title>Comment from Jonathan ITQ on 2007-09-11</title>
    <author>
        <name>Jonathan ITQ</name>
        <uri>http://www.itqinc.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.itqinc.com">
        <![CDATA[<p>Very well put - The RDP 6.0 was my first focus since it had problems with our Tricerat Simply Printing - Very well put on the solution!</p>]]>
    </content>
    <published>2007-09-11T17:08:48Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:30758</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c30758" />
    <title>Comment from Thomas Williams on 2007-11-03</title>
    <author>
        <name>Thomas Williams</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>RDP Hangups.</p>

<p>Well, when I use my desktop at home running windows XP RDP 6.0, I get a very strange behavior connecting to my Vista Ultimate machine at work.</p>

<p>First of all, yes, the issue is related. I connect perfectly fine to 2003 servers and other windows XP systems, secondly, I have tried the options adjusting the autotuninglevel as well as the rss option.</p>

<p>Now, the strange thing about this is, that some days - you read right - days - the connection works perfectly, no hangups at all, and great performance as well (testing for 8 hours at a time and full bandwith utilization as well). A few other days I get hangups like every 10 minutes or 30 minutes. I can live with that.</p>

<p>But the last few days, I can barely stay connected at all. I get 1 or 2 seconds of "live feed" before the window freezes entirely for a typical 30 seconds.</p>

<p>Next, at all times, I connect fine, when first connecting RDP to a Server 2003, then once more from the Server 2003 to the Vista machine, however the latency in this setup is understandable.</p>

<p>My colleage at work, connects fine from his XP machine at home, to his Vista machine at work, and our setups are identical.</p>

<p>In the meanwhile, while connected, I can type things, and move the mouse, and while doing that I register outgoing and incoming RDP tcp packets.</p>

<p>Now, our network at work is flawless, everything is dupped and Microsoft-by-the-book, my connection at home is SHDSL 2mbit/s, even tried using cFosSpeed, which enlarges the default XP tcp receive window size and utilizes an improved QoS traffic control - no improvement what-so-ever. I even tried iShadow, which utilizes an alternative RDP client, whith same results - and last, I even tried a different network connection.</p>

<p>The Vista machine at work has all other network related software disabled, even the firewall.</p>

<p>Personally I'm a developer who has worked with all different kinds of strange network protocols, but this flaw beats me. Since nothing appears to be "wrong" with the connection itself, the transportlayer or drivers etc., I then looked a litle closer, and noticed, that not all parts of RDP freezes in the hangup, which essentially leads me to believe, that the flaw must be somewhere in the application layer on the Vista machine. I notice for instance, that mousemovements and keyboard control create a reaction at the Vista machine towards my XP while in hangup, and all input seem to appear in perfect order when returning from hangup. When escaping hangup, the tcp status window reveals a spike of data received at the moment of return, like the Vista machine has buffered the data.</p>

<p>Now something in my guts tell me, that the bug is related to some time-frame synchronization issue in the RDP graphics update system. Sometimes such an issue may be hard to track, but a good example is a piece of network software, which works only between 00:00 am and 12:00 pm. In this example, a bug is revealed, where the system "forgot" to send the "pm" signal along with the datetime data. Now imagine this issue on a more complex level, when packed, then unwrapped and some bits get missing in the process = boom, a time synchronization failure at apparently random intervals, which only appears at "certain moments" and only within specific setups.</p>

<p>A time-frame is basically a timestamp in a streaming protocol, allowing a fluent regeneration of frames on the receiving part. The frame architecture may vary  from "01-dec-99 00:01:59.123" to a basic 0x001234e6f9. A timestamp is much like a framecounter on a videorecorder, but is an essential part of any streaming protocol.</p>

<p>I hope this may get some Microsoft developer up the chair saying "of cause, stupid me" :)</p>]]>
    </content>
    <published>2007-11-03T23:36:50Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:31119</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c31119" />
    <title>Comment from Lee on 2007-11-15</title>
    <author>
        <name>Lee</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>You are great, thanks! I had gotten used to just using key strokes and just ordered a machine without Vista largely because of this. Now my tiny little tablet is functional again. Thanks!</p>]]>
    </content>
    <published>2007-11-15T23:53:05Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:31248</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c31248" />
    <title>Comment from Brian on 2007-11-20</title>
    <author>
        <name>Brian</name>
        <uri>http://www.britec.co.uk</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.britec.co.uk">
        <![CDATA[<p>nice one problem solved for me</p>

<p>Thanks</p>]]>
    </content>
    <published>2007-11-20T13:44:46Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:31486</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c31486" />
    <title>Comment from Mike on 2007-11-29</title>
    <author>
        <name>Mike</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Is there any possible way to run the netsh command to disable TCP receive autotuning without administrative privileges?  I'm using the client from a cluster.</p>

<p>-mike</p>]]>
    </content>
    <published>2007-11-29T17:40:00Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:31586</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c31586" />
    <title>Comment from Mike on 2007-12-02</title>
    <author>
        <name>Mike</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Clarification:  I'm using remote desktop 6.0 from a cluster on which I have no Administrative Access (only user access) to connect to my own computer (Windows Server 2003 x64) on which I do have Administrative Access.</p>

<p>I've tried setting the TCP1323Opts and TCPWindowSize on my Windows Server 2003 x64 computer to emulate the Vista TCP/IP settings, but the problem still persists.  Is there any way to modify my server machine to emulate Vista correctly?</p>

<p>I really don't want to install Longhorn....</p>

<p>-mike</p>]]>
    </content>
    <published>2007-12-03T01:04:11Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:31719</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c31719" />
    <title>Comment from Jim Currie on 2007-12-07</title>
    <author>
        <name>Jim Currie</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Brilliant - how are we lesser mortals supposed to manage without people like this?  Why does Microsoft throw these "improvements" in our way when only a selected talented few have the knowledge to find these fixes?</p>

<p>Did nobody in Microsoft try RDPing to an XP server in the test phase of Vista?  Try opening an Office XP Excel spreadsheet by double click from a folder and it takes a minute or more (There's a fix for that of a similarly obscure (to lesser mortals) nature to this one)- did nobody at Microsoft try this either?</p>

<p>Thanks again Tom Keating - Bill Gates owes you a beer!</p>

<p>Jim Currie<br />
</p>]]>
    </content>
    <published>2007-12-07T08:04:58Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:31727</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c31727" />
    <title>Comment from Shaun W on 2007-12-07</title>
    <author>
        <name>Shaun W</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I worked days at a snail's pace...</p>

<p>Freedom!</p>

<p>Thanks!</p>]]>
    </content>
    <published>2007-12-07T13:51:52Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:31865</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c31865" />
    <title>Comment from Mark Foo on 2007-12-10</title>
    <author>
        <name>Mark Foo</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Just quickly wanted to confirm other comments made here. Your solution is just great! It saved me hours of investigation in Technet et. al. Thank you very much for sharing this info!</p>

<p>Mark.</p>]]>
    </content>
    <published>2007-12-10T23:45:43Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:32158</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c32158" />
    <title>Comment from Alex K on 2007-12-18</title>
    <author>
        <name>Alex K</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>This only happened when i connected to 2003 R2 servers. Thanks so much. Now I can continue to use/test my Vista machine instead reverting back to XP for administration.</p>]]>
    </content>
    <published>2007-12-18T21:13:33Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:32225</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c32225" />
    <title>Comment from Inf on 2007-12-20</title>
    <author>
        <name>Inf</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>OMG its sooooo fast now!!! </p>

<p>Thank You</p>

<p>Shame on Microsoft .. just another problem with Vista ... what a waste!</p>]]>
    </content>
    <published>2007-12-21T01:56:35Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:32454</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c32454" />
    <title>Comment from Jason Lind on 2007-12-30</title>
    <author>
        <name>Jason Lind</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>My problems started after I installed Service Pack 2 for Windows Server x64 so I thought this wouldn't be the problem, but it was. Thanks for the suggestion.</p>]]>
    </content>
    <published>2007-12-30T10:47:45Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:32479</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c32479" />
    <title>Comment from Neil on 2007-12-31</title>
    <author>
        <name>Neil</name>
        <uri>http://www.taoclan.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.taoclan.net">
        <![CDATA[<p>Thx, been keeping XP in another machine just so I could use RDP into my box now can get back to using Vista in both, nice seeing RDP work again...</p>

<p><br />
Thx. Neil</p>]]>
    </content>
    <published>2007-12-31T13:40:59Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:32483</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c32483" />
    <title>Comment from Doug on 2007-12-31</title>
    <author>
        <name>Doug</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I've been searching for this answer for MONTHS!!! Thank you, thank you.</p>

<p>By the way, the only instances I've seen this are with a Vista machine remote desktop connection into a Windows 2003 R2 Server with SP2 installed. It has never happened to me on plain-old 2003 servers with SP2, yet happens on both x86 & x64 2003 R2 Servers.</p>]]>
    </content>
    <published>2007-12-31T18:35:30Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:32774</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c32774" />
    <title>Comment from Marc on 2008-01-11</title>
    <author>
        <name>Marc</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Thank U very much! I had the same problem also with remote folder access and it solved my problem too! You're answer was my second choice in Google and bingo, problem solved.</p>]]>
    </content>
    <published>2008-01-11T11:05:55Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:32872</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c32872" />
    <title>Comment from posam on 2008-01-14</title>
    <author>
        <name>posam</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Hi<br />
   I have vista ultimate version. Doing remote desktop from windows xp professional and RDP was very slow and dropping time to time. Even I did the following...</p>

<p>- disabled ipv6<br />
- "netsh interface tcp set global autotuninglevel=disabled",<br />
- netsh interface tcp set global rss=disabled</p>

<p>and after all these steps, problem was not solved. Please help me out.</p>

<p>-posam</p>]]>
    </content>
    <published>2008-01-14T17:53:59Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:32891</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c32891" />
    <title>Comment from John Sloan on 2008-01-15</title>
    <author>
        <name>John Sloan</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>You flippin' legend.  This is exactly what I needed and it not only affects RDP but network access as well! we have a vista xp server 2003 network and ever since this workaround the vista machines on the network have been hugely faster</p>

<p>Well done</p>]]>
    </content>
    <published>2008-01-15T11:54:54Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:33047</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c33047" />
    <title>Comment from Craig on 2008-01-20</title>
    <author>
        <name>Craig</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Hi Tom</p>

<p>I have been working with this slow problem for a few weeks. I was login on to second servers to get around the issue. </p>

<p>I decided to see if there was a resolution on the web for the issue. Your Page was the first page I found and resolved the issue in seconds. </p>

<p>Only comment is you might want to state that the command is run on the Vista Client not on the server. I know this might sound obvious, but you know what end users are like.</p>

<p>Thanks a heap<br />
Craig<br />
</p>]]>
    </content>
    <published>2008-01-21T00:33:51Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:33061</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c33061" />
    <title>Comment from Alex on 2008-01-21</title>
    <author>
        <name>Alex</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Thank you very much. <br />
This solve my problem and all this time I was blaming remote server.</p>

<p>Alex </p>]]>
    </content>
    <published>2008-01-21T17:52:34Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:33107</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c33107" />
    <title>Comment from Rick on 2008-01-22</title>
    <author>
        <name>Rick</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>You Rock!</p>

<p>Thanks for the info.</p>

<p>Rick</p>]]>
    </content>
    <published>2008-01-23T00:56:47Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:33147</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c33147" />
    <title>Comment from James on 2008-01-24</title>
    <author>
        <name>James</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Like everyone else thanks for saving me from a hatful of heartache with this tip. </p>

<p>My scenario was an old Philips laptop running Vista Home, no problems RDP plus admin of a database on the 2003 server from a local admin program. Replaced with a brand new Dell Vostro super spec with Vista Business which ran like a dog on the 2003 server trying to administer the sql database using a local admin prog and RDP. </p>

<p>Thanks again</p>

<p>James</p>]]>
    </content>
    <published>2008-01-24T12:56:36Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:33828</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c33828" />
    <title>Comment from Chad on 2008-02-19</title>
    <author>
        <name>Chad</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Thanks for the tip, this has helped us tremendously.  As a side note this also significantly improved connections to our outside production SQL server when using SQL Management Studio.</p>]]>
    </content>
    <published>2008-02-19T21:06:52Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:33837</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c33837" />
    <title>Comment from Honza on 2008-02-20</title>
    <author>
        <name>Honza</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Dear Tom,</p>

<p>thank you very much, it solved my issue. Also notice, that not only RDC is affected by this, in my case it was also PL/SQL developer. And same as some else posted, it happened only when connecting to Windows 2003 R2 Server with SP2 installed. <br />
It can also happen, that Vistas will turn this feature back on once you try "Diagnose and repair" for your network connection, it suggest you to "Turn on TCP performance improving settings" which does the job...</p>

<p>Regards<br />
Honza</p>]]>
    </content>
    <published>2008-02-20T07:40:42Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:34327</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c34327" />
    <title>Comment from Toby on 2008-03-06</title>
    <author>
        <name>Toby</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>This fix works great for me.  However, I have one machine that continually reverts back to previous settings on it's own.  No system restores have been done.  No software changes have been made.  We just boot up the laptop one morning, and RDP runs slow again.  Once we redo the commands it works fine for a while, but then it'll happen all over again.  Any suggestions would be great.  Thanks!</p>]]>
    </content>
    <published>2008-03-06T15:51:51Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:35104</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c35104" />
    <title>Comment from Mike on 2008-03-24</title>
    <author>
        <name>Mike</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>This problem has been solved by Microsoft [finally].  Hotfix KB 948496.</p>]]>
    </content>
    <published>2008-03-24T17:50:38Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:36464</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c36464" />
    <title>Comment from Jacques Zetune on 2008-05-02</title>
    <author>
        <name>Jacques Zetune</name>
        <uri>http://www.inetsystem.com.br/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.inetsystem.com.br/">
        <![CDATA[<p>Hi, </p>

<p>I have Windows Vista Ultimate SP1 in a brand new laptop I bought 4 months ago from Dell. Everything worked fine except the client SQL Server Tools when connecting to a remote hosted database, getting a very very slow response in connection and commands in general.<br />
I have tried many many things. <br />
The following command (that I found on your website):</p>

<p>netsh interface tcp set global <br />
autotuninglevel=disabled</p>

<p>... made the thing work fine again</p>

<p>The weird thing is I am not using Remote Desktop and occasionally found this post (as I googled with the "remote" word).</p>

<p>I am very happy with the results and I wonder if there is some explanation to my "accidental" solution achievement.</p>

<p>And anyway, Thank you very much for the help, this tip saved my year.</p>

<p>Regards,<br />
Jacques Zetune<br />
</p>]]>
    </content>
    <published>2008-05-02T19:24:03Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:36548</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c36548" />
    <title>Comment from Ben on 2008-05-05</title>
    <author>
        <name>Ben</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Yes that autotuning setting especially causes all sorts of networking problems, not just remote desktop. </p>

<p>I had problems streaming video from my vista machine to my PVR until I run those commands, it's worked fine ever since.</p>]]>
    </content>
    <published>2008-05-05T23:47:18Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:37517</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c37517" />
    <title>Comment from Jason on 2008-06-11</title>
    <author>
        <name>Jason</name>
        <uri>http://www.expand.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.expand.com">
        <![CDATA[<p>There is a company called Expand Networks that has a unique solution to improving the performance of RDP, Citrix and other thin clients, especially useful in environments with  alot of users.</p>

<p><a href="http://www.expand.com/Products/Free-Evaluation.aspx">http://www.expand.com/Products/Free-Evaluation.aspx</a></p>]]>
    </content>
    <published>2008-06-12T03:57:42Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:37670</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c37670" />
    <title>Comment from PM04 on 2008-06-18</title>
    <author>
        <name>PM04</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>you may also want to check out Array Networks at arraynetworks.net </p>]]>
    </content>
    <published>2008-06-18T22:50:42Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:38024</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c38024" />
    <title>Comment from TommyNL on 2008-07-04</title>
    <author>
        <name>TommyNL</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Thanks !</p>

<p>Same as the guy above, I was about to hit a cardiac arrest aswell :-)</p>

<p>I'm using the mstscax.dll in an application of my own, and thought it was a problem in my application.</p>

<p>But apprently it isn't, problem solved!</p>]]>
    </content>
    <published>2008-07-04T12:24:19Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:40009</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c40009" />
    <title>Comment from peter.fernados on 2008-10-18</title>
    <author>
        <name>peter.fernados</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>If your like to use RDP over internet using microsoft windows teredo service(peer to peer connectivity) you can check this soft <a href="http://www.lanoninternet.com">http://www.lanoninternet.com</a><br />
Now RDP can work behind NAT/firewall.Since its peer to peer connection it is much faster than remote access solution</p>]]>
    </content>
    <published>2008-10-19T01:08:32Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:40740</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c40740" />
    <title>Comment from Maryanne on 2008-11-20</title>
    <author>
        <name>Maryanne</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I do not have Vista but am having the same very slow response times for my mouse clicks and screen views when using remote access on my laptop using XP professional when I connect to my Windows 2003 server. Can anyone offer a suggestion? </p>]]>
    </content>
    <published>2008-11-21T03:19:30Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:41501</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c41501" />
    <title>Comment from Steven on 2008-12-22</title>
    <author>
        <name>Steven</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>So thats how remote desktop is suspose to work on Vista, and I was ready to smash this laptop at times. Great job.</p>]]>
    </content>
    <published>2008-12-22T11:58:03Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:43878</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c43878" />
    <title>Comment from Ryan on 2009-04-08</title>
    <author>
        <name>Ryan</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I have my primary dc with 2k8 64 bit, 12.gb RAM, 2 dual core 2.2 GHz processors. very clean and brand new. My XP machine would connect to this server by RDC and was a slug. The same server at the console was very responsive. When I ran both netsh commands on the server, all delays were gone! Great blog and information. Keep up the good work.</p>]]>
    </content>
    <published>2009-04-08T17:07:11Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:44172</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c44172" />
    <title>Comment from Jan on 2009-04-25</title>
    <author>
        <name>Jan</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I am so happy for you all!...</p>

<p>But for me (with exactly the same problem) changing these settings (autotuning AND rss disabled; confirmed and rebooted) DID NOT solve the problem. I am still waiting 30 seconds (!) or more sometimes for one mouse click on my Vista Client PC to be registered on the XP server! </p>

<p>I am having this problem for more than 2 years now and it's driving NUTS. I have recently migrated from CheckPoint to Cisco VPN, but the problem remains. </p>

<p>Please, please give me some hints why this solution may NOT work for me, while everyone else seems to be speeding their way through remote desktop linked Vista/XP.</p>

<p>Sincerely<br />
Jan</p>]]>
    </content>
    <published>2009-04-25T21:56:05Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:44177</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c44177" />
    <title>Comment from peter.fernados on 2009-04-26</title>
    <author>
        <name>peter.fernados</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>jan,<br />
This may be due to delayed ack. Your xp pc might have formed small chunks of packets for reply of mouse click for which vista delayed acks. Can u try disabling the delayed acks by setting TcpAckFrequency value to 1.<br />
Follow this link:<br />
<a href="http://support.microsoft.com/kb/328890">http://support.microsoft.com/kb/328890</a></p>]]>
    </content>
    <published>2009-04-26T05:57:45Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:44191</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c44191" />
    <title>Comment from John on 2009-04-27</title>
    <author>
        <name>John</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Master !! I´m having this problem in Terminal Server ST 2003 and XP-RDP clients, but not solve my problem.<br />
Please help!! </p>

<p>Thanks in advance</p>]]>
    </content>
    <published>2009-04-27T22:29:32Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:45614</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c45614" />
    <title>Comment from Phill Hardstaff on 2009-07-07</title>
    <author>
        <name>Phill Hardstaff</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Here s variation on this, I am using Windows 7 64 bit, when I RDP to "certain" Windows 2003 Servers and Windows 2000 servers not only is the RDP session slow as described above but it brings the REAL server console to a crawl, it also affects network connectivity to the server ? Any ideas, I tried the steps above but no go.</p>

<p>I have a real mix this affects, some Windows Server 2003 SP1 are affected and some are not, have not found an SP2 that does this yet but still trying, Windows Server 2000 comes to a complete halt almost when I RDP to it.</p>

<p>I am not finding much on the internet about it ?</p>

<p>Phill</p>]]>
    </content>
    <published>2009-07-08T00:26:54Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:47542</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c47542" />
    <title>Comment from David Chan on 2009-09-11</title>
    <author>
        <name>David Chan</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I was using a Windows 7 enterprise client to manage a Windows Server 2003 R2 SP1, and it worked without problem. After patching to SP2, remote deskop was almost unsable.</p>

<p>Then your solution resolved this problem! Thx !</p>]]>
    </content>
    <published>2009-09-11T15:35:50Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:47547</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c47547" />
    <title>Comment from Phill Hardstaff on 2009-09-11</title>
    <author>
        <name>Phill Hardstaff</name>
        <uri>http://hardstaff.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://hardstaff.com">
        <![CDATA[<p>Just an update, I went back to Windows 7 32 bit (both RC and final release) and I do not get this behavior, only from Windows 7 64 bit RC and final. If I RDP to the affected servers from a VM of say XP on the same box it is no problem, which is weird ? Eventually this just got in the way of how I work so I went back to 32 bit. On one Windows 2000 server on our DMZ, when I RDP to it from Windows 7 64 bit the server console cannot be used and that whole network just gets flooded with traffic, weird problem and I never worked out what it was.</p>]]>
    </content>
    <published>2009-09-11T21:10:48Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:47607</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c47607" />
    <title>Comment from satinder on 2009-09-15</title>
    <author>
        <name>satinder</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I am using win7 32bit RC 7100 build. I am having the same issue.When i make a rdp session to W2k which is our domain controller, the cpu usage becomes 100% and trmsrv and rdpclip process are consuming 70% resources. Please help</p>]]>
    </content>
    <published>2009-09-15T05:16:47Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:47816</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c47816" />
    <title>Comment from Perb on 2009-09-25</title>
    <author>
        <name>Perb</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Hat off for you, Sir.</p>]]>
    </content>
    <published>2009-09-25T11:46:34Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:48275</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c48275" />
    <title>Comment from Mark on 2009-10-15</title>
    <author>
        <name>Mark</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I'm logging in from Vista 64 into a Dell T300 Server running XP Pro 64 and have the same problem. I can log into the server from an XP machine no problems, but from my Vista machine its virtually useless. </p>

<p>I tried the fixes mentioned here, but to no avail. Any ideas? Does this solution not work because I'm attempting to connect to a XP box as opposed to Server software?</p>]]>
    </content>
    <published>2009-10-15T12:10:38Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:48953</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c48953" />
    <title>Comment from Goran on 2009-11-05</title>
    <author>
        <name>Goran</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I have the same issue at my work. I have to connect through app tunnel (using CrossLink app). Connecting from my Windows7 to Win2000/2003 is extremely slow.<br />
Strange enough, it works OK from my colleague's machine also running Windows7!? As expected it also works OK from WinXP.<br />
Running the commands didn't slove my problem. Restared my machine, run them again, slow slow slow.. :(<br />
Unfortunatelly, didn't help me...</p>]]>
    </content>
    <published>2009-11-05T15:34:50Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:49660</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c49660" />
    <title>Comment from PinoProxy on 2009-11-27</title>
    <author>
        <name>PinoProxy</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>This issue was bugging me for over a month.<br />
I am running Windows 7 x64 RTM (build 7600).<br />
The suggestions above did not help.<br />
Finally I went on a googling spree and came across a suggestion to turn off TCP checksum offload which significantly improved things for me. </p>

<p>Here is how to if you are still having issues after trying the suggestions in the blog post:<br />
<a href="http://www.techsupportforum.com/networking-forum/protocols-routing/248812-wireshark-question-tcp-checksum-offload.html">http://www.techsupportforum.com/networking-forum/protocols-routing/248812-wireshark-question-tcp-checksum-offload.html</a><br />
(post #4)</p>

<p>I used this with the latest update in the blog post:<br />
netsh interface tcp set global autotuninglevel=highlyrestricted</p>

<p>Give it a go and I hope it works for you too.</p>

<p>And its pretty usable now. Although its still far from convenient... any tips on how to make it even faster will be appreciated!</p>

<p>Thanks<br />
-Pino</p>]]>
    </content>
    <published>2009-11-27T23:28:10Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:49799</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c49799" />
    <title>Comment from Ty on 2009-12-03</title>
    <author>
        <name>Ty</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I have just had the same (or similar problem) with Windows XP 64 bit version but the command solution listed here didn't work for me. I ended up just downloading a new version of Remote Desktop from Microsoft and it is now blazingly fast. </p>

<p>Here's where I got it: <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=160ce316-bf2b-48d0-a035-e2abbc55d8e8">http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=160ce316-bf2b-48d0-a035-e2abbc55d8e8</a></p>

<p>Hope this helps someone. <br />
</p>]]>
    </content>
    <published>2009-12-03T23:00:04Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:50759</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c50759" />
    <title>Comment from Rob on 2009-12-23</title>
    <author>
        <name>Rob</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Lifesaver!</p>]]>
    </content>
    <published>2009-12-23T13:21:15Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:52579</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c52579" />
    <title>Comment from Manoj on 2010-01-18</title>
    <author>
        <name>Manoj</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Great article!!!</p>

<p>I wanted to ask one thing; what is the minimum bandwidth required to use remote log on? I mean I have ~100 kbps (bits) download and ~50kbps upload speed and remote connection keeps on breaking down.</p>

<p>Manoj</p>]]>
    </content>
    <published>2010-01-18T06:52:46Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:53666</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c53666" />
    <title>Comment from j03m on 2010-02-01</title>
    <author>
        <name>j03m</name>
        <uri>http://www.j03m.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.j03m.com">
        <![CDATA[<p>omg, i love you. I had the reverse problem, connecting from 2003 (my workstation) to server 2008 was dog slow. Ran the same commands on the server, logged out, logged back in - now very fast. </p>

<p>Thanks for posting. You are awesome.</p>]]>
    </content>
    <published>2010-02-01T17:08:45Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:55181</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c55181" />
    <title>Comment from Ryan on 2010-03-24</title>
    <author>
        <name>Ryan</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Ok, here's a different senerio for ya, I am remoting to a W7 workstation using the MS RDP client for Mac OSX and getting the exact same right down to the detail issues as stated above.  Would I benefit modding the w7 box?  Is there any fix for this Mac RDP client??</p>]]>
    </content>
    <published>2010-03-25T03:35:24Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:55439</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c55439" />
    <title>Comment from Jeremy on 2010-04-06</title>
    <author>
        <name>Jeremy</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Glad that this is working out for so many.  Unfortunately, it's not working for me.  :(</p>

<p>Running WinXP at work.</p>

<p>Remote to Win7 32-bit at home (wife's machine) - no problem, fast as lightning, screen refreshes are fine</p>

<p>Remote to Win7 64-bit at home (my machine) - slow, slow, slow  :(</p>

<p>Presumably that eliminates any ISP issues at either end and, the fact that I can RDP to my wife's machine on the same network at home with no problems likely eliminates it's my work laptop.</p>

<p>If I'm at home with my work laptop and try to RDP to my Win7 64-bit machine, there are no probs and it's just as fast as my wife's machine.</p>

<p>I tried the solutions above (including the "highlyrestricted" and the "rss=disabled" options) and neither seem to work.  :(</p>

<p>I'm stumped.  :(</p>]]>
    </content>
    <published>2010-04-06T13:44:19Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:55474</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c55474" />
    <title>Comment from Jeremy on 2010-04-07</title>
    <author>
        <name>Jeremy</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Sounds like this has been a great fix for many users.  Unfortunately, I'm having a similar issue but the fixes above (both the netsh commands and the TCP Checksum suggestion) haven't resolved it.</p>

<p>My Issue and Troubleshooting:</p>

<p>Machine A - WinXP machine (office laptop) <br />
Machine B - Win7 x64 Ultimate box (home PC - fully loaded i7 box)<br />
Machine C - Win7 x32 Ultimate box (wife's home PC - mid-range AMD box)</p>

<p>~ from office, A connects to B with very slow screen refreshes and poor performance<br />
~ connected to local network at home, A connects to B with great performance<br />
~ connected to BlackBerry through tethering, A connects to B with very slow screen refreshes and poor performance</p>

<p>~ from office, A connect to C with great performance<br />
~ connected to local network at home, A connects to C with great performance<br />
~ connected to BlackBerry through tethering, A connects to C with great performance</p>

<p>So it seems that it's nothing specific to Machine A (my office laptop) as I can connect to the troublesome Machine B over my local LAN at home with no probs AND I'm able to connect to Machine C (also on the same LAN at home) in any scenario with great performance.</p>

<p>I don't know WHAT it is but the problem seems to be connecting from Machine A to Machine B over anything other than a local LAN.</p>

<p>This same config (save for Windows Updates) has been working flawlessly in this scenario for several months.  Just recently I've noticed all these performance issues when connecting to it using a non-local RDP session.</p>

<p>This is seriously hindering my pr0n surfing from work (kidding!)</p>

<p>But I AM frustrated as hell.</p>

<p>Aaaargghhhh!</p>

<p>Any insight would be tumultuously appreciated.  :)</p>]]>
    </content>
    <published>2010-04-07T13:27:53Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:55639</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c55639" />
    <title>Comment from Robert Singleton on 2010-04-13</title>
    <author>
        <name>Robert Singleton</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Let me know if you have a solution for your problem with the Mac RDC. I have a user with a Mac connecting to a Windows 2008 Server that is having slow performance. When he drags windows they take forever or making edits other edits.</p>]]>
    </content>
    <published>2010-04-13T21:29:01Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:55985</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c55985" />
    <title>Comment from someone on 2010-04-27</title>
    <author>
        <name>someone</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I had searched for months a solution for that and finaly as discovered it was a bug in NOD32 antivirus only with Win7 x64.</p>

<p>see that link to solve the problem :</p>

<p><a href="http://social.technet.microsoft.com/Forums/en/winserverTS/thread/f71551fb-9376-42b9-9695-8458ed0ea555">http://social.technet.microsoft.com/Forums/en/winserverTS/thread/f71551fb-9376-42b9-9695-8458ed0ea555</a></p>

<p>hope this solve someone from suicide !</p>]]>
    </content>
    <published>2010-04-27T14:49:56Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:55990</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c55990" />
    <title>Comment from Adam on 2010-04-27</title>
    <author>
        <name>Adam</name>
        <uri>http://www.ericom.com/ericom_blaze.asp?URL_ID=708</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.ericom.com/ericom_blaze.asp?URL_ID=708">
        <![CDATA[<p>It's true that RDP 7 does provide improved user experience and performance compared to previous versions of RDP. However, it's possible to improve video and graphics performance even further (by about 2-5 times better than RDP 7 alone) with a solution called Ericom Blaze.</p>

<p>Ericom Blaze is a software-based RDP acceleration AND compression product that provides a superior end-user experience over WAN and congested LANs. Besides delivering higher frame rates and reducing screen freezes and choppiness, Ericom Blaze accelerates RDP 7 performance by up to 2-5 times (and up to 10-25 times for earlier versions of RDP), while significantly reducing network bandwidth consumption over low-bandwidth/high latency connections.</p>

<p>Also, don't forget that to get the benefit of RDP 7 you need to upgrade all your hosts to Windows Server 2008 R2. If you are not ready to do that, and still want performance improvements in RDP, you can still use Blaze.</p>

<p>You can read more about Blaze and download a free evaluation at:<br />
<a href="http://www.ericom.com/ericom_blaze.asp?URL_ID=708">http://www.ericom.com/ericom_blaze.asp?URL_ID=708</a></p>

<p>Or view a video demo at:<br />
<a href="http://www.ericom.com/blaze_youtube.asp?URL_ID=708">http://www.ericom.com/blaze_youtube.asp?URL_ID=708</a></p>

<p>Adam</p>]]>
    </content>
    <published>2010-04-27T19:09:43Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:56154</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c56154" />
    <title>Comment from John Harley on 2010-05-03</title>
    <author>
        <name>John Harley</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>In Vista, you have to run the command as Administrator. Right click on the Command Prompt Icon and select Run as Administrator.</p>]]>
    </content>
    <published>2010-05-03T15:56:56Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:56316</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c56316" />
    <title>Comment from Parag on 2010-05-07</title>
    <author>
        <name>Parag</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Thanks for the post.  I tried all three scripts, autotuning disabled, normal and highlyrestricted but i still have keystroke and mouse delay.  <br />
I have Vista Business and remotely connecting to Windows 2003 server. When i connect and login to window 2003 server, first the login prompt has keystroke and mouse delay anywhere between 5 to 30 sec.  Once i am login, launch the application on remote machine, mouse click delays 5 sec to 10 secs.. <br />
I am very frustated.  any suggestion is greatly appreciated.</p>

<p>Thank you</p>]]>
    </content>
    <published>2010-05-07T06:15:01Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:58683</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c58683" />
    <title>Comment from Prashant on 2010-07-04</title>
    <author>
        <name>Prashant</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Thanks... The problem Solved. I tried to overcome this problem for quite some time...</p>]]>
    </content>
    <published>2010-07-04T04:03:21Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:58794</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c58794" />
    <title>Comment from kimsland on 2010-07-06</title>
    <author>
        <name>kimsland</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Including: netsh interface tcp set global autotuninglevel=highlyrestricted</p>

<p>Here's a few more to reset your network:</p>

<p>netsh winsock reset<br />
netsh int ip reset <br />
netsh interface ip delete arpcache<br />
netsh winsock reset catalog<br />
netsh int ip reset reset.log</p>

<p>Its helped a few times, and doesn't hurt.<br />
Restart then test again ;)</p>]]>
    </content>
    <published>2010-07-06T14:33:02Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:58806</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c58806" />
    <title>Comment from Parag on 2010-07-06</title>
    <author>
        <name>Parag</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Same here.  Problem solved.  Thank you everyone for posting the feedback. </p>

<p>Parag</p>]]>
    </content>
    <published>2010-07-06T17:17:58Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:58917</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c58917" />
    <title>Comment from Phill Hardstaff on 2010-07-07</title>
    <author>
        <name>Phill Hardstaff</name>
        <uri>http://www.hardstaff.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.hardstaff.com">
        <![CDATA[<p>wooohoooo !! I had the problem listed a bit further up, from Windows 7 64 Bit when I RDP to certain servers (no pattern) the consoles would turn to molasses and network traffic would go through the roof. I booted into 64 bit today determined to fix this, so I hit it with the lot.</p>

<p>From the Blog here I ran these</p>

<p>netsh interface tcp set global autotuninglevel=highlyrestricted</p>

<p>netsh interface tcp set global rss=disabled</p>

<p>and then from here</p>

<p><a href="http://www.techsupportforum.com/networking-forum/protocols-routing/248812-wireshark-question-tcp-checksum-offload.html">http://www.techsupportforum.com/networking-forum/protocols-routing/248812-wireshark-question-tcp-checksum-offload.html</a></p>

<p>towards the bottom</p>

<p>A guide:</p>

<p>1. Open Device manager (right click "Computer" and click "Manage")<br />
2. Click on "Device Manager"<br />
3. Expand "Network adapters"<br />
4. Right click your network adapter mine is called "Nvidia nForce 10/100/1000 Mbps Ethernet" etc.<br />
5. click "properties"<br />
6. click the tab named "Advanced"<br />
7. Find "IP Checksum Offload" and click it<br />
8. Put the value to the right to "Disabled"<br />
9. Find "TCP Checksum offload (IPvX)<br />
10. Set the value to the right to "Disabled"</p>

<p>Plus to be on the safe side I disabled also</p>

<p>UDP Checksum offload for IPv4 and IPv6</p>

<p>After all that problem, gone, don't ask me which one did it though :) Will come back to it some time but for now I can go back to my 64 bit Windows 7 ! I am guessing it was either the new edit highlyrestricted or the last part/</p>

<p>Phill</p>]]>
    </content>
    <published>2010-07-08T00:28:49Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:64658</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c64658" />
    <title>Comment from Yariv E on 2010-08-31</title>
    <author>
        <name>Yariv E</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Thank you so much. Worked for me.<br />
Saved me lots of mouse clicks and keystrokes.</p>

<p>To clarify, I see that lots of the comments relate this problem to some kind of slowdown. But as Tom wrote, the problem is that the mouse clicks are not registered, but keyboard strokes do. At least in my case.</p>

<p>I found out, that after clicking the mouse, clicks that were not registered, and then clicking the keyboard, the mouse clicks were also transferred. So it means that they were just waiting in some Queue.</p>

<p>And Tom's solution solved that - Thanks again.<br />
Yariv</p>]]>
    </content>
    <published>2010-08-31T09:01:26Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:67225</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c67225" />
    <title>Comment from Joliet Carpet Cleaners on 2010-09-22</title>
    <author>
        <name>Joliet Carpet Cleaners</name>
        <uri>http://www.exquisitecarpetcare.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.exquisitecarpetcare.com">
        <![CDATA[<p>the built in remote tool is just too slow, that's why a lot users prefer to use third party programs.</p>

<p>i was hoping this would be worked out at 7 but seems not.</p>]]>
    </content>
    <published>2010-09-22T11:37:13Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400-comment:67665</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.32400" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/microsoft/remote-desktop-slow-problem-solved.asp#c67665" />
    <title>Comment from Carisa on 2010-09-28</title>
    <author>
        <name>Carisa</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>THANK YOU THANK YOU THANK YOU!!!! I am so relieved, I have been going crazy trying to work from home since I got this new computer, so slow. Works like a charm now, thank you :)</p>]]>
    </content>
    <published>2010-09-29T03:15:09Z</published>
  </entry>

</feed>
