If you came here searching for a quick answer, follow this decision tree:
@echo off
echo Reinstalling Remote Desktop Connection...
dism /online /disable-feature /featurename:Remote-Desktop-Services /norestart
dism /online /enable-feature /featurename:Remote-Desktop-Services /norestart
echo Done. Restart your PC.
pause
If the core files of the Remote Desktop client are missing or corrupted, you must use the Windows Features tool. This method effectively "uninstalls" the feature from the OS and reinstalls fresh system files. reinstall remote desktop connection
Since you can’t delete RDC, the closest equivalent is to remove the Windows feature that hosts it and add it back. This forces Windows to re-copy the system files. If you came here searching for a quick
Step-by-step for Windows 10/11:
What this does: Windows removes the registry keys and system files related to RDC, then rebuilds them from the local image store (C:\Windows\WinSxS). This is the official "reinstall remote desktop connection" process. If the core files of the Remote Desktop
If you still have problems after a clean reinstall, check these three things: