Hi there,
Using remote desktop, is it possible to set some kind of default remote app instead of a full desktop environment for a specified user ?
Currently, I'm able to do this by creating an RDP file which contains some remoteapp* parameters, and pass it to mstsc.exe, but I don't want any configuration on the client side. Everything must be on the server side.
Basically, if I'm using for instance a username such domain\foobar1, I want to have calc.exe to be opened instead of the full desktop. If I close calc.exe, the rdp session is killed too.
Is there a way to do this without any client-side configuration ?
I tried to investigate the web, I found that it was easier to do with Windows 2012, but I'm using Windows Server 2016.
I tried to follow this page : https://support.microsoft.com/en-us/help/3200967/changes-to-remote-connection-manager-in-windows-server
But somehow I must have missed something because it doesn't work. I'm not even sure where I need to put the executable name. Within the profile path field ? It's not obvious for me.
Many thanks for your help.