Forum Discussion
Windows cannot start the remote app program
Thanks' for your response, I will check with client and update.
But I wonder if the restart of the session VM's fixing the issue then, it's not an issue in the client side, it should be an issue in the WVD session host's side, like some sort of session locking for the user?
Such as only one session is allowed for a user, and the session lock is not releasing on time?
Also I am using fslogix, and Azure storage file share for user session management.
Following are my fslogix registry settings.
[HKEY_LOCAL_MACHINE\SOFTWARE\FSLogix\Profiles]
"Enabled"=dword:00000001
"VHDLocations"="Path-to-storage-fileshare"
"GroupPolicyState"=dword:00000000
"DeleteLocalProfileWhenVHDShouldApply"=dword:00000001
Session hosts OS is windows server 2019.
Regards.
- Kevin TaylorMar 09, 2021Copper Contributor
I was having this issue as well when users were using both remote apps and a full desktop. It indeed appears to be related to sessions being left open, most likely because users click on the X to close the remote apps. I've created group policy that closes any disconnected sessions within 5 minutes and set the RemoteAppLogoffTimelimit to 0. This seems to have cleared everything up, no problems in about 6 months.
- ReneMPMar 09, 2021Copper Contributor
Kevin Taylor Thanks, I will try (as a test). Logging off is now set on 1 hour because the initial login with FSLogix (Cloud Cache) takes quite some time. I will keep you updated if this works.