microsoft / 2LCS

Lifecycle Services Companion App for administrators
MIT License
102 stars 54 forks source link

RDP in full screen #58

Open cdrehlich opened 3 years ago

cdrehlich commented 3 years ago

When you open the RDP from the list it doesnt open in full screen. It would be good if it had this option as well as 'use all my monitors' (but only as an option - not mandatory).

Most developers use full screen as they use dual monitors and are in the environment all day.

DjLysy commented 6 months ago

This is relatively simple change.

In all places, that mstsc is executed, we need to add argument /f

image

FH-Inway commented 5 months ago

@DjLysy Thanks for the suggestion. Are you interested in providing a pull request for this as well? I think it is a good idea to follow @cdrehlich 's suggestion to make this configurable with a new parameter in Parameters.

DjLysy commented 5 months ago

@FH-Inway sure, I can provide that. Parametrization is also possible and I will include this as an optional behavior

FH-Inway commented 5 months ago

Great, thank you so much!