From 33e8e2cf38ab12d73ad5c6c1800a9c0aa2e26ced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Rendeiro?= <54193022+g-rendeiro@users.noreply.github.com> Date: Mon, 6 Jun 2022 13:16:41 +0100 Subject: [PATCH] Update Hyper-V disable instructions for Windows 11 Windows 10 commands / methods are not enough to disable Hyper-V --- website/content/docs/installation/index.mdx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/website/content/docs/installation/index.mdx b/website/content/docs/installation/index.mdx index 97729cbec..5cc68b1a8 100644 --- a/website/content/docs/installation/index.mdx +++ b/website/content/docs/installation/index.mdx @@ -81,11 +81,16 @@ Restart your machine and try running vagrant again. ### Windows, VirtualBox, and Hyper-V If you wish to use VirtualBox on Windows, you must ensure that Hyper-V is not enabled -on Windows. You can turn off the feature by running this Powershell command: +on Windows. You can turn off the feature by running this Powershell command for Windows 10: ```powershell Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All ``` +For Windows 11, you can run on an elevated Powershell: + +```powershell +bcdedit /set hypervisorlaunchtype off +``` You can also disable it by going through the Windows system settings: