How to make Remote Desktop faster

Open command prompt. (e.g. Type cmd in the windows search box and hit enter.)

netsh interface tcp set global autotuninglevel=disabled

This command disables TCP Auto Tuning which is the cause of this particular problem. To re-enable it, execute the following:

How to undo

Open command prompt. (e.g. Type cmd in the windows search box and hit enter.)

netsh interface tcp set global autotuninglevel=normal

References

Page Comments (Click to edit)






[Click to add or edit comments])

Please prepend comments below including a date

Design by N.Design Studio, adapted by solidGone.org (version 1.0.0)
Have a nice day.