Forum Discussion
JPlendo
Sep 19, 2024Brass Contributor
Azure Virtual Desktop - Black Screens on logins - What we've tried so far
TLDR - Azure Virtual Desktop Black Screens. Could be 2 Min long, could be much longer. Tried removing stuck profiles, spun up all new VMs to see if that would fix it, finally disabled an applicatio...
Christian_Roy
Oct 15, 2024Copper Contributor
During our troubleshooting of the login with the following script https://www.controlup.com/script-library-posts/analyze-logon-duration/ , we noticed that the Fslogix ShellStart has gone up compared to before so it lead us to the InstallAppxPackages settings inside Fslogix. Once we disable that feature, login delays we're gone and back to normal. It's a setting that is enable by default in Fslogix. Beware that this may affect applications that were installed from the Microsoft Store by the user.
- dit-chrisOct 15, 2024Brass ContributorLooking at a few of our sessions with that ControlUp script they are showing delay on the following package loading
AppX packages loaded during logon
---------------------------------
Package Duration (s) Start Time End Time
------- ------------ ---------- --------
Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy 157.188 14:50:04.5 14:52:41.6 - 247ServerAdminOct 15, 2024Copper Contributor
Christian_Roy Can you be more specific for you resolution?
Was this a GPO change or Reg change?
**Update**
Its a registry change. Trying it now.
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\FSLogix\Profiles
New Dword
Name InstallAppxPackages
Value0- Christian_RoyOct 15, 2024Copper ContributorYep that the key to change
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\FSLogix\Profiles
New Dword
Name InstallAppxPackages
Value0- dit-chrisOct 15, 2024Brass ContributorDo you know what the impact of that on AAD reliant application authentication for Teams/OneDrive/Outlook is?