Upgrading to Windows 11 24H2 causes remote desktop connections to Windows 7 machines not to show graphics correctly.

Alessandro Cipriano 150 Reputation points
2024-10-03T09:25:51.5866667+00:00

After having upgraded Windows 11 to 24H2, the remote desktop connections to machines that use Windows 7 or Windows Server 2008R2 do not show graphic content correctly.

Returning to the previous Windows 11 version (23H2) has resolved the problem.

No problems with remote desktop connections to other machines with more recent operating systems. Unfortunately, the above-mentioned Windows 7 machine is "special", as it is used to control some very old industrial system control and it is not upgradable.

RemoteDesktopProblemAfter24H2

Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,653 questions
{count} votes

17 answers

Sort by: Most helpful
  1. Michal Kumela 15 Reputation points
    2024-10-21T08:57:45.43+00:00

    Try to download Remote Desktop App from Microsoft Store User's image

    Use it instead of classic RDC App. For me worked!

    3 people found this answer helpful.

  2. Richard 5 Reputation points
    2024-10-04T18:02:23.0066667+00:00

    It looks like mstsc in Windows 11 24H2 no longer understands bitmap updates that contain multiple rectangles. It seems to draw the first rectangle (maybe) and ignore the rest. It's not clear whether this change is intentional.

    FreeRDP updated their code to deal with this by restricting all bitmap updates to a single rectangle.

    1 person found this answer helpful.

  3. PLewandowski 5 Reputation points
    2024-10-08T09:29:32.6033333+00:00

    I found article

    https://forums.mydigitallife.net/threads/discussion-windows-11-build-26100-pc-24h2-retail-ge-release.88220/page-92

    and there is helpful two comments

    1. "If I use remote desktop client from MS store, it works well, without artifacts, but this client is very limited. It not maps printers, and I need to print."

    Like suggest Richard (FreeRDP)- but below app is from MS

    I tested app with icon with red circle and signs >< inside - and artefact (on APP via RDP) does not occur.

    1. "I just tested and it seems to work.  You need to copy these files

    C:\Windows\System32\mstsc.exe

    C:\Windows\System32\mstscax.dll

    C:\Windows\System32\en-US\mstsc.exe.mui

    C:\Windows\System32\en-US\mstscax.dll.mui"

    (on Client PC)

    Before You will change this files i sugest create copy of theme.

    I coped from C:\windows.old this files (but when You usage Windows in another language this en-US directory be diferent - corectly to OS language) and

    I cope files on Windows Recovery Mode (press and hold shift when You click reboot OS; on Recovery mode -> Trabelshoot -> Advanced options -> Command Prompt) - becouse when OS normaly works, this files is lock.

    Useful comands on cmd

    -to change partition:

    C:

    -after chenges partition to C: - changes folders

    cd c:\Windows\System32\

    -to list files on directory or check file size

    dir mstsc.exe

    -delete files

    del C:\Windows\System32\mstsc.exe

    -copy files between folders (first is source directory second is destination directory)

    copy C:\Windows.old\System32\mstsc.exe C:\Windows\System32\mstsc.exe

    1 person found this answer helpful.

  4. Hughs 5 Reputation points
    2024-12-11T04:23:24.25+00:00

    I get this same problem on our customers Windows 11 too.

    I copy all the mstsc*.* (version 10.0.22621) from my notebook which doesn't update to 24H2 yet.

    Copy those files to customers c:\windows\mstsc (10.0.22621). And make a shortcut for them to use temporarily until Microsoft release a fix

    1 person found this answer helpful.
    0 comments No comments

  5. Marc Picart 5 Reputation points
    2024-12-17T19:00:44.97+00:00

    I copied the following files from the 23H2 version, from the Windows.old folder:

    C:\Windows\System32\mstsc.exe

    C:\Windows\System32\mstscax.dll

    C:\Windows\System32\en-US\mstsc.exe.mui (en-US It depends on the Windows language)

    C:\Windows\System32\en-US\mstscax.dll.mui (en-US It depends on the Windows language)

    C:\Windows\SystemResources\mstsc.exe.mun

    C:\Windows\SystemResources\mstscax.dll.mun

    It worked fine

    Of course I made a backup of the originals from 24H2 in case Microsoft takes notice and solves the problem

    To copy these files I did it from the recovery environment using the command line

    I hope it is useful to you

    1 person found this answer 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.