четверг, 21 мая 2015 г.

VMWare + Hyper-V

Хотел запустить vmware виртуалку на windows 8.1 с уже запущенной Hyper-V машиной.
Не получается в лоб. Помню, что когда то сталкивался с тем что описывался метод совместной работы разных VM.
Сейчас удалось найти только вот это:

Источник

You can disable Hyper-V without uninstalling it. Start a command prompt with administrator rights and execute the following command:
// to disable hyper-v
bcdedit /set hypervisorlaunchtype off

// to enable hyper-v
bcdedit /set hypervisorlaunchtype auto
Both Operations require restarting your computer.
Note: I also found this very helpful when using intel x86 android emulator because without this, it was not possible to use it.