Solved Windows 11 24h2 Hyper-V | Virtualbox 7.1.4 + Extrension


mobostar0101

New member
Local time
6:08 AM
Posts
3
OS
Windows 11
Hi

I have Windows 11 24h2 and now show a "green turtle", but when I have 23h2 dont show this.
Its show the turtle when Hiper-V is enabled on system, but I disable with this:
Code:
bcdedit /set hypervisorlaunchtype off
bcdedit /set vsmlaunchtype Off
DISM /Online /Disable-Feature:Microsoft-Hyper-V
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
I update my Virtualbox to 7.1.4 and install the Extension Pack but the turtle persist.

I also disable the hyper-v in "Programs and Features>Windows Features"
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
I finally did it!
its works in my case, for anyone who can help.
I run this command:
Code:
bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} loadoptions DISABLE-LSA-ISO,DISABLE-VBS
bcdedit /set vsmlaunchtype off
then I restart system
and msinfo32 show whats the hiper-v is execute.

1.png

now I install the Intel HAXM with this link: https://github.com/intel/haxm/releases
I got the last release 7.8

before I restart system, the Virtualbox show normal "V" instead the "green turtle".
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
Back
Top Bottom