To connect to a Windows 11 Pro (23H2) machine using RDP from a Windows 10 machine, follow these steps:
-
Install the Remote Desktop Services role on the Windows 11 machine:
- Open Start, search for "Turn Windows features on or off", and click on the result.
- Scroll down and expand the "Remote Desktop Services" section.
- Check the box for "Remote Desktop Services", then check the box for "Remote Desktop Session Host".
- Click "OK" to install the necessary features.
-
Configure Remote Desktop settings on the Windows 11 machine:
- Open Start, search for "System Properties", and click on the result.
- Go to the "Remote" tab.
- Check the box for "Allow remote connections to this computer".
- Click "Select users" to specify who can connect remotely. Add the desired users or groups, and set their level of access.
- Click "Apply" and then "OK".
-
Install the Remote Desktop client on the Windows 10 machine:
- Open Start, search for "Add features with PowerShell", and click on the result.
- Type
Add-WindowsCapability -Online -Name RDP*and press Enter.
-
Connect to the Windows 11 machine from the Windows 10 machine:
- Open Start, search for "Remote Desktop Connection", and click on the result.
- In the "Computer" field, type the IP address or hostname of the Windows 11 machine.
- Click "Connect".
- If prompted for credentials, enter the username and password of a user with remote desktop access on the Windows 11 machine.
-
Handle the local user session on the Windows 11 machine:
- When the Remote Desktop session starts, the local user will be logged off. This is normal behavior.
- The remote user will now have control of the Windows 11 machine.
References:
- Microsoft Docs: Configure Remote Desktop for Remote Access (Windows 11) - https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/remote/remote-desktop-services-overview
- Microsoft Docs: Configure Remote Desktop on a computer (Windows 10) - https://docs.microsoft.com/en-us/windows/client-management/remote-desktop-services/clients/remote-desktop-install
- Microsoft Docs: Install Remote Desktop Services on a computer (Windows 11) - https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/remote/remote-desktop-services-install
- Microsoft Docs: Connect to a Remote Desktop session - https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/remote-desktop-connect-to-resources