VMware Horizon Community
MikleF
Enthusiast
Enthusiast

AppVolumes 2.11 and Windows 10

Hi Guys,

The release notes state that in 2.11 the issue with AppStacks and the Windows 10 Start Menu not opening.

I tested and it seems the issue still persists.

FYI this is testing it with Writable Volumes (UIA + Profile)

Any of you guys also (still) experiencing this same issue?

Tags (2)
Reply
0 Kudos
1 Reply
MikleF
Enthusiast
Enthusiast

Found the issue.

It seems that when you work with writable volumes, the second time you login the Windows Shell Experience Host doesn't register correctly.

This causes not only the start menu but the whole taskbar to malfunction.

You can fix this by running the following powershell command:

Add-AppxPackage -DisableDevelopmentMode -Register "C:\Windows\SystemApps\ShellExperienceHost_cw5n1h2txyewy\AppxManifest.xml"

I chose to add this command in the shellstart.bat of the writable volume but keep in mind that this adds a couple of seconds to each login so there might be a better way to do it.

UPDATE: Seems I hit a snag as this only works on domain admin accounts.

Strange since I thought this would be executed in the context of writable volumes and not the user.

Reply
0 Kudos