From 35913655e0f213463698e6a51ecbfcc3f896eab4 Mon Sep 17 00:00:00 2001 From: Gauravpadam <1032201077@tcetmumbai.in> Date: Sat, 14 Oct 2023 13:34:58 +0530 Subject: [PATCH] Fixed Documentation regarding Hyper-V --- website/content/docs/providers/hyperv/index.mdx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/website/content/docs/providers/hyperv/index.mdx b/website/content/docs/providers/hyperv/index.mdx index 2cda00b4611..272bf41acbb 100644 --- a/website/content/docs/providers/hyperv/index.mdx +++ b/website/content/docs/providers/hyperv/index.mdx @@ -28,9 +28,3 @@ Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All ``` See official documentation [here](https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v). - -~> **Warning:** Enabling Hyper-V will cause VirtualBox, VMware, -and any other virtualization technology to no longer work. See -[this blog post](http://www.hanselman.com/blog/SwitchEasilyBetweenVirtualBoxAndHyperVWithABCDEditBootEntryInWindows81.aspx) -for an easy way to create a boot entry to boot Windows without Hyper-V enabled, if -there will be times you will need other hypervisors.