Often, Remote Desktop breaks because of corrupted underlying system files ( mstsc.exe or dependent .dll files). Running built-in deployment tools can restore these files without fully removing the application.
Run sfc /scannow to find and fix corrupted system files.
This is the modern approach for Windows 10 and 11. It resets the Remote Desktop app to its default state without requiring a full system reboot or complex commands. This fixes most issues related to UI glitches and corrupted cache files. reinstall remote desktop connection
(Note: If this fails because the package is fully gone, use: winget install "Microsoft Remote Desktop" )
When users ask to "reinstall Remote Desktop Connection," they usually mean fix corrupt registry keys, DLL files, or app data. Often, Remote Desktop breaks because of corrupted underlying
The installer typically runs silently without user interaction. Once finished, search for "Remote Desktop Connection" in the Start menu to launch it. Microsoft Learn 3. Troubleshooting Missing Files
Click and then OK . Restart your computer and test your connection. This is the modern approach for Windows 10 and 11
If you cannot uninstall or the app is still missing, your system files may be corrupted. Use these repair commands in an Administrator Command Prompt sfc /scannow : Scans and repairs corrupted system files. dism /online /cleanup-image /restorehealth : Restores the Windows image from official sources. Microsoft Learn Are you running into a specific error code like "unable to locate mstsc.exe" while trying to connect?
regsvr32 /u mstsc.exe
Rename the shortcut to or any name you prefer. It will now appear in your Start menu search.
Press Windows Key + R , type gpedit.msc , and hit Enter . Navigate to Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Connections . Ensure Allow users to connect remotely using Remote Desktop Services is set to Enabled . Looking for an Alternative?