Virtualization
Fix Virtualization Error in Android subsystem
Fix Virtualization Error in Android subsystem.
Deactivate the hypervisor launch type.
Command :bcdedit /set hypervisorlaunchtype off
Activate the hypervisor launch type.
Command :bcdedit /set hypervisorlaunchtype auto
PowerShell, remove all Hyper-V features.
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All
[ad_2]
source