Forum Discussion

gt_freddie's avatar
gt_freddie
Copper Contributor
Aug 11, 2024

Remote Desktop on Win11 Pro toggle unable to turn on

Hello all,

I noticed that the feature of "Remote Desktop" in Settings on Windows 11 Pro edition (version 23H2), is not staying in the "ON" position after trying to toggle it. It displays a message I can confirm it and it switches back to the "OFF" position.

Troubleshooting steps done:

  1. Reset the NIC (which is not the issue)

  2. Taken the workstation off the domain to confirm if it was a domain restriction but will not turn on even as a local admin account (which is not the issue)

  3. I have disabled third-party AV (which is not the issue)

  4. I have disabled the Windows firewall (which is not the issue)

  5. I have allowed the port 3389 (which is not the issue)

  6. And last, there is no GPO policy

It was working before and three days ago unable to RDP to my workstation.

Anybody has run into this issue before and fixed it?

Thanks

  • Jadiello's avatar
    Jadiello
    Copper Contributor
    Press Windows + R, type services.msc, and hit Enter. Look for the Remote Desktop Services and Remote Desktop Configuration. Both should be set to Running. If they are not, right-click and select Start. This will troubleshoot the Windows Services.
  • Try enabling it with registry.

    Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal.

    Set 'fDenyTSConnections' to 0.

    Restart your system.
  • Skyler-B's avatar
    Skyler-B
    Brass Contributor

    gt_freddie 

    Check Your Windows Edition: Ensure you are running Windows 11 Pro, Enterprise, or Education because Remote Desktop is not available on Windows Home editions.

    Check for Group Policy Settings:

    1. Press Win + R to open the Run dialog, then type gpedit.msc and press Enter.
    2. Navigate to Computer Configuration → Administrative Templates → Windows Components → Remote Desktop Services → Remote Desktop Session Host → Connections.
    3. Double-click on "Allow users to connect remotely by using Remote Desktop Services" and ensure it is set to "Enabled".

    Check System Requirements: Make sure that your system is updated to the latest build:

    4.Go to Settings > Windows Update and check for updates.
    5.Check if Remote Desktop is Disabled in Services:

    Press Win + R, type services.msc, and press Enter.
    6.Find the "Remote Desktop Services" entry in the list.
    7.Right-click it and select "Properties". Make sure the service is set to "Automatic" and is currently running.

    8.Ensure Remote Desktop is allowed through the firewall.

     

  • GabrielC1455's avatar
    GabrielC1455
    Copper Contributor

    gt_freddie 

    this worked for me:

    Go to Windows Security -> Firewall & network protection -> click on "Restore firewalls to default"

    • gt_freddie's avatar
      gt_freddie
      Copper Contributor

      GabrielC1455 Unfortunately, since there was no solution from Microsoft support or blogs such as this, I had to perform a Windows restore. But if I ever run into this again, I will note it. Thanks

      • Simone735's avatar
        Simone735
        Copper Contributor

        Windows security > firwall & protection > domain network > uncheck "blocks all incoming connections, including those in the list of allowed apps" is the option that fixes it for me

Resources