This repository was archived by the owner on Aug 11, 2019. It is now read-only.

Description
The installer script thought my CPU was not supported. SecondLevelAddressTranslationExtensions and VirtualizationFirmwareEnabled were listed as False. I other virtualization programs block you from even checking. I think you could fix this by rearranging the Hyper-V check before the VT-X check in the script, because when I ran the command "bcdedit /set hypervisorlaunchtype off" and restarted my computer it said I had VT-x.
But then when I ran the install script it said
Hyper-V is enabled on your computer. BeLL App cannot run with Hyper-V enabled. Disabling Hyper-V…
Hyper-V has been disabled. Please, reboot your computer, then install BeLL App again.
However it gave me the Hyper-V message again even after restarting. When I ran the command "Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All" in power shell and restarted it the script worked. I don't know why it didn't work when the script tried to turn it off.