Problem:
When opening a Virtual Machine I get the following error:
Raw-mode is unavailable courtesy of Hyper-V. (VERR_SUPDRV_NO_RAW_MODE_HYPER_V_ROOT).
Solution:
Open a command prompt and put in:
bcdedit /set hypervisorlaunchtype off
Open powershell and put in:
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All
No comments:
Post a Comment