Jonas
Published on 2025-09-06 / 21 Visits
0
0

Virtualbox turtle in Win11 24H2

the turtle symbol is an indication for slow performance.

the reason is VBS in win11 24H2: https://forums.virtualbox.org/viewtopic.php?t=113919

after making the following 3 changes and RESTART windows, the turtle symbol is back again.

Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\CredentialGuard\Enabled = 0
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\EnableVirtualizationBasedSecurity = 0 bcdedit /set hypervisorlaunchtype off

make sure RESTART windows and then test again by running

msinfo32.exe


Comment