Skip to content
New issue

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

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

Already on GitHub? # to your account

Tweak Myrtille remoteapp to work with win10/11 multisession? #339

Open
Beej126 opened this issue Mar 12, 2022 · 2 comments
Open

Tweak Myrtille remoteapp to work with win10/11 multisession? #339

Beej126 opened this issue Mar 12, 2022 · 2 comments

Comments

@Beej126
Copy link

Beej126 commented Mar 12, 2022

first, thank you @cedrozor for open sourcing such a cool tool!

i'm seeing fairly new Windows 11 Enterprise "multi-session" host multiple remoteapps successfully - very neat msft finally saw fit to officially enable this under a windows desktop sku versus server!

along with github remoteapptool, an easy equivalent to the whole overly complicated RDS admin stack on windows server, this becomes a pretty slick low-overhead solve... this allows us to enable chosen apps for remote on windows desktop skus (i believe by applying some registry settings) and it conveniently generates the corresponding .rdp files to launch those apps remotely.

so now i'm wondering what would it take to tweak Myrtille's FreeRDP client to go that route vs the win server RDS dependency?

these are the pertinent settings i noticed in a working mstsc.exe .rdp file:

remoteapplicationmode:i:1
remoteapplicationname:s:Notepad
remoteapplicationprogram:s:||Notepad

fyi for others interested - make sure to also check out companion raweb tool which provides a simple approach to distributing all these rdp files.

the remoteapptool readmes also remind that RDPWrap has been enabling multisession (aka full terminal services) in desktop skus for a long while (granted, somewhat grey legality)... so i tried remoteapptool on a vanilla win11 pro sku with rdpwrap and sure enough that worked as well!

@cedrozor
Copy link
Owner

Thanks for these details! same comment as #305 (comment)

@sashaqwert
Copy link

I have the same question. I have Windows 11 Enterprise multi-session installed illegally outside of Azure.

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

No branches or pull requests

3 participants