Tuesday, July 31, 2018

Virtual Machine gives error opening in Windows 10

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