Forum Discussion
jordan_ht
Mar 13, 2023Copper Contributor
FSLogix 2210 hotfix 1 (2.9.8440.42104) unable to launch Google Chrome with VMware AppVolumes
This version appears to break Google Chrome in our environment using VMware Horizon instant clones and AppVolumes. Chrome is applied through appvolumes (virtual disk) and with this version of FSlogix...
selceonselceon
May 04, 2023Copper Contributor
Hello,
Steps:
-Please modify the Horizon Golden Image using an admin command prompt to run the following command:
reg add "HKLM\SYSTEM\CurrentControlSet\services\svdriver\Instances\App Volumes Instance" /v Altitude /d "132000" /f
-Take a new snapshot of the Golden Image following the best practices and publish it on a test pool to test.
The workaround is to reduce svdriver's altitude to make it lower than frxdrvvt.
Steps:
-Please modify the Horizon Golden Image using an admin command prompt to run the following command:
reg add "HKLM\SYSTEM\CurrentControlSet\services\svdriver\Instances\App Volumes Instance" /v Altitude /d "132000" /f
-Take a new snapshot of the Golden Image following the best practices and publish it on a test pool to test.
The workaround is to reduce svdriver's altitude to make it lower than frxdrvvt.
- tomcekMay 08, 2023Copper Contributor
Thank you selceonselceon
Did you get the registry modification from VMware support?
I will give it a try the next days.
- jordan_htMay 08, 2023Copper Contributor
selceonselceon
Thanks, this seems to work, although I won't use it outside of testing. Does that mean there is a planned fix for this?