110

Windows 10 shows these three separate features that seem to be the same thing or related.

  • Hyper-V (note that in latest Windows 10 version this has disappeared from the "Windows Features" checklist depicted bellow); it only shows in the services list.
  • Virtual Machine Platform
  • Windows Hypervisor Platform

What does each setting do exactly, and how do they correlate?

enter image description here

1
  • 3
    This question is a duplicate of this question
    – Ramhound
    Commented Jan 20, 2021 at 12:45

1 Answer 1

72

How do they correlate?

They are separate independent features and do not directly correlate with one another.

What does each setting do exactly?

  • Hyper-V is Microsoft's Hypervisor.

  • Virtual Machine Platform - "Enables platform support for virtual machines" and is required for WSL2. Virtual Machine Platform can be used to create MSIX Application packages for an App-V or MSI.

  • Windows Hypervisor Platform - "Enables virtualization software to run on the Windows hypervisor" and at one time was required for Docker on Windows. The Hypervisor platform is an API that third-party developers can use in order to use Hyper-V. Oracle VirtualBox, Docker, and QEMU are examples of these projects.

The Windows Hypervisor Platform adds an extended user-mode API for third-party virtualization stacks and applications to create and manage partitions at the hypervisor level, configure memory mappings for the partition, and create and control the execution of virtual processors.

Sources:

0

Not the answer you're looking for? Browse other questions tagged .