I had a problem similar with this guy #361. I solved it by running this command bcdedit /set hypervisorlaunchtype off and it solved my issue. At this point in time, I ...
powershell -Command "bcdedit.exe /set hypervisorlaunchtype auto" powershell -Command "DISM /online /enable-feature /featurename:VirtualMachinePlatform" powershell ...