How to Configure and Run Hyper-V Manager on a Hyper-V Virtual Machine - OnlineComputerTips
FBTwitterReddit
video description
Rating: 4.0; Vote: 1
How to Configure and Run Hyper-V Manager on a Hyper-V Virtual Machine - OnlineComputerTips
If you have used the Microsoft Hyper-V virtualization platform then you have an idea of how virtualization works and what is required to make it happen. But what if you wanted to run a hypervisor within a virtual machine? Well, it is possible to run the Hyper-V manager on a Windows VM that is running within Hyper-V with just a few steps.
You will need to run this command in Powershell otherwise you will get an error when trying to enable the Hyper-V Platform in the Windows additional features.
Hyper-V cannot be installed. The processor does not have the required virtualization capabilities.
Here is the command if your VM has spaces in the name.
Set-VMProcessor -VMName vm name -ExposeVirtualizationExtensions $true
If your VM does not have spaces, then you can use
Set-VMProcessor -VMName vmname -ExposeVirtualizationExtensions $true
To reverse the process, you can run
Set-VMProcessor -VMName vm name -ExposeVirtualizationExtensions $false Date: 2022-03-31