


PS C:\Windows\system32> Get-WindowsOptionalFeature -FeatureName HypervisorPlatform -OnlineĭisplayName : Windows Hypervisor Platformĭescription : Enables virtualization software to run on the Windows hypervisorĭefault so it seems the Hypervisor is disabled (why for crying out loud).

I executed the following commands: PS C:\Windows\system32> Get-WindowsOptionalFeature -FeatureName Microsoft-Hyper-V-All -Onlineĭescription : Provides services and management tools for creating and running virtual machines and their resources Value = TRUE meaning Hyper-V is active and turned on.įor all that have this problem. The emulators all use the x86 but still says I should turn on Hyper-V: PS C:\Windows\system32> wmic OS Get DataExecutionPrevention_SupportPolicyĮven set the above value to 1 with wbemtest as described here: PS C:\Windows\system32> wmic OS Get DataExecutionPrevention_Available Running vmcompute Hyper-V Host Compute Service PS C:\Windows\system32> get-service | findstr vmcompute In PowerShell used these commands: PS C:\Windows\system32> Get-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-Vĭescription : Provides the services that you can use to create and manage virtual machines and their resources. What am I missing?Ĭonfiguration: AMD Ryzen 9 9300x Processor, 32 Gb Ram, 1Tb SSD.īIOS Version/Date American Megatrends Inc. This is the second machine I'm trying to get Hyper-V to work in combination with the Android Emulators and still haven't found the answer.
