Ist im BIOS aber auf "Enabled" und unter Taskmanager wie in der "Troubleshoot" beschrieben auch auf "Enabled".
irgendwas sagt mir das aber ich komme leider nicht drauf.
hatte das problem ziemlich sicher auch bei meinen ersten tests 2018.
mir kommt immer mal wieder nur eine zweite einstellung in den sinn die dann die lösung war... wie ist das ganze Hyper-V zeug bei dir konfiguriert?
SOLUTION A (If Hyper-V is totally disabled or not installed)
Open PowerShell as administrator and
Enable Hyper-V with
dism.exe /Online /Enable-Feature:Microsoft-Hyper-V /All
SOLUTION B (If Hyper-V feature is already enabled but doesn't work)
Enable Hypervisor with
bcdedit /set hypervisorlaunchtype auto
Now restart the system and try again.
SOLUTION C
If the problem persists probably Hyper-V on your system is corrupted, so
Go in Control Panel -> [Programs] -> [Windows Features] and completely uncheck all Hyper-V related components. Restart the system.
Enable Hyper-V again. Restart.
oder hast du das problem bereits gelöst?