Update Hyper-V disable instructions for Windows 11
Windows 10 commands / methods are not enough to disable Hyper-V
This commit is contained in:
parent
685f9d527b
commit
33e8e2cf38
@ -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:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user