Enable/Disable Hyper-V
To disable Hyper-V from starting the following command can be used:
bcdedit /set hypervisorlaunchtype off
To enable the Hyper-V role again use the following command:
bcdedit /set hypervisorlaunchtype auto
A reboot of of the Windows 10 is necessary.