Wireless disconnection during remote desktop connection to wireless-using PC

희성 안 1 Reputation point
2020-10-16T00:17:14.963+00:00

Hello

The PC wireless LAN to be connected to the first connection using the remote desktop is disconnected and the remote desktop cannot be connected.

When connected, connect the disconnected PC to the remote desktop again.

However, if you try to connect to the remote desktop again after rebooting the window, the PC wireless LAN to connect to the same connection is disconnected and the
connection is not possible.

Windows 10 Enterprise 2004 is in use and the wireless connection defense is WPA2-Enterprise / Microsoft PEAP, and the authentication method is “ User Authentication ”.

I ask for a solution.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,723 questions
Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,277 questions
0 comments No comments
{count} votes

5 answers

Sort by: Most helpful
  1. Dave Patrick 426.1K Reputation points MVP
    2020-10-16T00:26:39.35+00:00

    Might try from PowerShell from source and target when problem is present.

    Test-NetConnection -ComputerName "192.168.49.142" -CommonTCPPort "RDP" -InformationLevel "Detailed"

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

  2. 희성 안 1 Reputation point
    2020-10-16T02:11:10.483+00:00

    I have a different answer from what I inquired, so I ask you again.
    If you connect "RDP" to a PC that is using the wireless LAN, the wireless connection is disconnected from the PC you want to connect to.
    For reference, when attempting to connect to "RDP", you attempt to connect to user IP.

    0 comments No comments

  3. Dave Patrick 426.1K Reputation points MVP
    2020-10-16T02:13:22.55+00:00

    In order to troubleshoot try from PowerShell from source and target when problem is / is not present and compare results. (substitute the target ip address below)

    Test-NetConnection -ComputerName "192.168.49.142" -CommonTCPPort "RDP" -InformationLevel "Detailed"

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

  4. 희성 안 1 Reputation point
    2020-10-16T04:39:51.667+00:00

    The command result values are as follows:
    User PC source status before "RDP" connection
    : Normal
    User PC source status after "RDP" connection
    : warning : TCP connect to (IP : 3389) failed
    : warning : Ping to "IP" failed with status: TimedOut

    When trying to connect "RDP", the other party's PC wireless connection is disconnected

    0 comments No comments

  5. Dave Patrick 426.1K Reputation points MVP
    2020-10-16T11:39:11.117+00:00

    In order to troubleshoot try from PowerShell from both source and target when problem is / is not present and post unedited results.

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments