Closing RDP

Hi,
i have a issue to close the rdp session :slight_smile: May i know how to close the rdp ? Thank you, friends.

Hey @Perri,

Try using a close application and indicate the Remote Desktop session.

If that doesn’t work, you can use a Kill Process and specify the process name of the RDP program. You can get this in task manager under properties

Hi @Perri,
Eventually you can grab PID of RDP connection using powershell and then invoke it and use command to kill this PID. It’s little bit tricky but possible.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.