I have multiple users using a Windows Server 2016 Remotely.
Currently, each user has an exe
file on their desktop - program.exe
with a custom configuration argument:
program.exe --conf=D:/username/config.ini
Now I'd like to set up this program
as a RemoteApp
over RDP
. How do I set the custom argument for every user individually to go to a specific path? (or a rule, like ~/config.ini
under home directory)