I suggest to implement the following feature:
A Core.LlSetOption(LlOption.IgnoreContainerType,1) option that suspends checking whether LL is running on a virtual machine.
A typical use case might be:
With LL25, the Designer could also be run on a VM. With LL27 it is no longer possible. Internally LL27 checks the registry key [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control] “ContainerType”, if present it throws the error “The Designer is not available in web applications”. With the new option, the check would be skipped and the designer would be started (like LL25 used to do ;). Deleting registry keys is risky and not a sustainable (nor an elegant ;)) solution.
Many thanks and best regards
Silas