remote desktop cache \ Permanently caching bitmaps

Андрей Михалевский 3,201 Reputation points
2021-06-10T07:24:32.397+00:00

Hi, I noticed that the folder takes up 300MB of disk space. C:\Users\<username>\AppData\Local\Microsoft\Terminal Server Client\Cache

As I understood it is needed for caching bitmaps.

  1. How it works?
  2. How effective is it? Disabling this, I did not notice any difference. Then the question is, does this function make any sense?
  3. Can this be turned off from the server side?
Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,768 questions
0 comments No comments
{count} votes

Accepted answer
  1. Andy YOU 3,076 Reputation points
    2021-06-11T01:54:03.557+00:00

    HI 47451047,

    1.How it works?
    Caching bitmap means that images and other bitmap resources are locally stored on the client computer for reusing them later. This way, the remote server or PC doesn't send images twice reducing the amout of data sent and saving your bandwidth usage.

    When is caching bitmap enabled, it creates a client-side cache of bitmaps that are rendered in the session. It provides a significant improvement on bandwidth usage, and it should always be enabled (unless there are other security considerations).

    2.How effective is it? Disabling this, I did not notice any difference. Then the question is, does this function make any sense?

    What does the "Bitmap Caching" option do in the Remote Desktop Client?
    https://newbedev.com/what-does-the-bitmap-caching-option-do-in-the-remote-desktop-client

    Please Note: Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice.

    3.Can this be turned off from the server side?

    Usually we need to use the "persistent bitmap" option on the RDP client side. If you want to disable it on the server side, you can try to change it by using below policy and reboot the server to check the result.

    remote desktop services\remote desktop session host\remote session environment\
    configure image quality for remotefx adaptive graphics enabled set to lossless

    ============================================
    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.