How to increase performance of Remote Desktop

Solution 1:

I know this is an old topic, but for others, in your RDP file make sure this line is set to 1:

bitmapcachepersistenable:i:1

You can do this from the UI, but then add this magic line too:

bitmapCacheSize:1:32000

This will max out your bitmap cache so you request bitmap data less frequently.

Solution 2:

The best way is to simply turn off unnecessary features, and tone down the others.

With Remote desktop open, click the [ Options >> ] button:

alt text

The window size will increase and you will see a number of tabs as shown here:

alt text

These are the main tabs to look at to increase your performance:

The "Display" tab

You can decrease the size in which you will view the remote desktop in this tab. Lowering this greatly improves performance, just make sure you can still read text and see what you're doing.

You can also change the color detail in this tab, If you are simply viewing text, 256 colors is fine, else try 15 or 16-bit if 256 is too low for you.

The "Local Resources" tab

The only main bandwidth eater in this tab is the remote sounds. If you do not need to hear sounds from the remote computer, I'd suggest turning this off altogether.

The "Experience" tab

In this tab I'd suggest unchecking every checkbox except for "Bitmap caching". Bitmap caching will download images that you will see most often such as the start menu image or system tray, and save them locally to your PC. For a low bandwidth user this is beneficial, as these "chunks" of the screen are not resent each refresh.

Solution 3:

Disable visual styles, set a solid color background, etc ; go to My Computer properties -> Advanced -> Performance Settings, and select adjust for best performance.