Can't Uninstall Remote Desktop Connection

Can’t Uninstall Remote Desktop Connection? Here’s What You Need to Know

Remote Desktop Connection (RDC) is a built-in Windows feature that allows users to remotely access and control another computer. While it is a useful tool for IT professionals and remote workers, some users may wish to uninstall it due to security concerns, lack of use, or personal preferences. However, removing Remote Desktop Connection isn’t as straightforward as uninstalling a regular program. This guide will help you can’t uninstall Remote Desktop Connection or remove RDC effectively.

Why Can’t You Uninstall Remote Desktop Connection?

Remote Desktop Connection is an integrated Windows feature rather than a standalone application. It is deeply embedded into the operating system and used for administrative and technical support purposes. For this reason, Microsoft does not provide a direct way to uninstall RDC.

However, while you may not be able to completely remove RDC, you can disable it and prevent unauthorized access. Below, we’ll discuss different methods to disable, restrict, or hide RDC on your Windows system.

Method 1: Disable Remote Desktop via Settings

If you no longer wish to use Remote Desktop Connection, the easiest way to prevent access is by disabling it in Windows settings.

  1. Open Settings: Press Windows + I to open Windows Settings.
  2. Navigate to Remote Desktop Protocol Settings: Go to System > Remote Desktop.
  3. Toggle Remote Desktop Off: If Remote Desktop is enabled, toggle it off.
  4. Confirm Your Choice: A confirmation prompt will appear; click Confirm to disable RDC.

This method effectively disables Remote Desktop without requiring additional modifications.

Method 2: Disable Remote Desktop Using Group Policy Editor

If you are using Windows Pro, Enterprise, or Education editions, you can disable Remote Desktop using Group Policy.

    1. Open Group Policy Editor: Press Windows + R, type gpedit.msc, & press Enter.
    2. Navigate to Remote Desktop Settings: Go to Computer (PC) Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Connections.
    3. Disable Remote Desktop:
      • Double-click on Allow users to connect remotely using Remote Desktop Protocol Services.
      • Select Disabled.
      • Click Apply and then OK.
    4. Restart Your Computer: For changes to take effect, restart your PC.

Method 3: Disable Remote Desktop Using Registry Editor

For users comfortable editing the Windows Registry, this method can help disable RDC completely.

    1. Open Registry Editor: Press Win + R, type regedit, & hit Enter.
    2. Navigate to Remote Desktop Key: Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server.
    3. Modify fDenyTSConnections Value:
      • Find fDenyTSConnections on the right pane.
      • Double-click it and change the Value Data to 1 (this disables Remote Desktop).
      • Click OK and close the Registry Editor.
    4. Restart Your PC: The changes will take effect once you restart the computer.

Method 4: Remove Remote Desktop Connection App from Windows

Although the RDC feature cannot be completely removed, you can uninstall the Remote Desktop Connection app from Windows.

    1. Open Command Prompt as Administrator:
      • Press Win + S, type cmd, & select Run as administrator.
    2. Run the Uninstall Command:
      • Type the following command and press Enter:
        dism /online /Remove-Capability /CapabilityName:Microsoft.Windows.RemoteDesktop.Client~~~~0.0.1.0
    3. Restart Your Computer: Once the command executes successfully, restart your system to finalize the changes.

Method 5: Block Remote Desktop with Windows Firewall

If you want to ensure that Remote Desktop cannot be used on your system, blocking it through Windows Firewall is an effective solution.

    1. Open Windows Security: Press Win + S, type Windows Security, and open it.
    2. Go to Firewall & network protection.
    3. Select Advanced Settings.
    4. Create a New Rule:
      • Click Inbound Rules, then New Rule.
      • Select Port and click Next.
      • Choose TCP and enter 3389 (RDC default port), then click Next.
      • Select Block the connection and click Next.
      • Name the rule “Block Remote Desktop” & clicks Finish.
    5. Repeat for Outbound Rules: Follow the same process for Outbound Rules to prevent outgoing Remote Desktop connections.

Method 6: Disable Remote Desktop Services

If you want to ensure Remote Desktop is entirely non-functional, you can disable its services.

    1. Open Services Manager: Press Win + R, type services.msc, & hit Enter.
    2. Find Remote Desktop Services:
      • Scroll down and locate Remote Desktop Services.
      • Double-click to open properties.
    3. Change Startup Type:
      • In the General tab, change Startup type to Disabled (Off).
      • Click Apply, then OK.
    4. Restart Your Computer: The changes will take effect after restarting your system.

Conclusion

While you cannot fully uninstall Remote Desktop Connection from Windows, there are multiple ways to disable or block it. Depending on your needs, you can disable Remote Desktop via Settings, Group Policy, or Registry Editor, remove the RDC client, block it using Windows Firewall, or disable its services. Each method provides a different level of control and security, allowing you to tailor your approach based on your specific requirements.

If security is your primary concern, using a combination of these methods, such as disabling Remote Desktop and blocking its ports in the firewall, will provide the most robust protection. Always ensure that you back up your system before making significant changes, especially when modifying the Registry or Group Policy.

With these methods, you can effectively prevent Remote Desktop Connection from being used on your system, keeping your PC secure and tailored to your preferences.

Scroll to Top