Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDP session via SCALUS using Three Monitors #143

Open
andrewv1129 opened this issue Jul 17, 2024 · 1 comment
Open

RDP session via SCALUS using Three Monitors #143

andrewv1129 opened this issue Jul 17, 2024 · 1 comment

Comments

@andrewv1129
Copy link

Hi, I would like to ask if there's any recommendation on how to configure the SCALUS settings if the user using three monitors?

The scenario is,

When the user request and RDP on one of their assets that had remote app launcher for SQL management and start the session via SCALUS, the RDP just loading and it didn't proceed to open the SQL application.

@altiris4ever
Copy link

altiris4ever commented Oct 24, 2024

Recommend using it the way the user prefer to use Sql on the normal desktop if thats the only thing they use the rdp for.
To set Edit the template file in %localappdata%\SCALUS called WinRdpTemplate.rdp with notepad.

See all mstsc paramters from ms: https://learn.microsoft.com/en-us/azure/virtual-desktop/rdp-properties

The most important for mulitscreen setups imo:
screen mode id

Syntax screen mode id:i:

Description : Determines whether a remote session window appears full screen when
you launch the connection.
• Supported values:
o
1 : A remote session appears in a window.
o
2 : A remote session appears full
• Default value: 2
use multimon

Syntax use multimon:i:

Description : Determines whether the remote session will use one or multiple displays
from the local device.
• Supported values:
o
0 : A remote session uses a single
o
1 : A remote session uses multiple
• Default value: 1
selectedmonitors
• Syntax: selectedmonitors:s:

Description : Specifies which local displays to use in a remote session. The selected
displays must be contiguous. Requires use multimon set to 1 . Only available on
Windows App for Windows, the Remote Desktop app for Windows, and the inbox
Remote Desktop Connection app on Windows.
• Supported values:
o
A comma separated list of machine specific display IDs. You can retrieve
available IDs by running mstsc.exe /l from the command line. The first ID
listed is set as the primary display in a remote session.

Default value : None. All displays are used

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants