Server 2019 Terminal Server Edge Browser on Multiple Sessions

SamSquanch22 1 Reputation point
2022-12-13T22:44:51.347+00:00

Any way to make the Edge browser work on Multiple sessions on a terminal server with Server 2019?

You can launch Edge on one session but if you try and launch it in another session nothing happens.

I don't see any errors in the event log.

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,162 questions
Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,491 questions
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,283 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ShiJieLi-MSFT 8,026 Reputation points Microsoft Vendor
    2022-12-14T06:35:42.79+00:00

    Hi @SamSquanch22 ,

    The problem is exactly that the two sessions do not share the desktop although they are logged in with the same credentials. The desktop does not mean the "Desktop" folder but the logical entity in windows where the applications run. Therefore, the instances running in both sessions can't see each other and the first one locks the profile for exclusive use which is critical to ensure no profile corruption can occur.

    The best workaround is to make sure every logged-in user gets their own profile. You can achieve that by --user-data-dir flag. For example:
    msedge.exe --user-data-dir=%LOCALAPPDATA%\Microsoft\Edge\%CLIENTNAME%


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Best Regards,
    Shijie Li