dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.26k stars 1.76k forks source link

Hyper-V #25788

Closed sidsyyy closed 1 week ago

sidsyyy commented 1 week ago

I can't find the Hyper-V option in the Windows feature.

jfversluis commented 1 week ago

Hyper-V has a couple of minimum requirements as seen in the documentation

Hyper-V requires:

  • A processor with second level address translation (SLAT) capabilities.

  • Windows 10 (Pro or Enterprise) or Windows 11 (Pro or Enterprise).

So make sure that you have that and it should be there. Hope that helps!