Home windows No Windows Hypervisor Platform checkbox in Windows Components

No Windows Hypervisor Platform checkbox in Windows Components

Author

Date

Category

I need to run an android emulator on Windows with an AMD processor, I did everything according to the instructions, but I could not find the necessary “Windows Hypervisor Platform” checkbox anywhere, I attach the picture

 Windows Hypervisor Platform

As I understand it, this is not the same as in the screenshot below, because these options were selected from the very beginning and it does not help

 Hyper-v

I only have options as in the second screenshot, no “Windows Hypervisor Platform” or something like that is there.
The android emulator gives an error accordingly

emulator: ERROR: x86 emulation currently requires hardware acceleration!
Please ensure Windows Hypervisor Platform (WHPX) is properly installed and usable.

Where can I find and how can I find this missing option?
Here is a complete list of what I see: https://imgur.com/N28wZnq


Answer 1, authority 100%

It’s called: Windows Low-Level Shell Platform.

Check if PowerShell is enabled:

Get-WindowsOptionalFeature -FeatureName Microsoft-Hyper-V-All -Online

Or:

Get-WindowsOptionalFeature -FeatureName HypervisorPlatform -Online

(you can see the DisplayName here)

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions