Posts

Showing posts from January 8, 2023

VMware Workstation does not support nested virtualization

  If you want use vmware use below commands in windows powershell and reboot system: bcdedit /set hypervisorlaunchtype off and, If you want use Windows hyper-V bcdedit /set hypervisorlaunchtype auto Windows Hyper-v and VMWARE, don't work together at same time.

Enable Microsoft Hyper-V

 Enable-WindowsOptionalFeature -Online -FeatureName $("Microsoft-Hyper-V", "Containers") -All