RDP Start a program on connection behavior when logging out.

Mathieu Desjardins 0 Reputation points
2021-11-15T16:27:41.977+00:00

Hi, I would like to figure out a things or two when using RDP with Start a program on connection.
We are using this lately as a proof of concept so that many users can open a viewer to see some data from our network.

The problem I am facing is that when a user close it's session (by closing the viewer software), it also close the viewer for all the others that are connected at the same time.
It's like the software itself is starting a service that manages all opened process for that software.

Previously, we where using something similar using Citrix and we where deploying the App and it was working as intended.
We do not whish to use Citrix anymore at this point for this environment because of and architecture change.

Is there a way to isolated a startup software to a user profile?

I cannot provide more specific information regarding the architecture we have in place but I can try answering questions.

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,083 questions
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,225 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Limitless Technology 39,336 Reputation points
    2021-12-16T18:25:35.817+00:00

    Behavior like this may be related to the edition of windows you are using.

    I recommend that you consult the topic below, which will deal with a problem similar to yours, I believe it will be useful for you:

    https://learn.microsoft.com/en-us/answers/questions/383792/rdp-session-local-user-logs-off-when-the-remote-co.html

    ----

    --If the answer is helpful, please vote positively and accept the answer--

    0 comments No comments

  2. Mathieu Desjardins 0 Reputation points
    2021-12-21T01:51:22.943+00:00

    I got my answer from the software maker. It was to use the /x switch to launch an individual session for each users that will connect to it.

    0 comments No comments