You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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
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.
The text was updated successfully, but these errors were encountered: