Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows server 2019 did not support Windows Hypervisor Platform #889

Open
gvollant opened this issue Oct 27, 2018 — with docs.microsoft.com · 7 comments
Open

Windows server 2019 did not support Windows Hypervisor Platform #889

gvollant opened this issue Oct 27, 2018 — with docs.microsoft.com · 7 comments

Comments

Copy link

I did not found this option in Windows server 2019. I'm disapointed


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@jterry75
Copy link
Contributor

jterry75 commented Oct 29, 2018

@Juarezhm - Can you take a look at this please?

@nickpainter
Copy link

@jterry75 - Any update on this?

@aftab0000
Copy link

Copy link

Run this command in the command line as administrator:

  • Dism /Online /Enable-Feature:HypervisorPlatform
    It will enable the Windows Hypervisor Platform on the windows 2019.

@abdabughazaleh
Copy link

You can activate using command line:
Enable-WindowsOptionalFeature -FeatureName "HypervisorPlatform" -Online

@GuySensei8
Copy link

You can activate using command line: Enable-WindowsOptionalFeature -FeatureName "HypervisorPlatform" -Online

This fixed my issue using virtualbox on Windows Server 2019, thank you!

learn-build-service-prod bot added a commit that referenced this issue Jan 24, 2024
…9109b42941_95

Merged by Learn.Build PR Management system
@ptrykoza
Copy link

ptrykoza commented May 7, 2024

Run this command in the command line as administrator:

  • Dism /Online /Enable-Feature:HypervisorPlatform
    It will enable the Windows Hypervisor Platform on the windows 2019.

Worked with Windows Server 2022 too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants