Hypervisor Platform, AEHD and HAXM drivers in question.
The project can run in Windows mode and show the app content.
In Android mode the emulated device barely loads.
To improve performance I followed the article https://learn.microsoft.com/en-us/dotnet/maui/android/emulator/hardware-acceleration?view=net-maui-8.0
- There is no Hyper-V in Windows features, but the Hypervisor Platform is there, I enabled it, rebooted.

- HAXM Intel driver replaces Hyper-V but not supported in emulators starting with version 33.x. I installed it anyway from Intel's GitHub.
The command "sc query intelhaxm" detected it, although it said HAXM wasn't running. How to make it run? Does it require Hypervisor enabled?

After installation it showed these warnings:


Why are all those warnings? Hyper-V is not even in the system and what are the further configurations it is talking about?
- Additionally I installed AEHD driver using Android SDK manager. The SKD manager now says it's installed. But the command prompt "sc query aehd" says it's not installed. Why?

- Also, a confusing thing. HAXM was downloaded from Intel GitHub and installed. But the Android SDK Manager has its own mentioning of HAXM Installer (see screenshot) which can be installed separately. I installed it too, but what is that for and how to use that installer? Do I have two HAXM installations now?

The command "systeminfo" says the PC fully supports virtualization and Hyper-V, all parameters are "yes".
How to properly setup Android emulator hardware acceleration?
Windows 10 64 Home, Visual Studio, .NET MAUI project, .Net 6.0 LTS.