Saltar al contenido

disabled enabled hyper-v (vmware/windows)

In an elevated Command Prompt write this Run with Administrator:

To disable:

bcdedit /set hypervisorlaunchtype off

To enable:

bcdedit /set hypervisorlaunchtype auto

(From comments – restart to take effect)