Monday, April 8, 2013

remote desktop The connection has been lost. Attempting to reconnect


using following command to fix it.
netsh interface tcp set global autotuninglevel=disabled
This disabled windows(7)’s TCP/IP autotuning feature. I didn’t even have to reboot, Remote Desktop has worked great ever since I made this change. No more problems, not even once.
If for some reason you want to re-enable TCP/IP auto tuning, the command is:
netsh interface tcp set global autotuninglevel=normal