Can I Uninstall Remote Desktop Connection on Windows 10

Can I Uninstall Remote Desktop Connection on Windows 10? A Complete Guide

Removing a Remote Desktop Connection is not as straightforward as uninstalling a typical program. This guide will help you understand whether can I uninstall Remote Desktop connection on Windows 10 and how you can disable or remove it effectively.

Can You Uninstall Remote Desktop Connection on Windows 10?

Remote Desktop Connection is an integrated Windows component, not a standalone application. This means Microsoft does not provide a built-in option to completely uninstall RDC from Windows 10. However, while you cannot fully remove it, you can disable it and prevent unauthorized access to your computer.

Below, we’ll explore different methods to disable, restrict, or hide RDC on Windows 10.

Step-by-Step Guide Can I Uninstall Remote Desktop Connection on Windows 10

Method 1: Disable Remote Desktop via Settings

If you want to prevent remote access to your PC, the simplest way is to disable Remote Desktop in Windows settings.

  1. Open Settings: Press Windows + I to open Windows Settings.
  2. Go to Method Settings: Navigate to System > Remote Desktop.
  3. Turn Off Remote Desktop: Toggle the Enable Remote Desktop switch to “Off”.
  4. Confirm Your Choice: A confirmation prompt will appear; click Confirm to disable RDC.

This method effectively stops Remote Desktop without making any deep system modifications.

Method 2: Disable Remote Desktop Using Group Policy Editor

If you’re using Windows 10 Pro, Enterprise, or Education, you can disable RDC through Group Policy.

    1. Open Group Policy Editor: Press Win + R, type gpedit.msc, & press Submit.
    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 Allows 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 advanced users, modifying the Windows Registry can 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 to disable Remote Desktop.
      • Click OK and close the Registry Editor.
    4. Restart Your PC: The changes will take effect once you restart your computer.

Method 4: Remove Remote Desktop Connection App from Windows

While you cannot remove the RDC feature completely, you can uninstall the Remote Desktop Connection app using Windows PowerShell.

  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

To ensure Remote Desktop cannot be used on your system, block it through Windows Firewall.

    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 Protocol” & 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, 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 Common tab, change Startup type to Disabled.
    • 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 10, you can disable it in multiple ways. Depending on your needs, you can turn off 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 main concern, using a combination of these methods, such as disabling Remote Desktop and blocking its ports in the firewall, will provide the best protection. Always ensure you back up your system before making major changes, especially when modifying the Registry or Group Policy.

By following these methods, you can effectively prevent Remote Desktop Connection from being used on your Windows 10 system, keeping your PC secure and customized to your needs.

Scroll to Top