Skip to content

Instantly share code, notes, and snippets.

@willianfalbo
Last active July 31, 2020 18:11
Show Gist options
  • Save willianfalbo/3f8df8275341bcb37dbc6b56ef57695a to your computer and use it in GitHub Desktop.
Save willianfalbo/3f8df8275341bcb37dbc6b56ef57695a to your computer and use it in GitHub Desktop.
Enable Virtualization in Hyper-V Virtual Machine (VM)

Run Hyper-V in a Virtual Machine with Nested Virtualization

  1. Turn Off your virtual machine and run the command on the physical Hyper-V host:

Set-VMProcessor -VMName <VMName> -ExposeVirtualizationExtensions $true

  1. Start the virtual machine.

Reference: Run Hyper-V in a Virtual Machine with Nested Virtualization

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment