diff --git a/website/source/docs/hyperv/index.html.md b/website/source/docs/hyperv/index.html.md index ff860ef77..95706f377 100644 --- a/website/source/docs/hyperv/index.html.md +++ b/website/source/docs/hyperv/index.html.md @@ -24,7 +24,7 @@ To enable Hyper-V, go to "Programs and Features", click on "Turn Windows features on or off" and check the box next to "Hyper-V". Or install via PowerShell with: -Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All. +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).