当前位置: 首页 > 工具软件 > vbox > 使用案例 >

解决vbox打不开

景星光
2023-12-01

a)Right click on the Windows button and select ‘Apps and Features’.

b)Select Programs and Features on the right under related settings.

c)Select Turn Windows Features on or off.

d)Select Hyper-V and disable it

3

I found the answer and like to share with you .

1.Enable Virtualization during your BIOS time

2.Disable the Hyper-V role through Settings(problem faced by me)

a)Right click on the Windows button and select ‘Apps and Features’.

b)Select Programs and Features on the right under related settings.

c)Select Turn Windows Features on or off.

d)Select Hyper-V and disable it

Stop hyper-v service running by default in Windows 8/10, since it blocks all other calls to VT hardware.

Additional explanation here: https://social.technet.microsoft.com/Forums/windows/en-US/118561b9-7155-46e3-a874-6a38b35c67fd/hyperv-disables-vtx-for-other-hypervisors?forum=w8itprogeneral

Also as you have mentioned, if not already enabled, turn on Intel VT virtualization in BIOS settings and restart the machine.

To turn Hypervisor off, run this from Command Prompt (Admin) (Windows+X):

bcdedit /set hypervisorlaunchtype off
and reboot your computer. To turn it back on again, run:

bcdedit /set hypervisorlaunchtype on
If you receive “The integer data is not valid as specified”, try:

bcdedit /set hypervisorlaunchtype auto
– credit Tj Kellie

Share
edited Dec 31, 2019 at 13:44

Karl Roberts
2333 bronze badges
answered Jun 29, 2016 at 22:21

fips
4,08944 gold badges2424 silver badges4242 bronze badges
17
To turn Hypervisor off on windows from a command window: “bcdedit /set hypervisorlaunchtype off” and reboot. To turn it back on: “bcdedit /set hypervisorlaunchtype on” (or auto start) and reboot. –
Tj Kellie
Jan 23, 2017 at 17:02
2
@TjKellie your advice worked for me, thanks. Perhaps you’d like to edit your commend and add to it that the user should be an admin in order to perform that command.  –
Luis Milanese
Mar 2, 2017 at 0:40
Woooow, thanks so much for this. I was fighting with this for a few hours, and I thought it was because I was running Windows 10 on a MacBook Pro. It was just because hyper-v was enabled. (Side note: it’s strange that Docker and VirtualBox can’t work at the same time.) –
ndbroadbent
Oct 20, 2017 at 9:23
To turn it back on, its “bcdedit /set hypervisorlaunchtype auto”, not as mentioned by @TjKellie –
AlexLiesenfeld
Oct 2, 2019 at 14:23

 类似资料: