Hello,
Thank you for posting in the Microsoft community forum.
I understand that you are experiencing issues when using RDP service after updating your Windows 11 Pro operating system. May I know what version of your system will be after the upgrade? Is it 24H2 (Build 26100.2605)?
You can try the following steps to troubleshoot the problem:
- Check that your Internet connection is stable. Intermittent network issues can cause problems when trying to connect to RDS. Check the basic network connection from the client to the server using ping, tracert, nslookup, telnet 3389, or powershell test-netconnection.
Remote Desktop Services RDS Logon Connectivity Overview and Troubleshooting | Microsoft Learn
- Check whether the remote desktop service is running on the remote computer.
Run "services.msc" and look for the "Remote Desktop services" and "Remote Desktop Configuration" services and make sure they are running.
- Use the netstat tool to check the listener status on the terminal server.
- On the terminal server, click Start, click Run, type cmd, and then click OK.
- At the command prompt, type "netstat -a" and then press Enter.
- Finds an entry for the port number (3389) assigned to RDP. The port should appear in the list and be in Listening state.
Troubleshoot establishing Terminal Services session - Windows Server | Microsoft Learn
Focus on the following Windows event logs during testing:
- Search for and open "event viewer".
- Enable Show analytical and debug logs.
- All event logs are located in Event Viewer under the Applications and Services Logs /Microsoft/Windows node.
• Microsoft-Windows-TerminalServices-ClientActiveXCmore
• Microsoft-Windows-TerminalServices-RDPClient/Analytics
• Microsoft-Windows-TerminalServices-RDPClient/Debug
• Microsoft-Windows-TerminalServices-RDPClient/Operational
I hope this helps.
Best regards
Jace