I'm trying to create a RemoteApp Program for a program in the following path:
%USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Folder1\test.exe
If I put this path the username used changes to Default.
c:\Users\Default\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Folder1\test.exe
I also created the following batch file and created a new RemoteApp program pointing to this batch file. The batch file contains the same:
%USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Folder1\test.exe
which works for me but not for other users. What am I missing?