OviLex Software

Reinstall Remote Desktop: Connection

The official "paper" or guide for reinstalling the Remote Desktop Connection (mstsc.exe) app in Windows involves downloading the specific installer for your system architecture and running it manually. How to Reinstall Remote Desktop Connection

  • Restart your computer and try launching the application again.
  • Once the system has restarted, you can reinstall the application: reinstall remote desktop connection

    1. Checking firewall settings: Ensure that the firewall is not blocking RDC connections.
    2. Verifying network connectivity: Check that your network connection is stable and working properly.
    3. RDC client updates: Ensure that your RDC client is up to date.
    Get-AppxPackage -AllUsers *RemoteDesktop* | Foreach Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"
    
    1. Open Command Prompt as Administrator.
    2. Execute this command to check for corruption:
      DISM /Online /Cleanup-Image /CheckHealth
      
    3. Then run the restore:
      DISM /Online /Cleanup-Image /RestoreHealth
      
    4. After DISM completes (this takes 10-20 minutes), run:
      SFC /SCANNOW
      
    5. Restart your PC.
    We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners. View more
    Cookies settings
    Accept

    The official "paper" or guide for reinstalling the Remote Desktop Connection (mstsc.exe) app in Windows involves downloading the specific installer for your system architecture and running it manually. How to Reinstall Remote Desktop Connection

  • Restart your computer and try launching the application again.
  • Once the system has restarted, you can reinstall the application:

    1. Checking firewall settings: Ensure that the firewall is not blocking RDC connections.
    2. Verifying network connectivity: Check that your network connection is stable and working properly.
    3. RDC client updates: Ensure that your RDC client is up to date.
    Get-AppxPackage -AllUsers *RemoteDesktop* | Foreach Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"
    
    1. Open Command Prompt as Administrator.
    2. Execute this command to check for corruption:
      DISM /Online /Cleanup-Image /CheckHealth
      
    3. Then run the restore:
      DISM /Online /Cleanup-Image /RestoreHealth
      
    4. After DISM completes (this takes 10-20 minutes), run:
      SFC /SCANNOW
      
    5. Restart your PC.
    Cookies settings