Uninstall and Reinstall the Remote Desktop Connection App in Windows

Starting with Windows 11 version 23H2, the Remote Desktop Connection app can be uninstalled and reinstalled like a standard application. : Open Settings > Apps > Installed apps . Search for Remote Desktop Connection . Click the three dots (...) and select Uninstall . Reinstall the App :

The most significant feature of "reinstalling Remote Desktop Connection" is the ability to , a feature introduced in Windows 11 version 23H2 . Previously, this was a permanent system component that could only be repaired, not fully uninstalled. Key Features and Benefits

: Ensure "Remote Desktop" is allowed through the Windows Defender Firewall .

If you are running Windows 10 or an earlier version of Windows 11 (pre-23H2), you'll need to reinstall Remote Desktop Connection via the panel or through PowerShell.

Download the installer (e.g., mstsc-x64-setup.exe ) to a known folder. In the Command Prompt, navigate to that folder and run: mstsc-x64-setup.exe Use code with caution. Copied to clipboard

The Deployment Image Servicing and Management (DISM) tool is a more advanced utility that repairs the local Windows image, fixing errors that SFC cannot.

Scroll down the list of installed features to locate . Click on the feature and select the Uninstall button.

This pulls a fresh copy of the application components from the local Windows component store and reregisters mstsc.exe . Method 3: Repair Remote Desktop via SFC and DISM

: Reinstalling provides a clean slate for fixing issues like missing executables ( mstsc.exe not found), corrupt configurations, or connectivity errors that persistent system file scans (like sfc /scannow ) might miss.