Run Hyper-V and VirtualBox on the same machine

On 64 bit Windows, if Hyper-V is enabled, VirtualBox cannot create virtual machines of 64 bit architecture. So in order to install 64 bit OS on VirtualBox, Hyper-V has to be disabled. Below are ways to enable/disable Hyper-V in Windows to install and run 64 bit virtual machines.

Method 1
1. Open Windows Features.
2. Expand the Hyper-V sub-section, and do step 3 or 4 below for what you want to do.
3. To Enable Hyper-V
A) Ensure that all Hyper-V options are checked as shown above, click/tap on OK, and go to step 5 below.
4. To Disable Hyper-V
A) Uncheck Hyper-V, click/tap on OK, and go to step 5 below.
5. Restart the computer when prompted.

Method 2
1. Open an elevated PowerShell, and do step 2 or 3 below for what you want to do.
2. To enable Hyper-V
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V –All
3. To disable Hyper-V
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All

Method 3
1. Open an elevated command prompt.
2. To Enable Hyper-V
A) In the elevated Command Prompt, copy and paste the command below
dism.exe /Online /Enable-Feature:Microsoft-Hyper-V /All
3. To Disable Hyper-V
A) In the elevated Command Prompt, copy and paste the command below
dism.exe /Online /Disable-Feature:Microsoft-Hyper-V-All

Method 4
1. To Disable Hyper-V
bcdedit /set hypervisorlaunchtype off
2. To Enable Hyper-V
bcdedit /set hypervisorlaunchtype auto

Method 5 – Easy switching between 2 modes
C:\>bcdedit /copy {current} /d "No Hyper-V"
The entry was successfully copied to {ff-23-113-824e-5c5144ea}.

C:\>bcdedit /set {ff-23-113-824e-5c5144ea} hypervisorlaunchtype off
The operation completed successfully.

OR

bcdedit /copy "{current}" /d "Hyper-V"
bcdedit /set "{current}" hypervisorlaunchtype off

Comments
  1. Posted by Jeff
  2. Posted by Art
  3. Posted by Kathleen Martin
  4. Posted by Arnold Manzano
  5. Posted by Johny Jackson
  6. Posted by Mp3skull
  7. Posted by agencja reklamowa
  8. Posted by agencja reklamowa
  9. Posted by Strony internetowe
  10. Posted by reklamy gdask
  11. Posted by reklamy kartuzy
  12. Posted by Strony
  13. Posted by Google

Leave a Reply

Your email address will not be published.