Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
3,436 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When I put the IP address and click it, this will come out as "Unable to connect, and We couldn't connect to the remote PC. Make sure the PC is turned on and connected to the network and that remote access is enabled." Can anyone know how to fix this?
Might try from PowerShell from both source and target (use target address in both cases).
Test-NetConnection -ComputerName "192.168.49.142" -CommonTCPPort "RDP" -InformationLevel "Detailed"
--please don't forget to upvote
and Accept as answer
if the reply is helpful--