El dom, 4 de may. de 2025 14:03, Brad Bell <bradb...@seanet.com> escribió:

> Is there a set of instructions for properly disabling Hyper-V and whatever
> else is necessary to get
> the current version of virtual box  to work faster with the current
> version of windows.
> Windows Edition: 11
> Windows Version: 24H2
> Virtual Box Version: 7.1.8
>
> I try to go through all the instructions I can find and I still get the
> turtle on the Virtual Box
> lower status bar. I think this indicates that Hyper-V or something else
> needs to be disabled so that
> virtual box can run faster.
>


I suggest you Follow this guide which include Screenshots. Make sure you
reboot.

https://www.tomshardware.com/how-to/disable-vbs-windows-11

If you want manual steps:

Open Windows Features:
Press Win + R, type optionalfeatures, and press Enter.

Uncheck the following:

[  ] Hyper-V (including all sub-options like Hyper-V Management Tools and
Hyper-V Platform).

[  ] Virtual Machine Platform.

[  ] Windows Hypervisor Platform.

Click OK and restart your computer when prompted.

ANOTHER WAY:

Disable Hyper-V via Command Line:
Open Command Prompt or PowerShell as Administrator (right-click Start menu
> Terminal (Admin)).

Run the following commands:
cmd

bcdedit /set hypervisorlaunchtype off
bcdedit /set vsmlaunchtype off
DISM /Online /Disable-Feature /FeatureName:Microsoft-Hyper-V

Reboot your computer.

2. Disable Virtualization-Based Security (VBS)
VBS, including features like Memory Integrity and Credential Guard, relies
on Hyper-V and must be disabled:
Disable Memory Integrity (Core Isolation):
Go to Settings > Privacy & Security > Windows Security > Device Security >
Core Isolation Details.

Turn off Memory Integrity and reboot.

Let us know how it goes.

FC
_______________________________________________
VBox-users-community mailing list
VBox-users-community@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vbox-users-community
_______________________________________________
Unsubscribe:  
mailto:vbox-users-community-requ...@lists.sourceforge.net?subject=unsubscribe

Reply via email to