remote desktop app stuck on "preparing destination computer" windows 11

Jason 1 Reputation point
2022-10-12T21:24:56.673+00:00

Ever since I updated windows 11 on my new dell inspiron 16 7620 2 in 1, can no longer connect to my work's remote server. The remote desktop app just stays on "preparing destination computer" for hours. I have turned off firewall, uninstalled Mcafee, and even reset the laptop to factory settings. Even when I reset it to factory settings it automatically updated windows 11. Anyone else having a problem with remote desktop app after the latest windows 11 update. I need to be able to connect to my work's remote server to work from home and while at work...productivity is way down someone please help.

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

3 answers

Sort by: Most helpful
  1. Dave Patrick 426.1K Reputation points MVP
    2022-10-12T22:37:02.763+00:00

    some things to try;
    1 Might try from PowerShell from both source and target (using target address in both cases).

    Test-NetConnection -ComputerName "192.168.49.142" -CommonTCPPort "RDP" -InformationLevel "Detailed"  
    

    2 check the event logs on target machine
    3 try rebooting the target machine.

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  2. TarIk.h 1 Reputation point
    2022-10-17T11:28:33.543+00:00

    I have the same issue. after the update RDP is stuck at "Preparing Desktop " and nothing shows up..
    This started after the update. All other people can connect to our remote server except one.


  3. Greg 0 Reputation points
    2023-07-05T23:06:31.7366667+00:00

    Also did the trick for me to add the reg add command above

    Note if you are using passwordless functionality in your microsoft accounts and want to rdp from a Mac using MacRDP client, you have to set a password, login at least once remotely, and then you can revert the setting back to passwordless after you have logged in remotely.

    0 comments No comments