Hello,
I am testing the version 2.14.2 and I want to disablethe asynchronous mounting of appstacks.
Does anyone know how to achieve this ?
This is what I've done so far :
On appvolumes manager, I set the environment variable AVM_ALLOW_ASYNC_MOUNT to 0.
On appvolumes agent, I set the registry key "Asyncmount" to 0 under HKLM\SYSTEM\CurrentControlSet\Services\svservice\Parameters
All informations I found was how to enable asynchronous mounting (Configure Asynchronous Mounting on App Volumes Manager and Agent ).
I tried to do the opposite but it doesn't work...
The appstacks are still mounting asychronously...
Thank you !